Page 1 of 1

how to create playlist with 5 swf file's

Posted: Fri Jul 13, 2007 8:49 pm
by shimi2001
so when one file rich to the end
the second file will start to display

and what is the properies :

FlashProperty_Scale
FlashProperty_ScaleMode

and how to use them
thanks in advance
shimon

Posted: Fri Jul 13, 2007 8:59 pm
by Softanics
Thank you for your questions.

The main question is what is end of swf file? If you know, you can create a playlist!

If the end is when a movie came up to the last frame -- just periodically check it: compare FlashProperty_CurrentFrame and FlashProperty_TotalFrames - 1, and when it equals start to play next movie.

Information about the properties:
http://www.f-in-box.com/dotnet/help/ind ... scale.html
http://www.f-in-box.com/dotnet/help/ind ... emode.html

where can i find the flashPropert_CurrentFrame ???

Posted: Fri Jul 13, 2007 9:18 pm
by shimi2001
where can i find the flashPropert_CurrentFrame ???
in designtime or in run time

Re: where can i find the flashPropert_CurrentFrame ???

Posted: Fri Jul 13, 2007 9:58 pm
by Softanics
shimi2001 wrote:where can i find the flashPropert_CurrentFrame ???
in designtime or in run time


http://www.f-in-box.com/dotnet/help/ind ... rames.html

you need it in runtime.

All native properties here:
http://www.f-in-box.com/dotnet/help/ind ... rties.html

All native methods here:
http://www.f-in-box.com/dotnet/help/ind ... thods.html

Also useful link:
http://www.f-in-box.com/dotnet/help/index.html

Hope this helps!