Interesting, I googled up and found an example of this: http://www.quirksmode.org/js/flash_call.html
Not jQuery as such in the demo, but any function you write can refer to jQuery. On Oct 5, 8:10 am, "Sam Sherlock" <[EMAIL PROTECTED]> wrote: > your flash would need to be wmode=transparent > > and you'd need to call a javascript function from within flash that in turn > calls the grey box function > > since jquery applies the onclick event to all anchors with a class of > greybox you'll need simluar code inside you function that you call from > flash. > > getURL('javascript:callGreyboxFromFlash()'); > > - S > > On 04/10/2007, njsuperfreak <[EMAIL PROTECTED]> wrote: > > > > > Can Flash communicate with jQuery? I would like to use flash to > > interact with jQuery like opening up a dialogbox using the greybox.js > > plugin. How would I go about doing that any ideas? > > > The code is activated by the class="greybox"