Usually the software you use to create swf, like Adobe Flash, can export it also as png sequence, which can be used in MovieClip object for swf most probably there won't be any other way, as far as I know flash is not commonly supported on mobile.
About mp4 movie, I just posted a Native UI lib with VideoView in it, but it is available to upgraded members only
@bravcm, I've just released an new iOS game (Word Association Football, http://wafga.me) that includes video playing. It is used to go through the tutorial lessons. In the following screenshot:
The video is playing within the iPhone frame. As you can see, it can be accurately positioned and rotated. This is all done with the magic of Hot Wax (BhWax).
The developer that worked on the Gideros Illustrator (SVG parsing library for Gideros) has a great set of libraries to work with vector graphics. There is the SWF to Obj-C code mac app, now if someone was to use the tech behind the two and combine them, you would have SWF animation (no AS3 scripting support) for Gideros.
@bowerandy I have been following your amazing tutorial to play youtube video with BhWax, but i couldn't find out how to play video from my videos asset folder. I think i made a mistake with the file path. How to play video from local asset folder? Thanks in advance
#edriavw, you can also try the media plug-in (not sure if it is available to all, or just subscribers) it has the ability to play video on both iOS and Android apart from accessing the Camera, the Photos Folder and a couple of more things.
Comments
for swf most probably there won't be any other way, as far as I know flash is not commonly supported on mobile.
About mp4 movie, I just posted a Native UI lib with VideoView in it, but it is available to upgraded members only
http://www.giderosmobile.com/forum/discussion/1719/using-wax-for-easy-access-to-objective-c-under-ios-gideros#Item_78
Likes: bravcm
And the Native UI posted in the labs is Android only currently.
The video is playing within the iPhone frame. As you can see, it can be accurately positioned and rotated. This is all done with the magic of Hot Wax (BhWax).
best regards
Likes: phongtt, bravcm
Likes: bravcm
Author of Learn Lua for iOS Game Development from Apress ( http://www.apress.com/9781430246626 )
Cool Vizify Profile at https://www.vizify.com/oz-apps
Thanks in advance
Author of Learn Lua for iOS Game Development from Apress ( http://www.apress.com/9781430246626 )
Cool Vizify Profile at https://www.vizify.com/oz-apps
W.A.F. plays video using an MPMoviePlayerController. Here's the code to create it: