Hey guys!
I am very poor on html and I need some help...
I have this code that is basically javascript and some html:
As you can see, I have a .swf (flash file) called MBid.swf...For same strange reason html is showing the swf file a little bit bigger than the correct swf file that is: 800x650...Code:<table align="center" BGCOLOR=#FFFFFF BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%> <tr> <td align="center" width=100% > <SCRIPT LANGUAGE="JavaScript"> <!-- document.write( '<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"\n'+ ' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0"\n'+ ' WIDTH="800" HEIGHT="650" id="MBid">\n'+ ' <PARAM NAME=movie VALUE="MBid.swf'+document.location.search+'">\n'+ ' <PARAM NAME=quality VALUE=high>\n'+ ' <PARAM NAME=bgcolor VALUE=#FFFFFF>\n'+ ' <PARAM NAME=wmode VALUE=Opaque>\n'+ ' <EMBED src="MBid.swf'+document.location.search+'"\n'+ ' quality=high bgcolor=#FFFFFF wmode=transparent WIDTH="800" HEIGHT="650" NAME="MBid"\n'+ ' TYPE="application/x-shockwave-flash"\n'+ ' PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>\n'+ '</OBJECT>'); //--> </SCRIPT></td> </tr> </TABLE> <table align="center" BGCOLOR=#FFFFFF BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=800px> <tr> <td align="center" width=800px >
I had this same script working with another swf and now with this one is not working...maybe flash is changing someting that I am not aware?
Maybe I have a mistake on the html table that is holding the swf, or on javascript??
Any ideas? Thanks a lot in advance!
Cheers!


Reply With Quote
Bookmarks