[Flashcoders] 8.5 player and javascript

2006-03-27 Thread dc
Can anyone pointg me at some documentation regarding the interaction of the Flash Player 8.5 and web page javascript. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

[Flashcoders] 8.5 player and javascript

2006-03-27 Thread dc
To be abit more precise I am wondering about the reliability of the fscommand() function in legacy code when the function migrates to flash.system.fscommand(). Am I right in thinking that publishing 8.5 in 8.5 player would be fine but publishing 8.5+ might fail?

Re: [Flashcoders] 8.5 player and javascript

2006-03-27 Thread Christian
I am definitely interested in this, because this will be the second change of how to execute JS calls, with getURL no longer working, I'm going to be busy writing multiple versions of our tracking classes, based on the version of publish. Can't they just pick one, kill the others, and go from

Re: [Flashcoders] 8.5 player and javascript

2006-03-27 Thread Mike Britton
I suggest switching to the flash.external (ExternalInterface) package. This seems to be *the way* to do it in AS3. I use it currently in AS2 and it works really well. Mike ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or

Re: [Flashcoders] 8.5 player and javascript

2006-03-27 Thread Christian
Yeah, external interface works great, but it's not backward compatible to 6 or even 7 which is what we need to support. It'll be interesting to see how fast things move. Mike Britton wrote: I suggest switching to the flash.external (ExternalInterface) package. This seems to be *the way* to