In my flash application I have a few sub-apps that are on layers above a few lists. It works in the .exe version however in flash version the sub-apps appear underneath the lists. :confused:
Printable View
In my flash application I have a few sub-apps that are on layers above a few lists. It works in the .exe version however in flash version the sub-apps appear underneath the lists. :confused:
It shouldn't even work in EXE. Can you post an example MFA?
http://dl.dropbox.com/u/4459105/Flash/Pictionary%20Online.mfa
"Lobby" Frame:
Test the application and press the "settings" (looks like wrenches) button. The sub-app will show up above the lists.
http://dl.dropbox.com/u/4459105/Flash/Pictionary%20Online%20%28flash%29.swf
This time when you press the button, the sub-app appears under the lists.
Um why not?Quote:
Originally Posted by LB
But for Sumo, I think the problem is that SubApps order to front in the exe (as a window control object) where as in Flash they don't? Did you try other layers, and/or order to front
Oh, just as I thought. It's a popup window. Flash doesn't do popup windows, for obvious reasons.
Lists and sub app are displayed in a "sprite" object from Flash. I have a layer for objects that should be on the top of the visible area, and I put the controls and sub apps. You shouold just reoder the loists and sub app in MMF frame editor.
I even tried putting the subapps and lists in the same layer and ordering them from there and it didn't work. I also tried to use the layer object to always order the supapp to the front and it didn't work either :/