IOS Native player
Posted: Mon Dec 12, 2016 7:14 pm
Greetings
Would someone give me a hand to solve my problem with getting native ios player to play video from a URL?
I've tried this code:
on mouse up
mobileControlCreate "player", "videoControl"
mobileControlSet "videoControl", "filename", "my link"
mobileControlSet "videoControl", "preserveAspect", true
mobileControlSet "videoControl", "showController", true
mobileControlSet "videoControl", "visible", true
mobileControlSet "videoControl", "rect", "222,120,804,586"
mobileControlDo "videoControl", "play"
end mouse up
tried the same thing with **mobileControlSet "videoControl", "URL", ........**
tried to launch via creating browser, still didn't work. The only thing i get is a black square and nothing more.
However it works for me if I use code:
Launch url "......" so it runs via safari, but it's not what i want)
Thank you.
Would someone give me a hand to solve my problem with getting native ios player to play video from a URL?
I've tried this code:
on mouse up
mobileControlCreate "player", "videoControl"
mobileControlSet "videoControl", "filename", "my link"
mobileControlSet "videoControl", "preserveAspect", true
mobileControlSet "videoControl", "showController", true
mobileControlSet "videoControl", "visible", true
mobileControlSet "videoControl", "rect", "222,120,804,586"
mobileControlDo "videoControl", "play"
end mouse up
tried the same thing with **mobileControlSet "videoControl", "URL", ........**
tried to launch via creating browser, still didn't work. The only thing i get is a black square and nothing more.
However it works for me if I use code:
Launch url "......" so it runs via safari, but it's not what i want)
Thank you.