X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Video on Product page (https://forum.x-cart.com/showthread.php?t=49620)

SCUBA1609 09-10-2009 06:46 AM

Video on Product page
 
I need to input videos on my product pages. Unfortunately, the first attempt resulted in an error message "Video not found or access denied: skin1/images/custom/videofilename.flv"

<embed src="skin1/images/custom/player-viral.swf" width="400" height="300"
bgcolor="#FFFFFF" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"
flashvars="file=skin1/images/custom/videofilename.flv&autostart=true" width="400" height="300" /> </embed>

I've input the complete path name http://... etc., ensured the filename is correct but I continue to get the same results.

Any ideas?
Chris

pauldodman 09-10-2009 06:53 AM

Re: Video on Product page
 
http://www.xcartmods.co.uk/x-cart-product-videos-v41x-x-cart-mods-pr-16.html

SCUBA1609 09-10-2009 08:48 AM

Re: Video on Product page
 
The location of video file is "relative" to the location of the "player". The correct coding is:

<embed src="skin1/images/custom/player-viral.swf" width="400" height="300"
bgcolor="#FFFFFF" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"
flashvars="file=videofilename.flv&autostart=true" width="400" height="300" /> </embed>

Chris


All times are GMT -8. The time now is 06:10 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.