Flash logo & banner

Lacroi said:
I'd like to put a flash logo & banner to my site, how do I do it?

Any ideas...?

Just Create your flash header or logo...
and also generate its html code.. finally adjust it in the header of ur desire template..
You can use the simple html editor for this .
I often use MS front page and dreameviewer for html editing..


Code:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="778" height="674">
  <param name="movie" value="[b][color=Red]header.swf[/color][/b]" />
  <param name="quality" value="high" />
  <embed src="[b][color=Red]header.swf[/color][/b]" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" [color=Green]width="778" height="674"[/color]></embed>
[COLOR=Green]<!--Adjust the height and width yourself in pixels-->

[/COLOR] 
</object>
 
Back
Top