If I browser the swf generated by Flex, there's no such problem.

if I browser the Html, the problem occured.



2006/5/15, calvin33castic < [EMAIL PROTECTED]>:
In my application, I used VideoDisplay and TabNavigator.
But there's a problem, when I switched between the tab of TabNavigator.
the videodisplay will auto paused.

who can give me some idea?

here's my code:

<?xml version="1.0"?>
<mx:Application xmlns:mx=" http://www.adobe.com/2006/mxml">

<mx:Canvas>
        <mx:HBox>
                <mx:VBox>
                        <mx:Panel>
                                <mx:VideoDisplay source=" f101.flv" autoPlay="true"/>
                        </mx:Panel>
                        <mx:Panel>
                                <mx:Text text="Text1"/>
                                <mx:Text text="Text2"/>
                                <mx:Text text="Text2"/>
                        </mx:Panel>
                </mx:VBox>
                <mx:VBox>
                        <mx:Panel>
                                <mx:TabNavigator selectedIndex="0">
                                        <mx:VBox label="Notes" width="100%" height="100%">
                                                <mx:Label text="notes11"/>
                                        </mx:VBox>
                                        <mx:VBox label="proper" width="100%" height="100%">
                                                <mx:Label text="notes11"/>

                                        </mx:VBox>

                                        <mx:VBox label="help" width="100%" height="100%">
                                                <mx:Label text="notes11"/>
                                        </mx:VBox>

                                        <mx:VBox label="Favor" width="100%" height="100%">
                                                <mx:Label text="notes11"/>
                                        </mx:VBox>
                                </mx:TabNavigator>
                        </mx:Panel>
                        <mx:Panel>

                        </mx:Panel>
                </mx:VBox>
        </mx:HBox>
</mx:Canvas>
</mx:Application>





------------------------ Yahoo! Groups Sponsor --------------------~-->
You can search right from your browser? It's easy and it's free.  See how.
http://us.click.yahoo.com/_7bhrC/NGxNAA/yQLSAA/nhFolB/TM
--------------------------------------------------------------------~->

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/







--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




YAHOO! GROUPS LINKS




Reply via email to