0
votes
2answers
12 views
Volume slider - volume doesn’t change until mouse over
Hi all,
I've created a small music player with a sliding volume control. I'm having trouble with the volume. Though it does control volume properly, if I set the initial volume …
0
votes
4answers
37 views
Method that gets called just before object destroyed
Is there method that gets called just before object destroyed? So I can override it.
Like
protected override function beforeDestuction():void
{
trace("This object is about to …
0
votes
2answers
23 views
Delay before playing embedded mp3 in Actionscript / Flex 3
I am embedding an mp3 into my Flex project for use as a sound effect, but I am finding that every time I play it, there is a delay of about half a second from when I call .play() t …
0
votes
1answer
16 views
AS2 to AS3 hitTest Migration
I am stuck in as3 hit test problem. this is the code i wrote in as2. please help me migrate this in to as3
target.hitTest((_x - _width / 2) * (1 / (100 / _root.game._xscale)) + _ …
0
votes
0answers
15 views
How to indent ActionScript associative array with VIM
I'm trying to use VIM to format AS3 codes, but have some problems for object definitions.
VIM formats it as below:
var object = {
a : b,
c : d
}
However what I want …
0
votes
4answers
36 views
Custom Actionscript 3.0 Events: Build separate Classes for different purposes or use one for all?
I'm using custom Events in Actionscript 3.0 for the first time and I'm unsure about how to best design them. I need a couple of Events. Some of them need to transport different kin …
1
vote
3answers
20 views
Why is iconField ignored for branch nodes with the Flex Tree component?
I'm using the iconField property of the Flex Tree to dynamically set the icon that a node should use. This works fine for leaf nodes but for branch nodes it doesn't seem to respect …
0
votes
2answers
14 views
Can’t make navigable rendered component
Hello.
I have the next component, which is substituted into the data grid as rendered item.
<mx:VBox xmlns:mx="http://www.adobe.com/2006/mxml" click="navigateToURL(new URLRequ …
0
votes
1answer
16 views
Problem modulating action script project
I am refactoring a hugh action script solution in Flash builder (beta 2) using the flex 4 sdk.
The project does NOT use the mx framework.
What i want to have is:
A big 'MAIN' pr …
0
votes
1answer
33 views
Action Script 3 get sounds total time and current time?
Hi, i have a player in flash action 3. i need to take a the total time of the sound file and current time of the sound file.
how can i code like this.
function onPlayProgress(evt: …
0
votes
3answers
59 views
Flex: Text Input that accepts number only
Need a code that only accepts numbers. Upon inputting, the code must check if it is number, if not, it must remove the entered key or not enter it at all
0
votes
0answers
16 views
read content of file with php and send to flex via amfphp
Hi
I am creating some application in flex and one of my purposes is to read content of file and display it in flex. There is huge problem, when I have file written in polish (which …
0
votes
4answers
33 views
How do i send data from flash to html page?
I would like to know that how we could send out data from a flash movie to html , php, aspx page so that that data could use for further calculation.
1
vote
2answers
59 views
How can I get the background color of a loaded swf file ?
I'm loading an swf file into my main application using URLLoader, I want to get the background color of the loaded swf file. ( I heard that one solution wold be reading the byte co …
0
votes
1answer
15 views
Datagrid scolling issue - Flex
I have a DataGrid,
<mx:DataGrid styleName="alternateColor"
verticalScrollBarStyleName="verticalScrollStyle"
headerSeparatorSkin="uiExtensions.DataGridHeaderSeparator …

