RJFlashsays
Sloppy-Good work!! 
hansvsays
that looks so cool. And it is a very original file here in Flash Den. Cool design.
gramaesays
Useful player for school websites, however “Kids” font is missing
gramaesays
Another possible problem, is ,the movie loops when inserted in a webpage but not when played as a swf. HTML is set to loop=false.
Paul_Ferriesays
This is really cool, Scrubber seems a bit buggy though for skin 1. Scrubber dosnt seem to work with skin 2
drdithersays
Thanks guys. I will look into the looping thing. I believe it’s just some actionscript adjusting. The kids font is a freebie at www.themeworld.com. The buggy issue probably has to do with the Den preview since both players are on the same scene but different frames. Seems to be fine if you call it externally into a blank mc. I will look into that as well.
Gardeniasays
I like this lovely skin. This must be suitable for a website for childrens
thechunkeymonksays
Hi there, am loving the FLV player, have customized it and got it looking great! My only issue is the looping thing – is there a quick fix for this at all – I’m not very experienced with Flash, so any help would be much appreciated?
drdithersays
thechunckeymonk
I assume you want to stop the looping. There is some actionscript that will stop the loop. I am slammed right now with other projects but will send you a code snippit ASAP .
dither
drdithersays
thechunckeymonk
Go to the actionscript for your FLV , find the netStream.onStatus event and place the following code underneath the netStream.onStatus:
netStream.onStatus = function(info){
if(info.code == “NetStream.Play.Stop”
{
netStream.close();
}
That should stop the loop on the last frame of your FLV .
dither
thechunkeymonksays
Thats great thanks – works a charm!
Much appreciated.
19comments