The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

> Flash embedding problem
Art
post 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
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
 
Reply to this topicStart new topic
Replies
kiadiddy
post Apr 11 2012, 01:51 AM
Post #2





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
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Posts in this topic


Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 16th April 2024 - 07:00 PM