Folok -
I did get it to work finally - even using the FLV playback component. I
didn't even use the SMIL file which is weird. You also might try the flvplayer
( there are a few)
http://www.peldi.com/blog/archives/flvplayer/index.html. You should also download this test app, and test it out in your IDE to go over
your settings.
ftp://ftp://ftp2.allaire.com/support/wchoi/temp.
Also, if you are using Windows 2003 and IIS, check out tech note 19439:
http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_19439. Also, I was looking for this and couldnt find it. Here is the appropriatrae
file structure that should be used in your applications directory in FMS2:
macromedia
- Flash Media Server 2
--applications
--- appName (inside this place your main.asc file)
---- streams (inside this folder, you put your instance name - the
default is _definst_)
----- _definst_ (inside this folder, place your FLV file)
if you make changes to the file structure, be sure to restart your FMS server.
I really hope this helps. I promise you that it is working for me and am now
up and running smoothly - even using the FLVPlayback component.
Another thing that I should mention, I had errors in the IDE when I had a few
things selected in the component inspector. First, in the contentPath option,
a little box comes up to enter in your path, make sure that nothing is checked.
Second, set autoSize to false. Getting that to work is another story I hear.
I also found this article helpful. This shows you how to not use the
FLVplayback component, but a video object. I actually migrated to using this
for a few things because of the bandwidth issues and the "supposed" instant on
playing that FMS was supposed to do. On a side note, more often than not, I
had better, more solid video with progressive download vs. the streaming.
http://www.macromedia.com/devnet/flashcom/articles/flvideo_bandwidth.html