K I have 1 problem. For my header I want to put a flash banner I have but I dont know where to put it I tried almost eveyrhting the coding I have is this!
any ideas?
Code:
."<OBJECT classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0\" WIDTH=750 HEIGHT=120> <PARAM NAME=movie VALUE=\"themes/nuke/sitename.swf?music=$music&text=$sitename&slogan=$slogan&username=$username\"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=$bgcolor1> <PARAM NAME=menu VALUE=false> <EMBED src=\"themes/nuke/sitename.swf?music=$music&text=$sitename&slogan=$slogan&username=$username\" quality=high bgcolor=$bgcolor1 WIDTH=750 HEIGHT=120 TYPE=\"application/x-shockwave-flash\" PLUGINSPAGE=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\" menu=\"false\"></EMBED> </OBJECT>";
Comment