Page 1 of 1

FPC_LoadMovie

Posted: Fri Oct 14, 2011 8:55 pm
by totonf
It looks that FPC_LoadMovie load flash video and static content like png files but not sound files. Is it possible to load a mp3 with f-in-box?

Posted: Sun Oct 16, 2011 1:26 pm
by Softanics
Hello,

Do you specify path to a swf file, right?

Thank you.

Posted: Wed Oct 26, 2011 3:12 pm
by totonf
I tried to specify a path to a mp3 and I wonder if it could be played.
It seems that flash player handles only swf and images files.

Posted: Thu Oct 27, 2011 2:00 pm
by Softanics
Hello,

Just to test: what if to specify full path e.g. "http://someserver.com/1.mp3", and handle it using this function:

http://f-in-box.com/dll/help/index/exte ... ndler.html

Thank you.