View Full Version : set background color per number
dankaholic
12-12-2001, 05:30 PM
hi there
how the *#?% can i enter the number i want as background ?!
its the color # of the company im makin an intro 4 ..
please, i wont get it myself ...............
thx
danky
evilregis
12-12-2001, 09:30 PM
are you talking cmyk? rgb? pantone? what colour value do you have that needs to be used?
.:er:.
dankaholic
12-12-2001, 09:53 PM
i dont know what that is called but i mean the usual #XXXXXX the same you define colors in html ... (also contains letters, know im sayin? :D )
thanx evilregis
in your html code do this...
<BODY bgcolor="#ff0000">
<!-- URL's used in the movie-->
<!-- text used in the movie-->
<OBJECT classid="clsid: D27CDB6E-AE6D-11cf-96B8444553540000"codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"
WIDTH=550 HEIGHT=400>
<PARAM NAME=movie VALUE="popup2.swf">
<PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE=#FF0000>
<EMBED src="popup2.swf" quality=high bgcolor=#FF0000
WIDTH=550 HEIGHT=400 TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
</EMBED>
</OBJECT>
</BODY>
<BODY bgcolor="#ff0000">
this line sets the color of the html background
<PARAM NAME=bgcolor VALUE=#FF0000>
this line sets the color of the flash swf background
<EMBED src="popup2.swf" quality=high bgcolor=#FF0000
i havn't figured out what this color value changes... nothing for me
this is what i did...
i changed the body tag from #ffffff to #ff0000
i changed the embed tag from #ffffff to ff0000
result was that the html changed from white to red, the flash did not.
then i changed the param tag from #ffffff to #ff0000
result the background of the flash movie changed from white to red
so if you want to use a color other than one in the drop down of the movie properties, you can change it here.
see that <img> tag in the middle of the object tag line in my previous message???
that was not in the editable portion of the text when i made the message... when i go back in to edit the message... that image tag is not there...
where did that come from?
Ricod
12-13-2001, 08:55 AM
the img tag referd to -> :D which is written as : D without the space. Apparently, placing that between php tags results in showing the actual src. Like this :
:D
dankaholic
12-13-2001, 04:47 PM
aight thanx for the help guys
it also works like this (me stoopid)
choose the fill or outline color in the mixer click on it and enter the desired number at the top
return
top right corner menu: add swatch
now i can nicely select the wanted color in the modify->movie menu by clicking on the swatch i just created ..
k thanks again
cheers
danky dank
|
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.