1
I have a tag <embed>
so in my HTML:
<embed class="flash" src="http://example.com/swf/10/nome.swf">
I wanted to find a way to change the address to http://example.com/swf/5/nome.swf
.
Ignoring flashvars, how can I do this in Javascript? I need to use this in Tampermonkey.
Well, I guess it didn’t work out, but this must be a problem on the site itself, it only activates the swf after running
status_toggler(); launch_chatter();
. I think that’s why I should look for a way to change this function, but I don’t know if this is the best place to ask. Still, thank you.– Gabriel
Oh yes. Also include AJAX on the page.
– Carlos
@Carlos, "ajax"? I think you mean "jquery"...
– Daniel Omine
Well remembered, I meant Jquery, already corrected :)
– Carlos