Go Back   WarriorForum - Internet Marketing Forums > Warrior Support Forums > Website Design
Register Blogs FAQ Social Groups CalendarHelp Desk

Reply
 
LinkBack Thread Tools
Old 07-21-2009, 12:48 PM   #1
HyperActive Warrior
War Room Member
 
Roncham's Avatar
 
Join Date: Nov 2002
Location: Hilo, Hawaii
Posts: 176
Thanks: 58
Thanked 7 Times in 6 Posts
Social Networking View Member's Twitter Profile 
Default SWF Video controls gone

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>
I added the video paths (higlighted) to the code which creates the problem:

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>
What am I missing?
Thanks

Roncham is offline   Reply With Quote
Old 07-21-2009, 02:51 PM   #2
Who'm I kidding?
War Room Member
 
Loren Woirhaye's Avatar
 
Join Date: May 2006
Location: Easthampton, Massachusetts
Posts: 4,542
Blog Entries: 15
Thanks: 117
Thanked 904 Times in 651 Posts
Social Networking View Member's FaceBook Profile  View Member's Twitter Profile  View Member's YouTube Profile
Contact Info
Send a message via Yahoo to Loren Woirhaye Send a message via Skype™ to Loren Woirhaye
Default Re: SWF Video controls gone

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.

Loren Woirhaye is offline   Reply With Quote
Old 07-21-2009, 03:02 PM   #3
HyperActive Warrior
War Room Member
 
Roncham's Avatar
 
Join Date: Nov 2002
Location: Hilo, Hawaii
Posts: 176
Thanks: 58
Thanked 7 Times in 6 Posts
Social Networking View Member's Twitter Profile 
Default Re: SWF Video controls gone

Ok thanks I will try that.

Roncham is offline   Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > Warrior Support Forums > Website Design

Tags
controls, swf, video

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -6. The time now is 05:39 PM.