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.
Hi,
Thanks for the answer.
I already tried seek function but now I took your advice in count and I changed autoplay to false but I have this error "the specified capability is not currently supported". I also checked canSeek and canSeekTo and they are false so maybe I cannot use this function ? (I say that because It couldn't seems to be possible to modify them so I think it's an automatic configuration on SMP? )
So now I'm focused on clipBegin but I don't know how to use it since I don't implement strobe media playback within embeded html.
Do I have to add it in the parameters? (I already tried but it doesn't seems to work but maybe I'm doing something wrong)
Like you said it's a streaming video like VOD that I tried to play, It's not a local video.
PS : sorry for english mistakes, It is not my native language ![]()
North America
Europe, Middle East and Africa
Asia Pacific