Hi Guys,

Did you figure this out?  

I have a problem with links that were converted using sIFR and then I need
to use them to do a show/hide using jQuery and it looks like Flash is
stealing my click event, so the click event never gets called by jquery.  

Is there any way to get Flash to trigger the event for a specific link?

Thanks,
-Roman


njsuperfreak wrote:
> 
> 
> Sweet! Good Find Brett, and thanks Sam! I think I am definitely going
> to experiment with this. looks interesting...
> 
> On Oct 4, 8:19 pm, Brett <[EMAIL PROTECTED]> wrote:
>> 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"
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Flash-and-jQuery-tf4569724s27240.html#a13159151
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to