0 Replies - 391 Views - Last Post: 12 October 2011 - 11:19 AM

Topic Sponsor:

#1 STP_Captain_Slow  Icon User is offline

  • D.I.C Head

Reputation: 0
  • View blog
  • Posts: 51
  • Joined: 08-October 10

Embed swf into exisiting HTML page

Posted 12 October 2011 - 11:19 AM

Hi

I have only just started using Flash today and created a quick countdown timer for my website. After looking for ways to embed the swf file into the top banner of the website i found a piece of code but everytime i entered the page it always asked me download flash player even though i have it installed, i then asked a couple friends to try and they got the same. Below is the code i am using thanks in advance!

<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="400" HEIGHT="100" id="Countdown" ALIGN="">
<PARAM NAME=movie VALUE="Countdown.swf"> 
<PARAM NAME=quality VALUE=high> 
<PARAM NAME=bgcolor VALUE=#000000> 
<EMBED src="/images/Countdown.swf" quality=high bgcolor=#000000 WIDTH="400" HEIGHT="100" NAME="Countdown" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">
</EMBED> 
</OBJECT>



Thanks

Is This A Good Question/Topic? 0
  • +

Page 1 of 1