> 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
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
Oops, typo:
> $obj = getFlashMovie(name);
I forgot to add this:
var name = 'communication';
3 matches
Mail list logo