Thread: help with flash
View Single Post
Unread 09-21-2008, 12:14 AM
kbahny kbahny is offline
Junior Member
Join Date: Sep 2008
Posts: 2
  #1  
Default help with flash

i am new to putting flash into a web page. I have placed the the code as described on the tutorial but it doesn't show up on the web when posted. The file is wheelchairmission.swf
here is the code

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0"
width="320" height="240" id="test" align="middle">
<param name="movie" value="wheelchairmission.swf" />
<param name="quality" value="high" />
<param name="play" value="true" />
<param name="bgColor" value="#FFFFFF" />
<param name="wmode" value="transparent" />
<embed src="wheelchairmission.swf"
width="320" height="240"
quality="high"
play="true"
bgColor="#FFFFFF"
wmode="transparent"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
i am doing this web site as a donation for a wheelchair mission group and am new to the game.
thank you
kb
www.wheelchairmissioninternational.org

Last edited by kbahny : 09-21-2008 at 12:29 AM.
Reply With Quote