Hi,
I have the following Javascript code:
If Netscape and Flash 6 installed Then
document.write(' <img src="" width="1" height="1">');
document.write('<object classid="clsid
27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http:\/\/download.macromedia.com\/pub\/shockwave\/cabs\/flash\/swflash.cab#version=6,0,29,0" width="450" height="237">');
document.write(' <param name="movie" value="principals.swf">');
document.write(' <param name="quality" value="high">');
document.write(' <embed src="principals.swf" quality="high" pluginspage="http:\/\/ type="application\/x-shockwave-flash" width="450" height="237"><\/embed>');
document.write('<\/object>');
THIS WORKS... However in Netscape, the rest of the html does not give room for the embedded flash object. The flash movie is on top of the text and other html code. In IE, it does not happen.
Any ideas on why this happens?
Thanks
I have the following Javascript code:
If Netscape and Flash 6 installed Then
document.write(' <img src="" width="1" height="1">');
document.write('<object classid="clsid
document.write(' <param name="movie" value="principals.swf">');
document.write(' <param name="quality" value="high">');
document.write(' <embed src="principals.swf" quality="high" pluginspage="http:\/\/ type="application\/x-shockwave-flash" width="450" height="237"><\/embed>');
document.write('<\/object>');
THIS WORKS... However in Netscape, the rest of the html does not give room for the embedded flash object. The flash movie is on top of the text and other html code. In IE, it does not happen.
Any ideas on why this happens?
Thanks