Hello,
I have a video player program that I want to use on iPhone, (program work pretty good on mac os).
I put a video in emulator, File -> Standalone Appliction ... -> Copy Files , (I do "Test")
But how can i put the video into the player.
I do this but it doesn't work : set the filename of player "myPlayer to ( specialFolderPath("engine") & "/myVideo.mp4" )
(I tried to be inspired by this http://lessons.livecode.com/s/lessons/m ... een-in-iOS)
put a video into a player on iphone
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Re: put a video into a player on iphone
Hi problème,
Please always take a look at the dictionary in these cases, there are the supported platform listed for a control and/or command!
Also check "play video" in the dictionary, that might be what you are looking for!
Best
Klaus
"player" objects are not supported on mobile!problème wrote:...I do this but it doesn't work : set the filename of player "myPlayer to ( specialFolderPath("engine") & "/myVideo.mp4" )
Please always take a look at the dictionary in these cases, there are the supported platform listed for a control and/or command!
Great example. what does not work on your side, except the problem above?problème wrote:(I tried to be inspired by this http://lessons.livecode.com/s/lessons/m ... een-in-iOS)
Also check "play video" in the dictionary, that might be what you are looking for!
Best
Klaus
Re: put a video into a player on iphone
Hello,
" "player" objects are not supported on mobile" was my only problem, I had not realized that were not supported on mobile.
thanks for the help
" "player" objects are not supported on mobile" was my only problem, I had not realized that were not supported on mobile.
thanks for the help