Biru Posted November 13, 2008 Share Posted November 13, 2008 does anyone kno how can i add flash banner on the index of the site... preferably on the middle column below the new products for bla bla business... anyone?? Link to comment Share on other sites More sharing options...
FIMBLE Posted November 13, 2008 Share Posted November 13, 2008 you can add it in your catalog / includes / languages / english [or your language folder] / index.php like this <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="100" height="100"> <param name="movie" value="Movie1.swf"> <param name="play" value="true"> <param name="loop" value="true"> <param name="quality" value="high"> <embed width="100" height="100" src="s\Movie1.swf" play="true" loop="true" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></object> Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions Link to comment Share on other sites More sharing options...
Biru Posted November 13, 2008 Author Share Posted November 13, 2008 you can add it in your catalog / includes / languages / english [or your language folder] / index.php like this <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="100" height="100"> <param name="movie" value="Movie1.swf"> <param name="play" value="true"> <param name="loop" value="true"> <param name="quality" value="high"> <embed width="100" height="100" src="s\Movie1.swf" play="true" loop="true" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></object> Nic rte cheers my man i shall try it now... Link to comment Share on other sites More sharing options...
FIMBLE Posted November 13, 2008 Share Posted November 13, 2008 You're welcome Sometimes you're the dog and sometimes the lamp post [/url] My Contributions Link to comment Share on other sites More sharing options...
Biru Posted November 13, 2008 Author Share Posted November 13, 2008 You're welcome wait a min tho...the language folder/index.php only has stuff like (define this and degine that) where do i add it... at end?? Link to comment Share on other sites More sharing options...
FIMBLE Posted November 13, 2008 Share Posted November 13, 2008 In between the two single quotes define('TEXT_MAIN', '<-HERE->'); Sometimes you're the dog and sometimes the lamp post [/url] My Contributions Link to comment Share on other sites More sharing options...
Biru Posted November 13, 2008 Author Share Posted November 13, 2008 In between the two single quotes define('TEXT_MAIN', '<-HERE->'); rte...cheers dude Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.