Apparently there is a bug in the FLVPlayback component when using SMIL
files.

I will admit i've never used them, but Robert Reinhardt, one of the authors
of the Flash 8 Bible, has re-written the component to correct the bug.  I
saw a working version of it when i attended his session at Flash Forward
Seattle a little while back.

You can read more about it here and download the updated component.

http://www.flashsupport.com/forum/topic.asp?TOPIC_ID=2372

good luck,
Dunc


On 9/19/06, Ryan Potter <[EMAIL PROTECTED]> wrote:

Hello List.

I have been racking my brain trying to get the FLVPlayback component to
work with a smil file.  I really can't find any good documentation on
this and the Adobe docs are conflicting on how they describe how to do
this.  Does anyone have an example of this working (email offlist
please)?

Does anyone know of a good tutorial?

I have been working on this for days.


Here is the smil file that I am using:

<smil>
    <head>
        <meta base="rtmp://flv.world.mii-streaming.net/prime/flash/1/"
/>
        <layout>
            <root-layout width="320" height="240" />
        </layout>
    </head>
    <body>
        <switch>
            <video src="Robin_Lizzie_WebVP6_512K"
system-bitrate="512000" />
            <video src="Robin_Lizzie_WebVP6_256K"
system-bitrate="256000" />
        </switch>
    </body>
</smil>

Here is the connection error that I am getting:

1005: Invalid xml: URL: "smil.xml" No root node found; if file is an flv
it must have .flv extension


_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to