PDA

View Full Version : My new AV...


Maz
09-28-2001, 02:17 PM
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?

Aluscia
09-28-2001, 02:37 PM
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>

Maz
09-28-2001, 02:44 PM
<.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

Aluscia
09-28-2001, 02:46 PM
You're missing the <./EMBED> (remove period) tag... you need a closing tag everywhere.

Maz
09-28-2001, 02:58 PM
<./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?

Aluscia
09-28-2001, 03:01 PM
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.

Maz
09-28-2001, 03:08 PM
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>>>>>>

Ghryphen
09-28-2001, 03:31 PM
Fixed.


Removed the returns at each line.

Maz
09-28-2001, 03:42 PM
Thanks

Aluscia
09-28-2001, 03:55 PM
like I said, remove the carriage returns.

Stang
09-28-2001, 04:32 PM
Weird just weird :D