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:
Weyzza
Veteran Member
*****

Avatar
SoCal sunset > *

Posts: 1170
Reputation: 29
– / Male / –
Joined: May 2003
O.P. RE: RE: JavaScript: FlowPlayer::getTime()
Bah, you really need to read my post carefully :p
quote:
Originally posted by hmaster
You just want it to keep executing getTime();?
code:
x = 1;
while(x == 1) {
getTime();
}

I have said I did
code:
while(true) getTime();
and it didn't work.
quote:
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();
     }
}

Apparently, there's routine for checking if the video is stopped.
But getTime() will simply return 0 (seconds) if the video is stopped.
Registered 7644 days, 10 hours, 34 minutes, 26 seconds ago.
Happy Birthday, WDZ

04-03-2007 09:04 PM
Profile PM 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