Adding video... how?
Posted: Sun Mar 06, 2011 2:39 am
Maybe I've been at this too long today, but I am trying to add video playback to my mobile stack.
I feel like I'm missing something basic. Here's what I've done.
Placed a button on the first card in stack. Button handler:
Standalone settings are set to include the video in a media folder, and this is verified by building the standalone and "Show Package Contents". The video is there.
The video will not play in simulator or on device.
Can someone detail what needs to be done, step-by-step, to achieve successful playback of video in iOS?
Many thanks!
:Todd
I feel like I'm missing something basic. Here's what I've done.
Placed a button on the first card in stack. Button handler:
Code: Select all
on mouseUp
play specialFolderPath("engine") & "/media/creativity.mov"
end mouseUp
The video will not play in simulator or on device.
Can someone detail what needs to be done, step-by-step, to achieve successful playback of video in iOS?
Many thanks!
:Todd