1
vote
3answers
15 views
How to make my PHP Socket Server send a policy file to flash clients?
My flash game needs to connect to my PHP Socket Server. Because of security things, a policy file has to be send to the flash client when it tries to connect.
The following is wha …
0
votes
2answers
20 views
Flex Embedding Hindi Fonts Problem
For the attached code, I get the following compile time error :
exception during transcoding: Font for alias 'myFontFamily'
with bold weight and italic style was not found by
fa …
0
votes
1answer
22 views
re-pass REST params?
Say I have two functions that expect ...rest parameters
private function a(...myParams):void
{
trace(myParams.length); // returns 3 parameters 1,2,3
b(myParams);
}
private …
5
votes
20answers
431 views
Is it worth learning C to get a deeper understanding of OS’es and computers in general?
I'm currently working as a Actionscript 3 and Php developer. I started out learning Php then moved on to Actionscript 3 and now I'm learning Python. These 3 languages are high leve …
0
votes
1answer
18 views
Whats wrong with my buttons
Whats wrong with my buttons? here http://hiddenbrookstudio.com/index.swf, see how they rollover and dissappear and takes a second for them to reappear they should look like this ht …
1
vote
3answers
40 views
Clone MovieClip in realtime
I have a MovieClip with and image inside that I can drag, resize and rotate.
I'm creating a little thumbview, so the user can se how it will look. This is essentially a small vers …
0
votes
1answer
18 views
Actionscript: NetStream stutters after buffering.
Using NetStream to stream content from http, I've noticed that esp with certain exported h264's, if the player encounters an empty buffer, it will stop and buffer to the requested …
0
votes
2answers
62 views
Passing values between functions
Hi All is there any way to locally define a variable in a function and then pass it to the oher function. I mean to say is it possible the pass a local value from one function to …
0
votes
2answers
19 views
fade in of added component with Actionscript
Hi when I add a new component using Actionscript I want it to fade in smoothly, for example this component
var df : DateField = new DateField();
df.text = DateField.dat …
3
votes
6answers
167 views
Is it possible to create a ‘command line’ swf?
I'd like to be able to write a .swf file that is runnable as a command line app. In other words, I would be able to create actionscript classes which can interact with stdin and st …
0
votes
1answer
13 views
Remote Debugging Multiple Movies on a Single Page
Hi,
I've got two flash movies on a page. Using the Flash IDE I'd like to implement remote debugging when a particular movie loads. My problem is that the debugger attaches to the …
2
votes
1answer
15 views
Define possible values for a property in Flex
In Flex, is it possible to include some kind of MetaData to a property, to be able to list all possible values that a property can use? I want to be able to list the values when ca …
0
votes
1answer
15 views
How to apply actionscript 3 radial effect in flash?
In actionscript 3 I want to apply a special effect which will render my flat 2d layout into a radial form.
Is there a way to achieve such an effect with existing features or shoul …
0
votes
4answers
47 views
Rotation in flash causing image borders to look “pixely”, how to fix?
I have a bitmap loaded in flash, for a 2D game. The bitmap represents a character and is rotating when the user uses the A (left) or D (right) keys. The problem I have is that the …
1
vote
1answer
20 views
Alternatives to create swf files (which has external content loaded into them) dynamically?
I'm about to start a project where there will be a Flash application where the visitor customizes a profile with externally loaded images and texts. Then the visitor needs to be ab …
