I have a flash movie called loading.swf. I made the movie run in my program OK but now I'm wondering, is it possible to compile the program with the flash movie embedded within the final binary instead of being a seperate file. Thanks.
Printable View
I have a flash movie called loading.swf. I made the movie run in my program OK but now I'm wondering, is it possible to compile the program with the flash movie embedded within the final binary instead of being a seperate file. Thanks.
Thats nto quite what I'm looking form. I already know how to embed the Flash file into a form, but I mean, making the flash movie part of the final compiled binary, like you would with an image. What you posted is what method I am currnetly using to use my flash movie.
Reason for this is, that when I compile the program, I just want one file and that would be the exe. If it could be possible, I would like to exclude any other files.