Ok, hope I can explain this;
I've got a FLV file on the stage with progressive download when it's ran as a SWF.
I've got a replay button at the bottom which has the following code on it:
on(release){
nsMov.play("Finalcard.FLV");
}
This button works fine, until the FLV file finishes. The button then doesnt work when you click on it.
Any thoughts would be appreciated as I've been googleing but not having much luck.
I've got a FLV file on the stage with progressive download when it's ran as a SWF.
I've got a replay button at the bottom which has the following code on it:
on(release){
nsMov.play("Finalcard.FLV");
}
This button works fine, until the FLV file finishes. The button then doesnt work when you click on it.
Any thoughts would be appreciated as I've been googleing but not having much luck.