![]() |
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 |
Re: Video on Product page
|
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.