PDA

View Full Version : SWF Hosting - ???



bitterman
October 28th, 2005, 08:36 AM
hey,

im making my website and everything seems to work fine, but one thing. the swfs dont come up in my browser. ive uploaded it to the hoster, but for some reason the swf stays white and doesnt play. i dont know what ive done wrong, but i really need this fixed. Im using frontpage. Ive slected web components and selected plug-ins. Does anyone know how to fix this, or how to embed the swf directly into the HTML?

Heres the code im using. I know its wrong, im new to this.
<slam1 width="550" height="400">
<param name="slam1" value="slam1.swf">
<embed src="slam1.swf" width="550" height="400">
</embed>
</slam1>

Slam1 is the movie i want to show.

VersusMG
October 28th, 2005, 09:51 AM
What is the link to your site?

Dwight
October 28th, 2005, 10:28 AM
frontpage???? :puzzle: Frontpage = :evil:

GPP
October 29th, 2005, 07:03 PM
<param name="movie" value="trythis.swf" /><param

name="quality" value="high" /><embed

src="trythis.swf" quality="high" bgcolor="#ffffff"

width="550" height="400" name="Untitled-1"

align="middle" allowScriptAccess="sameDomain"

type="application/x-shockwave-flash"

pluginspage="http://www.macromedia.com/go/getflashp

layer" />

Jeff Wheeler
October 29th, 2005, 07:05 PM
Try reading this article: http://alistapart.com/articles/flashsatay/