Quote:
Originally Posted by Fucksakes
how do you get rid of that click to activate this control? i got the same shit on my site now, and its annoying.
|
use document.write in a script not on the page..
like if you had <object src=file.wmv><param blah></object>
you would do <script src=blah.js></script> then in blah.js do
document.write('<object src=blah etc etc ></object>');