Groups | Blog | Home
all groups > flash (macromedia) > november 2006 >

flash (macromedia) : Embedding into a web page, but how to connect to an SWF on the media server


ForumKid
11/21/2006 10:42:02 PM
If I do something like this it works fine. helloWorld.swf is an interactive SWF
file thats on my application server. It then accepts parameters and
successfully makes a connection to my FMS.

<object width="600" height="600"
classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#
version=8,0,0,0">
<param name="movie" value="helloWorld.swf" />
<embed src="helloWorld.swf" width="250" height="400"
type="application/x-shockwave-flash" pluginspage=
"http://www.macromedia.com/go/getflashplayer" />
</object>

helloWorld.swf already resides in my applicatoin folder on the FMS. The
question is, how do i access that swf in order to stream it. My successful test
connection is done like this "rtmp://<ip>/helloWorld/_definst_/helloWorld

How do I enter that swf into the value or src field on my object tag above? I
have searched days on this. There is so much documentation but nothing
explicitly to simply streaming a file...

Thanks in advance.
ForumKid
11/22/2006 2:09:08 PM
Just sending this post back to the top. Seems to be a pretty slow forum with
not a lot of activity. I would think being an adobe forum, it would more
activity including moderators. Anyhow, that's my two cents. Next post will be
to a new forum place..anyone use flashguru?
AddThis Social Bookmark Button