no examples, but something like this should work.

*flash:*
on(release) {
   getUrl("javascript:var flashLink = 'http://google.com'")
}

*jQuery:*
$(function () {
   var jsLink = flashLink;
});

then you can do what you want to the link in jQuery, as it is held as a string


adexcube wrote:
Thanks for your response.
have you got any example or link to check?

Thanks

On 11 Feb, 09:55, Liam Potter <radioactiv...@gmail.com> wrote:
in the flash rather then using getUrl, you could just send the url to a
javascript var.

adexcube wrote:
Hi, I've got a flash object who loads pdf's and there's a lot of links
on the pdf. Is there a way to catch or intercept all links with
jquery? I want to stop the link redirection, I just want the link
itself.
I tried livequery with no result. :(
Thanks

Reply via email to