Skip to main content
Participant
July 29, 2013
Question

Simple Tut AS3 Video in Flash for Air for IOS

  • July 29, 2013
  • 1 reply
  • 546 views

Hi i´m really new programming in AS3, and now i have a task of doing a simple IOS (and andoid later) app that plays a Video, I can't find any simple tutorial to do this. All talk big words about flex and classes. I'm struggling in this and external as and classes tend to make the things harder. Can one point me our a good tut or how to make the script for just call a video to stage (from file or library) and can be played in my app preferable with the default control of video. Thanks

This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
July 29, 2013

1.  add the flv to a subdirectory of the directory containing your flash fla and published files.

2.  add an flvplayback component to your stage and assign its source to be the flv (use a relative path).

3.  add the flv subdirectory to the list of included files (in the iOS publish settings).