I know almost nothing about actionscript.Is it possible for Flash Lite 3.1 to use the flash.external.ExternalInterface to allow javascript interactio开发者_如何学Pythonn?
I am setting up a Flash based MP3 player control (The standalone version of WordPress Standalone Player). I have a situation of multiple windows with players open.开发者_StackOverflow社区 One window o
First post here. I have a xml video background and need to add a preloader before the video is buffering. The problem is that I am loading the video from xml file and from what I\'ve tried the preloa
The concept of this seems easy, but I\'m having trouble getting it right and can\'t find anything to help me on this.
I am using as3. Just a simple question. If I created a static method. say I decide to call on other methods within that static method. Do thos开发者_StackOverflow社区e methods I call on need to be st
We are using GraniteDS autogenerated AS code to map Java remote objects to AS. We have objects that contain List sites in Java so when they are converted to AS it looks like:
In every language there are a lot of tool to inspect the interface exposed by the compiled file, then what is the best tool for Flex swf file? I am debugging my code but the invoke always failed, I am
I have a flex app under construction that makes use of a lot of . I have a main module that has child modules. Ugh, I know. in one of these sub-modules, i want to know if i click a button. The handler
var sound:Sound = new Sound(); var req:URLRequest = new URLRequest(url); sound.load(url) I want to modify the sound data (an mp3) as it comes in. Specifically, the mp3 will be encrypted using a 开发
I am trying to construct a line dynamically, with a start and end gradient. I want to avoid using a GradientBox, as the lines are dynamic. All I want to do is have the line start red, end blue. This c