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