![]() ![]() |
| Art |
May 15 2009, 05:04 PM
Post
#1
|
|
Group: Members Posts: 4 Joined: 15-May 09 Member No.: 8,610 |
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 |
| Art |
May 15 2009, 05:05 PM
Post
#2
|
|
Group: Members Posts: 4 Joined: 15-May 09 Member No.: 8,610 |
sorry, forgot to mention its an external link (a code copy and pasted from another site)
|
| Darin McGrew |
May 15 2009, 06:05 PM
Post
#3
|
|
WDG Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Root Admin Posts: 7,856 Joined: 4-August 06 From: Mountain View, CA Member No.: 3 |
Can you provide the URL (address) of a document that demonstrates the problem?
-------------------- Darin McGrew
WDG Member since 1998 |
| Art |
May 15 2009, 08:55 PM
Post
#4
|
|
Group: Members Posts: 4 Joined: 15-May 09 Member No.: 8,610 |
|
| Art |
May 17 2009, 09:14 AM
Post
#5
|
|
Group: Members Posts: 4 Joined: 15-May 09 Member No.: 8,610 |
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 |
| Frederiek |
May 26 2009, 10:27 AM
Post
#6
|
|
Programming Fanatic ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 3,547 Joined: 23-August 06 From: Europe Member No.: 9 |
I get a "Forbidden" in Safari's Activity window for the .swf file.
Do you have permission to grab the file from their server? -------------------- "The earth does not belong to us. We belong to the earth."
from Vue du ciel (in French) "Leave scepticism to others and take action" from HOME by Goodplanet An inconvenient truth by Al Gore |
| kiadiddy |
Apr 11 2012, 01:51 AM
Post
#7
|
|
Group: Members Posts: 4 Joined: 11-April 12 Member No.: 16,894 |
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 |
![]() ![]() |
|
Lo-Fi Version | Time is now: 24th May 2013 - 08:31 PM |