0
votes
0answers
27 views
Drag and drop, custom cursor during drag not working
I have a datagrid that I want the user to sort the rows on. To make it obvious that it's sortable I am implementing some custom cursors. But I'm having a problem when I actually drag an item. Can …
0
votes
3answers
32 views
ActionScript 3.0 : How to access a Shape’s segments?
EDIT (for clarification):
I have a vector image with a simple contour, an irregular closed polygon.
I need to import it into Flash in a way that I can then programmatically access each of the segments …
0
votes
1answer
12 views
Applying a color gradient on a line using ActionScript 3 / Flash
Hi,
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. …
0
votes
0answers
3 views
LoadVars.addRequestHeader not working (AS 2.0)
I'm having trouble getting the LoadVars.addRequestHeader method to work.
Even using this example from the docs:
var my_lv:LoadVars = new LoadVars();
my_lv.addRequestHeader("FLASH-UUID", "41472");
…
0
votes
3answers
19 views
Vector class in a Flex Library Project
i seem to be having some problems with the Vector class in actionscript 3
in a Flex Project or an ActionScript Project it is possible to do this
var v:Vector.<String>;
But when i do the same …
1
vote
3answers
509 views
FLV Playback - scaling and smoothing vs. hi-res?
Hi guys,
I'm building a flash site (as3) with large videos that act as transitions from section to section. The videos don't scale; in order to accommodate users with large monitors, we're planning …
0
votes
3answers
43 views
Mimicking typedef in ActionScript?
I'm working on some ActionScript code that needs to juggle a bunch of similar-but-not-interchangeable types (eg, position-in-pixels, internal-position, row-and-column-position) and I'm trying to come …
0
votes
1answer
997 views
AS2: How do I use addEventListener on an SWF/MovieClip loaded via MovieClipLoader
I'm trying to load a local SWF then catch a few events that are fired but I can't see why this isn't working.
Here's the code
Parent.swf
_mcl = new MovieClipLoader();
_mcl.addListener(this);
…
1
vote
2answers
240 views
How do I change a button, onclick, in ActionScript? Show/hide?
Using ActionScript 2.0, how do I show or hide a button onclick? I am making a simple mp3 player, and would like my pause button to change to a play button when clicked, and vice versa.
0
votes
2answers
38 views
Adding a node to an xml trace causes no data to appear
I have this actionscript so far:
var xmlLoader:URLLoader = new URLLoader();
var xmlData:XML = new XML();
xmlLoader.addEventListener(Event.COMPLETE, LoadXML);
xmlLoader.load(new …
0
votes
1answer
18 views
ActionScript3 sign-extension with indexed access to ByteArray
In the following code:
var bytes:ByteArray = new ByteArray();
var i:int = -1;
var j:int;
bytes[0] = i; // bytes[0] = -1 == 0xff
j = bytes[0]; // j == 255;
The int j ends up with value 255, …
0
votes
1answer
66 views
Comparing as2 to as1
For my recent project I need to work with as1.
The problem is that I have a little bit forgotten as1, I think my last coding in as1 was nearly 8 years ago.
My first question is, is there any web …
0
votes
1answer
11 views
Flash Dynamic text in embedded movie
Hi I have my movie in the main timeline and then have a smaller clip in which there is a dynamic text box. In that smaller movie I have some actionscript
myVars = new LoadVars();
…
0
votes
2answers
249 views
Is it possible to downsample an audio stream at runtime with Flash or FMS?
I'm no expert in audio, so if any of you folks are, I'd appreciate your insights on this.
My client has a handful of MP3 podcasts stored at a relatively high bit rate, and I'd like to be able to …
0
votes
2answers
160 views
ActionScript error #1053 - Illegal override of allowInsecureDomain in _MonkeyContacts_mx_managers_SystemManager (FlexMonkey code generation example)
I'm following along the MonkeyContactsCodeGenExample guide and when I run the ant target for test-with-launcher, I get a popup saying:
VerifyError: Error #1053: Illegal override of …

