What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » JavaScript: FlowPlayer::getTime()

JavaScript: FlowPlayer::getTime()
Author: Message:
hmaster
Senior Member
****

Avatar

Posts: 716
Reputation: 24
33 / Male / Flag
Joined: Nov 2004
RE: JavaScript: FlowPlayer::getTime()
You just want it to keep executing getTime();?
code:
x = 1;
while(x == 1) {
getTime();
}
You can also add when the video is finished not to execute.
code:
x = 1;
while(x == 1) {
     if(flowplayer1.stopped == true) { *
          x = 0;
     } else {
          getTime();
     }
}

* Not the correct code but you get the idea.

This post was edited on 04-03-2007 at 08:52 PM by hmaster.
[Image: sig.png]
04-03-2007 08:49 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
JavaScript: FlowPlayer::getTime() - by Weyzza on 04-03-2007 at 08:13 PM
RE: JavaScript: FlowPlayer::getTime() - by hmaster on 04-03-2007 at 08:43 PM
RE: JavaScript: FlowPlayer::getTime() - by Weyzza on 04-03-2007 at 08:45 PM
RE: JavaScript: FlowPlayer::getTime() - by hmaster on 04-03-2007 at 08:49 PM
RE: RE: JavaScript: FlowPlayer::getTime() - by Weyzza on 04-03-2007 at 09:04 PM
RE: JavaScript: FlowPlayer::getTime() - by WDZ on 04-03-2007 at 09:08 PM
RE: JavaScript: FlowPlayer::getTime() - by Weyzza on 04-03-2007 at 09:41 PM
RE: JavaScript: FlowPlayer::getTime() - by ShawnZ on 04-03-2007 at 09:42 PM
RE: JavaScript: FlowPlayer::getTime() - by Weyzza on 04-03-2007 at 09:47 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On