[jQuery] Re: How to write this using jquery?

2009-10-09 Thread mhulse
> Long story short, is there a nice jQuery, multi-browser compaitble, > way of targeting an swf that will play nice with > ExternalInterface.addCallback()? THANK YOU JQUERY: $('#id')[0]; Beautiful! :) Cheers, M

[jQuery] Re: How to write this using jquery?

2009-10-09 Thread mhulse
Hi, I think I need to rephrase my question. Is there a jQuery version of this: window[] : document[] Basically, I am trying to target an swf in order to use AS3 ExternalInterface.addCallback()... For some reason, doing $('object#id') does not work for the addCallback (). The function I poste

[jQuery] Re: How to write this using jquery?

2009-10-06 Thread mhulse
Oops, typo: > $obj = getFlashMovie(name); I forgot to add this: var name = 'communication';