This site requires JavaScript, please enable it in your browser!
Greenfoot back

Comments for media player

Return to media player

sp33dysp33dy

2012/5/29

Hey, I first thought great! You've embedded one of the Java libraries such as xuggle. however, I was surprised to see this is just replaying the images extracted from the video file. Good idea, but not really a video player.. ;-)
erdelferdelf

2012/6/15

When I saw this, I thought shit, I tried the same, but in my version I can use more then 1000 images and it works without problems to load, (1500 is maximum). Well most vids have more then 3000 frames
SPowerSPower

2012/8/2

If you add sound, I'll like this, ok?
tylerstylers

2012/8/3

good idea i will try and add it asap.
A new version of this scenario was uploaded on Mon Aug 06 13:08:51 UTC 2012 sound added! bug fixes
tylerstylers

2012/8/6

@spower added sound
A new version of this scenario was uploaded on Mon Aug 06 13:46:17 UTC 2012 fix a sound ploblem
SPowerSPower

2012/8/6

It starts to late.... But still, nice you added it :)
tylerstylers

2012/8/6

thanks:) and i forgot to crop the starting bit out :D
gusbus123gusbus123

2012/8/7

your check for the space bar being pressed should have a flag on it so that it only checks once during the time the space bar is pushed. So if you hold down space bar it wont keep on pauseing and playing.
A new version of this scenario was uploaded on Tue Aug 07 07:50:07 UTC 2012 now using getkey for checking for the space being clicked
MorranMorran

2012/8/7

Impressive!
tylerstylers

2012/8/7

thanks :D
tmargarettmargaret

2015/6/22

you are the best!
wabuildermanwabuilderman

2015/6/24

Great. One problem is that the speed bar messes it up*, and so does remedially spamming the space bar**. *Audio becomes disconnected from video and video occasionally stops altogether **Will not resume when you press spacebar.