Jquery/Js : Select and navigate to link embeded in a flash element
I would like make a script for Greasemonkey (GM),that find and navigate in a link embed in a flash element.开发者_如何转开发
I think that is possible to make it to work with function .click() ,but won't work :(
Here's the source code of the page that contains flash elements.. Source code
Is possible to make that to work?
Thanks in advance.
LUCA.
Flash runs inside of a plugin within the browser, so from an external code point of view it's a black box. The only way to be able to programatically access a link embedded within a Flash element is to have the Flash object pass the link to your script via loadvars.
精彩评论