Hi Gil,

Just FYI on why this isn't possible, link below from the original source 
with some good info as well:
The packager creates an native iOS application – it’s not Adobe Air 
application, because Apple forbids Just-In-Time compilation on their devices 
– that means no ActionScript Virtual Machine available – you won’t be able 
to run ActionScript code from external .swf files. Packager uses the LLVM 
compiler <http://llvm.org/> to translate ActionScript into Objective-C 
bytecode, it’s the same technology that’s behind Adobe 
Alchemy<http://labs.adobe.com/technologies/alchemy/>
.

http://flashsimulations.com/2010/10/25/how-to-create-ios-applications-with-adobe-air/

So point being, you're not really running a swf on a AVM in iOS rather 
you're translating your AS into objective C and compiling for native support 
(probably better run-time/battery life this way but probably more buggy as 
well). 
http://labs.adobe.com/wiki/index.php/Packager_for_iPhone:Release_Notes#Known_Issues_in_the_Packager_for_iPhone

No idea on the document.write seems there are quite a few caveats with the 
StageWebView control though, perhaps one of those is causing your issue 
(does it generally display what it should and just not execute the 
document.writeln are you using ExternalInterface or is it a document.writeln 
that's in response to a javascript event?)

Shaun

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API For Flash" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-api-for-flash?hl=en.

Reply via email to