![]() | | ||||||||
| | #1 |
| HyperActive Warrior War Room Member Join Date: Nov 2002 Location: Hilo, Hawaii
Posts: 176
Thanks: 58
Thanked 7 Times in 6 Posts
|
The player menu/control shows up fine if the html page and video is in the same folder, but If the videos are in a separate folder the movie plays fine, but there is no controls to pause - play -stop. Here is the original code: Code: <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="400" height="300" id="Untitled-1" align="middle"> <param name="allowScriptAccess" value="sameDomain" /> <param name="movie" value="video.swf" /> <param name="quality" value="high" /> <param name="bgcolor" value="#000000" /> <embed src="video.swf" quality="high" bgcolor="#000000" width="400" height="300" name="mymovie" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" /></object> Code: <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="400" height="300" id="Untitled-1" align="middle"> <param name="allowScriptAccess" value="sameDomain" /> <param name="movie" value="/videos/video.swf" /> <param name="quality" value="high" /> <param name="bgcolor" value="#000000" /> <embed src="/videos/video.swf" quality="high" bgcolor="#000000" width="400" height="300" name="mymovie" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" /></object> Thanks |
| | |
| | |
| | #2 |
| Who'm I kidding? War Room Member Join Date: May 2006 Location: Easthampton, Massachusetts
Posts: 4,542
Blog Entries: 15 Thanks: 117
Thanked 904 Times in 651 Posts
|
Try making your URLs "absolute" - ie. http//www.domain.com/public_html/videos/video.swf It's probably that your server doesn't know where to get the video player controls from because your HTML is not perfect and specific. |
| | |
| | |
| | #3 |
| HyperActive Warrior War Room Member Join Date: Nov 2002 Location: Hilo, Hawaii
Posts: 176
Thanks: 58
Thanked 7 Times in 6 Posts
|
Ok thanks I will try that.
|
| | |
| | |
![]() |
|
| Tags |
| controls, swf, video |
| Thread Tools | |
| |
![]() |