SitePoint Sponsor |
|
User Tag List
Results 1 to 3 of 3
Thread: Video not displaying when online
-
Sep 26, 2009, 05:24 #1
- Join Date
- Feb 2002
- Location
- Newcastle Upon Tyne
- Posts
- 53
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Video not displaying when online
Hello,
I'm a bit baffled by this one. I have a video in .swf format and have embedded it on the page. It works fine when testing locally but it wont show when online. I've tried a view different paths in the code but none seem to work.
Here's the embed code:
Code:<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/s...ersion=9,0,0,0" name="laptop" width="200" height="112" align="middle" id="laptop"> <param name="allowScriptAccess" value="sameDomain" /> <param name="allowFullScreen" value="false" /> <param name="movie" value="http://www.cavat.co.uk/images/laptop.swf" /><param name="loop" value="false" /><param name="menu" value="false" /><param name="quality" value="high" /> <embed src="http://www.cavat.co.uk/images/laptop.swf" loop="false" menu="false" quality="high" width="200" height="112" name="laptop" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object>
Any help is greatly appreciated.
-
Sep 27, 2009, 06:13 #2
- Join Date
- Nov 2004
- Location
- Ireland
- Posts
- 10
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Hi Boxwell,
Are you sure you've uploaded your swf file? I don't see anything at http://www.cavat.co.uk/images/laptop.swf
-
Sep 27, 2009, 07:01 #3
- Join Date
- Jan 2004
- Location
- The Kingdom of Denmark
- Posts
- 2,702
- Mentioned
- 7 Post(s)
- Tagged
- 0 Thread(s)
It appears that there is a file (the path activates the Adobe Flash context menu), but perhaps the contents is corrupted? Have you tried to make a hard refresh, to see if it's your cache?
Bookmarks