extremewebdesig
01-15-2007, 03:43 AM
Hello all:
start off im new to javascript/flash, so bear with me, im trying to load a flash intro movie, i got it to work for me on ie7 and the newest firefox, and a few other ppl can see it but there are some that can, and it is just a blank page, here is my .js file called intromovie.js
// JavaScript Document
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="700" height="450">');
document.write('<param name="movie" value="intromovie.swf"');
document.write('<param name="autoStart" value="-1"></object>');
and here is my html code to pull that file
<td width="700" height="450" valign="top">
<script type="text/javascript" src="intromovie.js"></script>
</td>
like i said it works for some ppl, and not for others. it works for me so i can't find a problem at all. and the other ppl that can't see it use the same browsers, and im doing it this way to prevent the extra click and when you move your mouse over it you don't get the boarder., is anyone can help that would be great. thanks for all your time
Jeremy
BY THE WAY HERE IS THE SITE IM WORKING ON
http://bull****account.zexxo.net/index.html
start off im new to javascript/flash, so bear with me, im trying to load a flash intro movie, i got it to work for me on ie7 and the newest firefox, and a few other ppl can see it but there are some that can, and it is just a blank page, here is my .js file called intromovie.js
// JavaScript Document
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="700" height="450">');
document.write('<param name="movie" value="intromovie.swf"');
document.write('<param name="autoStart" value="-1"></object>');
and here is my html code to pull that file
<td width="700" height="450" valign="top">
<script type="text/javascript" src="intromovie.js"></script>
</td>
like i said it works for some ppl, and not for others. it works for me so i can't find a problem at all. and the other ppl that can't see it use the same browsers, and im doing it this way to prevent the extra click and when you move your mouse over it you don't get the boarder., is anyone can help that would be great. thanks for all your time
Jeremy
BY THE WAY HERE IS THE SITE IM WORKING ON
http://bull****account.zexxo.net/index.html