Get your own customer support community
 

"Load 100% and then play" isn't working for me!

I tried the suggestions I found here:

http://getsatisfaction.com/schillmani...

but had the following problems.

---------------------------------------------------------
autoLoad=true, autoPlay=false, stream=false
---------------------------------------------------------

In this case, loading starts upon creatVideo() (which is what I want), but the video starts playing before loading is complete.

Here's my code:

myVideo = soundManager.createVideo({
id:'video',
url:fn,
onfinish:NextItem,
stream: false,
whileloading:
function() {
writeMessage(this.sID+' loading, '+this.bytesLoaded+' of '+this.bytesTotal,regular);
},
onload:
function() {
ShowStartButton();
}
});


----------------------
stream=false only
----------------------

Loading doesn't start until play() is invoked. I want to "pre-load" the video.
 
sad I’m sad.
Inappropriate?
1 person has this question

The company marked this question as answered.


User_default_medium