On the section "What doesn't work"
• videoclips/player functionality (planned for a future release)
But here on the page 36...
Video playback support
Basic support for playing videos has been added using a variant of the play command. A video file
can be played by using:
Code: Select all
play ( video-file | video-url )
Then I've tried this on a button and deploy to an android phone. Not work..
( can't post the URL due to permission )
Code: Select all
on mouseUp
play "http___www_wowza_com/_h264/BigBuckBunny_115k.mov"
end mouseUp