actionscript
Flex - Source Size vs. Compile Size
Could you explain why a Flash Builder source folder - no larger than 2 MB - compiles into a SWF exceeding 15 MB with debugging turned off (exported release build)?[详细]
2023-04-13 09:09 分类:问答Debug with big Vectors in AS3
I am using Flash CS5 and only actionscript. I mainly do signal processing with an input which is a Vector., process it and then end up with a new Vector.. I would like to debug my program with the deb[详细]
2023-04-13 08:18 分类:问答Mobile/IOS app in Flex Builder 3?
is it 开发者_高级运维possible to publish a mobile (specifically IOS) app using Flex Builder 3, or is this only available on Flash Builder 4.5 and later?Mobile support is only available in Flash Builde[详细]
2023-04-13 06:57 分类:问答ActionScript - loadBytes() example?
Can anyone tell me why you might use loadBytes() instead开发者_C百科 of a simple load()?From the ActionScript 3.0 Reference (flash.system.LoaderContext):[详细]
2023-04-13 06:11 分类:问答access dynamically loaded movieclip (stage > scrollpane > myloader > movieclip)
what I\'m trying to do is accessing snapText = scrollPane.source.textSnapshot; from an external swf. I\'ve tried:[详细]
2023-04-13 04:51 分类:问答ColorPicker not editable in Form -> FormItem
Please note the remark mentioned WORKAROUND at the end of this question. Based on a Dictionary based specification, one of my classes creates a Form programmatically.[详细]
2023-04-13 04:24 分类:问答(AS2) How to access a symbol from inside a class extends movieclip?
I created a movieclip symbol and exported to actionscr开发者_开发问答ipt, I created the .as file:[详细]
2023-04-13 03:44 分类:问答How to debug external ActionScript file?
I have a flash file that include external ActionScript, I can use trace but what I开发者_如何学C want is to setup some break points to debug interactively.[详细]
2023-04-13 02:51 分类:问答Smooth scaling a MovieClip
I have a MovieClip that contains bitmaps as frames. How can I scale it smoothly, achieving the same effect as with Bitmap.smoothing set to true?[详细]
2023-04-13 02:44 分类:问答Changing dataprovider of a datagrid on change event of another datagrid
I have two datagrids: - Division - Members Both have single columns. Selecting one item from Divsions datagrid should display members of that Division in the Members datagrid. But following code h[详细]
2023-04-13 00:17 分类:问答