Skip navigation
Currently Being Moderated

Read a video

May 30, 2012 5:07 PM

Tags: #playback #play #strobe #strobemediaplayback

Hi,

 

I use strobe media playback in my flex application like this :

 

          playerInstance = new StrobeMediaPlayback();

                _stage = systemManager.stage;

                _parameters  =

                    {

                        src: urlToLaunch

                        , controlBarMode:"docked"

                        , controlBarAutoHide: true

                        , autoPlay: true

                        , playButtonOverlay:true

                        , showVideoInfoOverlayOnStartUp: false

                    };

 

                playerInstance.initialize(_parameters, _stage, systemManager.loaderInfo, null);

 

 

I would be able now to start the video few seconds after the beginning.

More details : I have a play buton which plays the video at the beginning and i have a resume buton which can play the video at 1.09 minutes. How can I force the video player to start to play at 1.09 minutes?

 

Thanks,

Cheers.

 
Replies
  • Currently Being Moderated
    May 31, 2012 12:58 AM   in reply to rela33

    Hi,

    You could load the player with autoplay false, seek to 69 seconds and then play.

     

    If you have a streaming video asset, you might want to look at clipBegin and clipEnd.

     
    |
    Mark as:
  • Currently Being Moderated
    Jun 1, 2012 1:26 AM   in reply to rela33

    This means that you have not waited for the video to finish loading. You can add a listener for a mediaplayer MediaPlayerStateChangeEvent to be MediaPlayerState.Ready .

     

    S.

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points