Guest Posted November 13, 2008 Share Posted November 13, 2008 Morning everyone, I am looking to move away from our current click to download a demo setup on our product pages. We would like to embed flash demos into some of our products so that they display automatically when a client clicks onto that item. I have had a hunt around the contributions section and have not found anything and forum searchs point to issues around flash in main page problems. Is this a viable option in OSC? If someone can point me in the right direct I would be grateful. Regards Michael Link to comment Share on other sites More sharing options...
FIMBLE Posted November 13, 2008 Share Posted November 13, 2008 Probably the best and easiest way would be to add the FCK editor this has a way of embedding flash into the product description, though i have found that i need to go in to the source code and change the BG colour once or twice. If you have the ordinary HTML box it will be ok too add it as <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="xxxx.swf"> <param name="play" value="true"> <param name="loop" value="true"> <param name="quality" value="high"> <embed width="100" height="100" src="xxxx.swf" play="true" loop="true" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></object> Hope this helps Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions Link to comment Share on other sites More sharing options...
Guest Posted November 13, 2008 Share Posted November 13, 2008 Thanks I will take a look and let you know if it works. Michael Probably the best and easiest way would be to add the FCK editor this has a way of embedding flash into the product description, though i have found that i need to go in to the source code and change the BG colour once or twice. If you have the ordinary HTML box it will be ok too add it as <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="xxxx.swf"> <param name="play" value="true"> <param name="loop" value="true"> <param name="quality" value="high"> <embed width="100" height="100" src="xxxx.swf" play="true" loop="true" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></object> Hope this helps Nic Link to comment Share on other sites More sharing options...
Guest Posted November 13, 2008 Share Posted November 13, 2008 How easy is the FCK to implement and is it stable on 2.2? Michael Link to comment Share on other sites More sharing options...
FIMBLE Posted November 13, 2008 Share Posted November 13, 2008 Its a 10 minute job, Make a back up and then install it. Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.