If I'm correct they use something like:
Flash = window.flashObject; 
Or
Flash = window.document.flashObject;
To call the object.

Try setting this to flash = document.getElementById("flashObject");

This works with all browser, at least all browsers that support the
ExternalInterface.

Bernard

> -----Oorspronkelijk bericht-----
> Van: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] Namens Sumeet Kumar
> Verzonden: donderdag 4 mei 2006 14:31
> Aan: Flashcoders mailing list
> Onderwerp: [Flashcoders] External Interface Class + form tag
> 
> Hi All
> 
>  
> 
> I m facing problem in JavaScript to flash communication 
> (using External Interface Class in flash8)
> 
> The Problem is as follows
> 
>  
> 
> The object tag is inside the form tag in a aspx page.
> 
>  
> 
> I m not able to call a function from JavaScript to flash
> 
>  
> 
> But if I remove the form tag it works fine
> 
> Is this a known issue?
> 
>  
> 
> Any Work around to this issue
> 
>  
> 
> Any help would be great
> 
>  
> 
>  
> 
> Regards
> 
> Sumeet Kumar
> 
> _______________________________________________
> [email protected]
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> 
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training 
> http://www.figleaf.com http://training.figleaf.com
> 

_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to