I need to load multiple images into an Active object using an expression such as Apppath$+"Temp\"+Str$(LoopIndex("LoadImages"))+".png" to retrieve the files.
Everything works fine when I run the application from MMF2, but the images aren't loaded when the app is compressed. The same thing happens with the Animated Picture object.
Using the same expression, the Active Picture object does work fine though, so I don't think the expression could be the problem.
I also tried including the files in the .exe without any result.
Could this simply be due to both objects' runtimes not working correctly?
Does one of those actions (AO: load frame/AniPic: cache image) ever worked at runtime for anyone?
Sounds like you just need to include the .png filter when you build the exe.
In the properties panel, click on the "edit" button next to "image filters".
Un-tick "automatic", and manually tick the box for ".png" (and any others you need).