CSS Drop Down Menu by PureCSSMenu.com


Welcome, Guest. Please login or register.
aDarq.org/forum « Features « Calculators « Youtube Slowmo (BETA VERSION)
Pages: [1]
  Print  
Author Topic: Youtube Slowmo (BETA VERSION)  (Read 1839 times)
adarqui
Administrator
Hero Member
*****
Posts: 5578


im da bess mayne.


View Profile Email
« on: March 05, 2010, 02:59:06 AM »

Enter url: normal wide


Step 1: Enter in a youtube url

Step 2: Click go!

Step 3: Click on the embedded video

Step 4: Enter key codes to control the video:

Use the period key "." to advance a few frames at a time

Use the colon key ":" to slowmo

Use the space bar to play/pause the video

Use the R key "R" to restart the video from the beginning

Use the F key "F" to enter fullscreen.


Logged

vag
Hero Member
*****
Posts: 618



View Profile WWW
« Reply #1 on: March 05, 2010, 03:10:26 AM »

if( button_event() == ':' ){
    for( ;; ){
        video_pause();
        5ms_delay();
         video_play();
         if( button_event() ) break;
    }
}

slo-mo block busted? Cheesy
         
Logged

CURRENT STATS:
Age : 36
Height : 6'1'' / Reach : 7'11'' ( in shoes ).
SVJ : 27'' ( PR = 29'' )
DLRVJ : 33'' ( PR = 34,5'' )
Squat : 6x209 ( PR = 3x297 )
=============================
http://www.youtube.com/user/Ben1O16
http://www.youtube.com/user/Verttraining
adarqui
Administrator
Hero Member
*****
Posts: 5578


im da bess mayne.


View Profile Email
« Reply #2 on: March 05, 2010, 03:19:18 AM »

if( button_event() == ':' ){
    for( ;; ){
        video_pause();
        5ms_delay();
         video_play();
         if( button_event() ) break;
    }
}

slo-mo block busted? Cheesy
         


how did you get that code? I don't have anything to mess with flash/swf files.. I'd love to modify this damn thing to work better. heh

or did you just pseudo that.
Logged

vag
Hero Member
*****
Posts: 618



View Profile WWW
« Reply #3 on: March 05, 2010, 03:27:50 AM »

if( button_event() == ':' ){
    for( ;; ){
        video_pause();
        5ms_delay();
         video_play();
         if( button_event() ) break;
    }
}

slo-mo block busted? Cheesy
         


how did you get that code? I don't have anything to mess with flash/swf files.. I'd love to modify this damn thing to work better. heh

or did you just pseudo that.


pseudo + smartass FTW Cheesy
Logged

CURRENT STATS:
Age : 36
Height : 6'1'' / Reach : 7'11'' ( in shoes ).
SVJ : 27'' ( PR = 29'' )
DLRVJ : 33'' ( PR = 34,5'' )
Squat : 6x209 ( PR = 3x297 )
=============================
http://www.youtube.com/user/Ben1O16
http://www.youtube.com/user/Verttraining
adarqui
Administrator
Hero Member
*****
Posts: 5578


im da bess mayne.


View Profile Email
« Reply #4 on: March 05, 2010, 03:36:41 AM »

if( button_event() == ':' ){
    for( ;; ){
        video_pause();
        5ms_delay();
         video_play();
         if( button_event() ) break;
    }
}

slo-mo block busted? Cheesy
         


how did you get that code? I don't have anything to mess with flash/swf files.. I'd love to modify this damn thing to work better. heh

or did you just pseudo that.


pseudo + smartass FTW Cheesy

ya i figured it was pseudo, but that's some damn good pseudo..

skillz. :F
Logged

Pages: [1]
  Print  
 
Jump to: