I need to randomly scatter a variable number of objects in a Flash movie.Just randomly choosing locations doesn\'t result in a visually pleasing output.Objects end up on top of each other, all clumped
I have a project where a big part of the UI a notebook, where the user enters text in a number of fields, for which it uses a series of TextInput components.
I have a problem with the TweenLite Tint Plugin in AS2. Is th开发者_开发知识库ere a way to decrease the alpha color ?
I have a text box (dynamic) whose value is being changed by javascript using the setVariable method.
I\'m loading a flash MovieClip (Test.swf) like below. The problem is I can\'t read the size of mc (mc.width and mc._width both return 0, for the height as well), but I need to scale it.
In Flash/ActionScript2, is it possible to capture the mousemove, buttonup and down event but only within one MovieClip?
I\'m working on a project where there are short clips of fly throughs rendered from maya of a 3D environment. I worked up a swf that loads the clips as FLV and plays them accordingly.
Flash can use the RTMP protocol to exchange data between a server and a client. How do you typically access this functionality in AS2 or AS3/Flex? For example to use sockets you开发者_如何学编程 use
I have an external interface call which should retrieve some text from the html that the swf is embedded in.
I want to catch the close event of the flash movie. 开发者_高级运维What would I do to do something when the flash window is closed?You could poll from the window and detect a timeout server side?