Printable Version of Topic

Click here to view this topic in its original format

HTMLHelp Forums _ Graphics, Flash and Multimedia _ Flash embedding problem

Posted by: Art May 15 2009, 05:04 PM

hi, i'm trying to embed a game into my website. it previews perfectly in dreamweaver and from my computer (firefox and i.e) so i know the link is good but when uploaded there is only an empty white box on my site.

<span class="style17"> DOOM !!! </span>
<embed width="960" height="600" src="http://www.ns-knt.com/swf/doom1.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>

<br />



can anyone please help, thanx

Posted by: Art May 15 2009, 05:05 PM

sorry, forgot to mention its an external link (a code copy and pasted from another site)

Posted by: Darin McGrew May 15 2009, 06:05 PM

Can you provide the URL (address) of a document that demonstrates the problem?

Posted by: Art May 15 2009, 08:55 PM

Thanx for the quick reply:

http://oliveboard.org/theoliveboard/procrastination/Shooters/Doom%201/index.html

Posted by: Art May 17 2009, 09:14 AM


Any help would be immensly appriciated. i have this problem on 3 pages and i've tried hunting the net for answers but all i can find is guides for this or a similar problem when you have the actual .swf file on your server

Posted by: Frederiek May 26 2009, 10:27 AM

I get a "Forbidden" in Safari's Activity window for the .swf file.
Do you have permission to grab the file from their server?

Posted by: kiadiddy Apr 11 2012, 01:51 AM

This code here should work for you. Just copy paste where you want on your website.

=========================================


<object
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"
height="600" width="960">
<param name="movie"
value="http://www.ns-knt.com/swf/doom1.swf">
<param
name="quality" value="high">
<embed
src="http://www.ns-knt.com/swf/doom1.swf" quality="high"
pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" height="600" width="960"></object>

=========================================
Hope that helps

Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)