![]() |
My new AV...
I copy paste from the code I had in ezboard, but it's all fuxored up, how do I fix it, or BJ, just fix it if you can
btw, what do you think about it all? |
I can't see all of your code, so I can't help you out. I'm using a flash thingie, so if you make sure everything is visable, I can cross-check it with mine :D
Here's the code that I use... be sure to change the dimensions and add the filename in where it says INSERTFILENAMEHERE, and set loop in both PARAM NAME and EMBED src to true... just remember to add opening triagular brackets at the beginning and after each closing triangular bracket :D OBJECT codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" WIDTH=550 HEIGHT=400>PARAM NAME=movie VALUE="INSERTFILENAMEHERE"> PARAM NAME=bgcolor VALUE=#000000> PARAM NAME=loop VALUE=true> PARAM NAME=menu VALUE=false> PARAM NAME=quality VALUE=high> EMBED src="INSERTFILENAMEHERE" loop=false menu=false quality=high bgcolor=#000000 WIDTH=468 HEIGHT=300 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">/EMBED>/OBJECT> |
<.EMBED src="http://home1.gte.net/res070k6/maz.swf"
QUALITY=AUTOHIGH SCALE=BORDER MENU=FALSE WIDTH=432 HEIGHT=180 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"> thats my code, btw, ignore the . in front of EMBED |
You're missing the <./EMBED> (remove period) tag... you need a closing tag everywhere.
|
<./EMBED src="http://home1.gte.net/res070k6/maz.swf"
QUALITY=AUTOHIGH> SCALE=BORDER> MENU=FALSE> WIDTH=432> HEIGHT=180> TYPE="application/x-shockwave-flash"> PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"> Is this waht you want? |
make sure there aren't any carriage returns (places where you've hit the enter key) and put the <./EMBED> (minus the period) after the <.EMBED src....> command line is done.
|
so...
<.EMBED src="http://home1.gte.net/res070k6/maz.swf" QUALITY=AUTOHIGH> SCALE=BORDER> MENU=FALSE> WIDTH=432> HEIGHT=180> TYPE="application/x-shockwave-flash"> PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">/EMBED>>>>>> |
Fixed.
Removed the returns at each line. |
Thanks
|
like I said, remove the carriage returns.
|
Weird just weird :D
|
All times are GMT -8. The time now is 07:20 PM. |
vBulletin, Copyright ©2000 - 2025, Jelsoft