I created my own swfobject kind of javascript class that uses
document.write() to put my SWF object into web page. IDs and NAMEs are
unique.



On 1/23/07, John VanHorn <[EMAIL PROTECTED]> wrote:
also, make sure that the id/name of the object/embed tag is unique in the
dom. id conflicts between two elements will give you this error, too. how
are you embedding your swf? object/embed tags? swfobject?

On 1/23/07, Nick Zotta <[EMAIL PROTECTED]> wrote:
>
> Hello flashcoders,
>
> Does anyone know the cause of the javascript error: "Object doesn't
> support this property or method" when using ExternalInterface.call()
> to comunicate between Flash and Javascript?  My javascript function is
> triggered, but before executing its actions, a javascript error popup
> appears with the message :"Object doesn't support this property or
> method". Even if the javascript function is blank (nothing to
> execute), the javascript error still appears.
> No javascript error in Firefox or Opera, but only in IE (6 and 7).
> I get this error both locally and on the webserver.
> All the tests were made with FlashPlayer 9.
>
> Thanks a lot,
>
> Nick
> _______________________________________________
> [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
>



--
John Van Horn
[EMAIL PROTECTED]
_______________________________________________
[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