DH Templates

flash help?

i downloaded premade flash templates from the web. i am creating a homepage from zoomshare but i don't know how to use them. there's no html code for my flash templates. i really don't know what to do... pls help thanks

Public Comments

  1. * Add the following code within the BODY of yout HTML page: <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="FlashWidth" height="FlashHeight"> <param name="movie" value="FlashName.swf"> <param name="quality" value="high"> <embed src="FlashName.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="FlashWidth" height="FlashHeight"> </embed> </object> * Replace FlashWidth and FlashHeight with the appropriate numbers of your SWF file. * Replace FlashName with the name of your SWF file. * If you need to place the SWF file at appropriate position, Add a table, and put the SWF file in it. You'll have to add the following table code around the above code. <table width="TableWidth" height="TableHeight" border="0" cellpadding="0" cellspacing="0"> <!-- .......... Your SWF code goes here --> </table> * Replace TableWidth and TableHeight with the appropriate dimensions (or percents of page dimensions) of the table.
Powered by Yahoo! Answers