benslayton
07-05-2006, 10:29 PM
Ok I'm using this in a .js document
//Javascript document
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="661" height="262">');
document.write('<param name="movie" value="flash/head.swf">');
document.write('<param name="quality" value="high"></object>');
///////////2
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="661" height="41">');
document.write('<param name="movie" value="flash/menu.swf">');
document.write('<param name="quality" value="high"></object>');
And putting this where I want it to show up.
<script src="../second.js"></script>
Can ya'll test it out in different browsers and let me know how it works. I already know it doesn't work in Firefox. Anyone know how to fix that?:)
//Javascript document
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="661" height="262">');
document.write('<param name="movie" value="flash/head.swf">');
document.write('<param name="quality" value="high"></object>');
///////////2
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="661" height="41">');
document.write('<param name="movie" value="flash/menu.swf">');
document.write('<param name="quality" value="high"></object>');
And putting this where I want it to show up.
<script src="../second.js"></script>
Can ya'll test it out in different browsers and let me know how it works. I already know it doesn't work in Firefox. Anyone know how to fix that?:)