Page 1 of 1

Embed swf to exe? How?

Posted: Thu Oct 13, 2005 3:32 am
by cak kalim
Why I can't embed swf to exe file with tflashplayercontrol?

I tried using flashplayer control v 1.0 1.1 1.2 2.1 with delphi 7

Although i set embed swf to true, it never embeded with exe files, why?

I wonder if in the next version there is swflist like delphiswfsdk.

Posted: Thu Oct 13, 2005 7:02 am
by Softanics
Thank you for your question.
Currently it is not supported. You should use LoadMovieFromStream and PutMovieFromStream.

Posted: Thu Oct 13, 2005 3:51 pm
by onad
Or you can consider http://www.molebox.com/ , it works for me..
You also can put a SWF in a resource via creatin a .rc file compile this and link the "whatever.res" to your exe and a appstart stream the resource to the flashplayercontrol