RE: [Flashcoders] RE: Can Javascript Listen to Flash Events?

2012-05-23 Thread Ted Lehr
List Subject: RE: [Flashcoders] RE: Can Javascript Listen to Flash Events? I've got around the 'local security warning' issue in the past by running the content from a standalone webserver - check out Server2Go. You'll be able to fire off whatever ExternalInterface call you

RE: [Flashcoders] RE: Can Javascript Listen to Flash Events?

2012-05-22 Thread Chris Foster
__ -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Ted Lehr Sent: Tuesday, May 22, 2012 12:36 PM To: Flash Coders List Subject: RE: [Flashcoders] RE: Can Javascript Listen to Flash Events? I cann

Re: [Flashcoders] RE: Can Javascript Listen to Flash Events?

2012-05-22 Thread Ross Sclafani
Definitely do this Ross P. Sclafani Design | Technology | Creative http://www.neuromantic.com http://ross.sclafani.net http://www.twitter.com/rosssclafani 347.204.5714 On May 22, 2012, at 1:02 PM, Nathan Mynarcik wrote: > Would allowscriptaccess="always" work in this situation? Perhaps the issu

Re: [Flashcoders] RE: Can Javascript Listen to Flash Events?

2012-05-22 Thread Nathan Mynarcik
half of Merrill, Jason >> Sent: Tue 5/22/2012 11:52 AM >> To: Flash Coders List >> Subject: [Flashcoders] RE: Can Javascript Listen to Flash Events? >> >> You would have to add code to the .swf, but yes, Javascript can list

Re: [Flashcoders] RE: Can Javascript Listen to Flash Events?

2012-05-22 Thread Paul Andrews
the publish tab in the IDE. -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com on behalf of Paul Andrews Sent: Tue 5/22/2012 12:15 PM To: flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] RE: Can Javascript Listen to Flash Events? Just get a flash event

RE: [Flashcoders] RE: Can Javascript Listen to Flash Events?

2012-05-22 Thread Merrill, Jason
From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Ted Lehr Sent: Tuesday, May 22, 2012 12:36 PM To: Flash Coders List Subject: RE: [Flashcoders] RE: Can Javascript Listen to Flash Events? I cannot change security settings for the play

RE: [Flashcoders] RE: Can Javascript Listen to Flash Events?

2012-05-22 Thread Ted Lehr
Paul Andrews Sent: Tue 5/22/2012 12:15 PM To: flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] RE: Can Javascript Listen to Flash Events? Just get a flash event handler to call a javascript function. You probably don't have the security setting for the project set right - network a

Re: [Flashcoders] RE: Can Javascript Listen to Flash Events?

2012-05-22 Thread Paul Andrews
lf of Merrill, Jason Sent: Tue 5/22/2012 11:52 AM To: Flash Coders List Subject: [Flashcoders] RE: Can Javascript Listen to Flash Events? You would have to add code to the .swf, but yes, Javascript can listen for Flash events and vice versa. Jason Merrill Instructional Technology Architect II

RE: [Flashcoders] RE: Can Javascript Listen to Flash Events?

2012-05-22 Thread Ted Lehr
- From: flashcoders-boun...@chattyfig.figleaf.com on behalf of Matt S. Sent: Tue 5/22/2012 12:03 PM To: Flash Coders List Subject: Re: [Flashcoders] RE: Can Javascript Listen to Flash Events? could you load the SWF into a shell, and add the FLV event listeners at the shell level? That would

RE: [Flashcoders] RE: Can Javascript Listen to Flash Events?

2012-05-22 Thread Ted Lehr
... -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com on behalf of Merrill, Jason Sent: Tue 5/22/2012 11:52 AM To: Flash Coders List Subject: [Flashcoders] RE: Can Javascript Listen to Flash Events? You would have to add code to the .swf, but yes, Javascript can listen

Re: [Flashcoders] RE: Can Javascript Listen to Flash Events?

2012-05-22 Thread Matt S.
could you load the SWF into a shell, and add the FLV event listeners at the shell level? That would require knowing the name of the flv player within the SWF, but maybe you could figure it out with a decompiler? That's just a random idea, not sure if it would work... .m On Tue, May 22, 2012 at 11

[Flashcoders] RE: Can Javascript Listen to Flash Events?

2012-05-22 Thread Merrill, Jason
You would have to add code to the .swf, but yes, Javascript can listen for Flash events and vice versa. Jason Merrill Instructional Technology Architect II Bank of America Global Learning ___ -Original Message- From: flashcoders-boun...@chattyfig.figleaf.co