[Flashcoders] Publishing / Packaging for Mobile - Command Line Workflow

2012-03-16 Thread Jeremy Hicks
to the technique of modifying the xml files and overlaying new Air SDK within the Flash application's folder structure. I am just unsure of the exact workflow to put in place. Thanks for any input, Jeremy Hicks Slaphost Games ___ Flashcoders mailing list

[Flashcoders] JSFL create a dialog and set focus

2011-04-13 Thread Jeremy Hicks
I have a JSLF document that creates an xmlPanel() and displays the dialog in my xml file. It shows a textbox and everything works well. When the dialog opens there is no focus set on it or the textbox. I've tried different methods of setting the focus but nothing works. Is there anyway to set

[Flashcoders] Re: Removing movieClip from memory

2010-10-26 Thread Jeremy Hicks
the output panel it will iterate all the items in the Memory Watcher then it will list the number of items Sound Movie Clip 5, 6, 7 so on. As for Garbage Collection, it is unpredictable but we've found that the more action on a movie the faster it runs. Hope this helps! Jeremy Hicks Actionscript

[Flashcoders] Accessing Fonts

2010-08-10 Thread Jeremy Hicks
I have many swfs with a font embedded to a text field that are loaded into a Main.swf. The font is only embedded to the textfield on the stage and it's not added to the library as a font symbol, I would like to not have to do this for file size. I have been working with ApplicationDomain to