RE: [Flashcoders] RE: swf and referring domain

2006-11-16 Thread Steven Sacks | BLITZ
MySpace is a prime example of allowScriptAccess="never" > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of John VanHorn > Sent: Thursday, November 16, 2006 3:27 PM > To: Flashcoders mailing list > Subject: Re: [Fla

Re: [Flashcoders] RE: swf and referring domain

2006-11-16 Thread John VanHorn
the allowScriptAccess attribute of the embed tag can be set to "never" or "always". if its never, you can write all the javascript you want, but it wont get called. i see embeds with both "always" and "never" on myspace pages. im guessing that any third party swfs will be set to "never".if tha

Re: [Flashcoders] RE: swf and referring domain

2006-11-16 Thread Yehia Shouman
there's a ready state for the External interface you might need to check, the ready state fires when the page has done loading and the javascript is ready for you to call , check the ExternalInterface class in flash 8 for that On 11/16/06, Dave Segal <[EMAIL PROTECTED]> wrote: Thanks for the r

RE: [Flashcoders] Re: swf and referring domain

2006-11-16 Thread Joey Rivera
Dave, Hopefully the following will help you get closer to your goal. I tried various things to get this to work and the biggest problem is I couldn't find a way to make javascript talk back to flash when it's created in flash. If you have javascript functions on the html page where the flash obj