Flash flv player.
Flash flv player.
Out of context: Reply #7
- Started
- Last post
- 12 Responses
- System-Idle0
I havnt used the new classes for flv but you could try the old school:
if(mov_mc._currentframe == mov_mc._totalframes)
{
//code here
}
I havnt used the new classes for flv but you could try the old school:
if(mov_mc._currentframe == mov_mc._totalframes)
{
//code here
}