[Flashcoders] RE: elearing content using adobe air for ipad

2012-06-13 Thread Sumeet Kumar
Hi All, I have to do some research on creating elearning courses for iPad. Has any tried to develop eLearning content using adobe air? Any suggestions or ideas in this regard would be great. Regards Sumeet Kumar ___ Flashcoders mailing list

Re: [Flashcoders] RE: elearing content using adobe air for ipad

2012-06-13 Thread Hans Wichman
Hi Sumeet, is the question about flash content on the ipad, or eLearning content in particular. If so, what aspects in particular are you 'worried' about? For flash/air development on the ipad in general, its awesome;). There is a lot of tooling and information out there, which will probably

RE: [Flashcoders] RE: elearing content using adobe air for ipad

2012-06-13 Thread Sumeet Kumar
Thanks a lot for such a quick reply. I haven't googled it much but you guessed it right, I am bit worried about some features like 1. Will urlloader/loader(inbuilt as3 class) classes work fine. I wish to load swf built in as3 in my main file. 2. can we use animations for app 3.

Re: [Flashcoders] elearing content using adobe air for ipad

2012-06-13 Thread John R. Sweeney Jr.
When you compile your main movie, its compiled to native code for the iPad. External swf's are not. You have to rethink the way you structure your build of your Flash app, so that everything makes it into the compile/conversion. Do some simple testing and you'll see what I mean. Good luck,

Re: [Flashcoders] RE: elearing content using adobe air for ipad

2012-06-13 Thread Hans Wichman
Hi Sumeet, 1. yup you should be worried:) Although an extensive list cant be given, chances are you are going to run into stuff. Hence the 1.2-2. Some of the 'stuff' can be fixed or worked around (eg file store locations), some can't. For example urlloader/loader will work great, at fairly