im in Flash CS5. I have a TileList that loads its images from an XML, not all the images are the same size so they do not llook consistent wiyh the TileList.
I need to know how to read .xlsx file contents in flex3. Does anyone comes across this problem please give some idea to accomplish this task. If any good API please let me know.
I have the follow class : package my.controls.charts.series { import mx.charts.series.LineSeries; import mx.collections.ArrayCollection;
I\'ve been trying to load some JSON from a URL with a username/password at the beginning. So the URL resembles: http://username:password@www.myaddress.org.uk/api/profiles/
Just wanted to ask, is it at all possible to create sound spectrum from the data that开发者_如何学Python RTMP server streamed?
I\'d like to remove objects via removeChild after Tweenlite has finished tweening. But it doesn\'t really work because my objects are still in the DisplayList. I can\'t figure out the problem so I wou
I want to know how to prevent the user from drawing outside my school board. My board image sizes 709.15 X 499.5.
I\'m trying to access a CheckBoxList component that is defined in a nextLevelRenderer of a FlexDataGrid. How do you do this?
I have an Object and i want to apply two motion tween .I try to append them to a Timeline but i encounter some issues.When i test it,the most of the times i have to click many times in order to have r
What is the recommended approach for using the NetConnection class? Repeated usage, use one NetConnection instance to send all messages.