Re: iOS using swf loader

2017-10-12 Thread 0xC3
Thanks everybody. Since remote loading is not going to work, I am going to port the app to AIR. The only reason to try and use SwfLoader was to delay the eventual porting of the existing browser app. I am doing the shared code on a different app and it works great. I have no real need for the bro

Re: iOS using swf loader

2017-10-12 Thread OmPrakash Muppirala
My responses inline: On Thu, Oct 12, 2017 at 6:32 AM, 0xC3 wrote: > I have a question about Flex apps with iOS. We have a Flex browser app that > was started years ago to interface with a device we ship to customers. The > device ships with a webserver to interface with. To help mitigate the 202

Re: iOS using swf loader

2017-10-12 Thread Hans Nuecke
Yes, as long as the SWF files are within the sandbox, they will work! Only if loaded from external resources it becomes difficult... Hans Am 12.10.2017 um 18:04 schrieb Alex Harui: I think this is the latest doc: http://help.adobe.com/en_US/as3/dev/WS5b3ccc516d4fbf351e63e3d118a9b90204-7e 13.

Re: iOS using swf loader

2017-10-12 Thread Alex Harui
I think this is the latest doc: http://help.adobe.com/en_US/as3/dev/WS5b3ccc516d4fbf351e63e3d118a9b90204-7e 13.html#WS2f73111e7a180bd0-3db1ea4613c45877121-8000 I have not worked with IOS mobile SWFs, but this implies that you can load a SWF file if you don't make it "remote" and instead place it

Re: iOS using swf loader

2017-10-12 Thread 0xC3
Thanks Hans. The remote loading of the swf file is not our ultimate goal, more of just an interm work around until everything is rebuilt for AIR and sockets. We have to use UDP for compatibility to other manufacture devices, so our thought is to drop the browser and web services just connect str

Re: iOS using swf loader

2017-10-12 Thread Hans Nuecke
Interesting question, and I'm interested in answers also. I tested on my old iPad a while ago but due to low interest (at that time; 2...3 years ago) and the Apple specific hurdles (you'll have a lot of fun when you start that road) I postponed my attempts. But times seem to become hotter for a

iOS using swf loader

2017-10-12 Thread 0xC3
I have a question about Flex apps with iOS. We have a Flex browser app that was started years ago to interface with a device we ship to customers. The device ships with a webserver to interface with. To help mitigate the 2020 problem and use mobile devices we built an app to load the browser swf us