Tyler Posted March 5, 2008 Posted March 5, 2008 Hi How can i embed a video in the description of the products? Videos from gametrailers or youtube? I tried to put the code in the Description but nothing happens. Share this post Link to post Share on other sites More sharing options...
Bruno Leveque Posted March 5, 2008 Posted March 5, 2008 Hi Tyler, You should have a look at this post from Julien: http://www.prestashop.com/forum/index.php/topic,987.0.html Best regards, Share this post Link to post Share on other sites More sharing options...
Tyler Posted March 5, 2008 Posted March 5, 2008 Hi Bruno The code a want to put in the product is: <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id="gtembed" width="480" height="392"> <param name="allowScriptAccess" value="sameDomain" /> <param name="allowFullScreen" value="true" /> <param name="movie" value="http://www.gametrailers.com/remote_wrap.php?mid=25095"/> <param name="quality" value="high" /> <embed src="http://www.gametrailers.com/remote_wrap.php?mid=25095" swLiveConnect="true" name="gtembed" align="middle" allowScriptAccess="sameDomain" allowFullScreen="true" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="480" height="392"></embed> </object> Found it ! Fix: add "object[classid|codebase|width|height],param[name|value],embed[src|quality|width|height|type|pluginspage|bgcolor|allowFullScreen]" in file AdminProducts.php, line 1254 Can you please add this to your next version please ? Or all videos in our products will be deleted Sad ++ Julien I have tried introducing this code, but equally not seen the videos in the description of the products. Please you can be a little more specific? In describción product copying the code that gives me gametrailers and hit as HTML, but when I save changes nothing happens. In the next canditate version this can be fixed and i can embed videos easy? Tyler PD: Sorry for my english Share this post Link to post Share on other sites More sharing options...
Tyler Posted March 6, 2008 Posted March 6, 2008 ??? Share this post Link to post Share on other sites More sharing options...
Tyler Posted March 9, 2008 Posted March 9, 2008 Any response? ??? Share this post Link to post Share on other sites More sharing options...
Bruno Leveque Posted March 9, 2008 Posted March 9, 2008 Hi Tyler, As we said it on another post, we'd like to include different modules for posting medias easily (flash, videos...). Therefore, you should contact julien directly, maybe he'll be able to help you Best regards, Share this post Link to post Share on other sites More sharing options...
Tyler Posted March 10, 2008 Posted March 10, 2008 Thank you for your reply Bruno. He had not understood that they have to create new modules to be able to insert videos or animations. Share this post Link to post Share on other sites More sharing options...
Recommended Posts