Steven Gong wrote:
Can you verify togglepaused call on 0.6RC1 and 0.5 to see if the problem exists or can you provide the swf you are testing? I want to make sure if it's a regression. Thanks.


Hi ill have a go tommorow with RC1, im having to test this on my 2K3 PC as its what we are having the problem with in our production environment, i guess its no different to on osx. Its def something this method is doing, i can also try and make another VOD player up for you in flex which i supplied last time.

On 12/12/06, *Dan Rossi* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote:

    Hi steve it seems there is an incompatibiliity problem with
    togglepaused with latest changes in red5, using pause and resume
    works, i use As3 in flex. No exceptions doing it like this.

    public function pause(event:Event):void
    {
        //ns.togglePause();

if (videoState.isPlaying)
        {
            if (!videoState.isPaused && controls.pauseBtn.enabled)
            {
                ns.pause();
                videoState.isPaused = true;
                showPreloadBar("Paused");
            } else {
                ns.resume();
                videoState.isPaused = false;
                showPreloadBar("");
            }
        }
    }

    Dan Rossi wrote:
    Steven Gong wrote:


    On 12/11/06, *Dan Rossi* <[EMAIL PROTECTED]
    <mailto:[EMAIL PROTECTED]>> wrote:

        Steven Gong wrote:


    What's togglePause() used for? I am using an swf built from mtasc.


    Changes the state of a pause internally

    
http://livedocs.macromedia.com/flex/2/langref/flash/net/NetStream.html#togglePause(
    
<http://livedocs.macromedia.com/flex/2/langref/flash/net/NetStream.html#togglePause%28>)

    its basically doing pause(true) , pause(false).

    As much as id like to use mtasc and swfmill, the swfmill wasnt
    the best experience to get an application going compared to flex :\

    Flex 2 platform is a mixture of mtasc, swfmill and actionstep if
    i remember correctly, much prefer open source, and the mac beta
    is slow, and buggy and the local debugger it interfaces with the
    movie is slow to load, sometimes doesnt load even though the
    movie already has, not too familiar with the other debugger
    meantioned here , hard to have flex builder, eclipse , red5 and
    debugging flash movies on the same machine :D
    ------------------------------------------------------------------------

    _______________________________________________
    Red5 mailing list

    [email protected] <mailto:[email protected]>
    http://osflash.org/mailman/listinfo/red5_osflash.org


    _______________________________________________
    Red5 mailing list
    [email protected] <mailto:[email protected]>
    http://osflash.org/mailman/listinfo/red5_osflash.org





--
I cannot tell why this heart languishes in silence. It is for small needs it never asks, or knows or remembers. -- Tagore

Best Regards
Steven Gong
------------------------------------------------------------------------

_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to