Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1000
votes
6answers
45k views

Flash CS4 refuses to let go

I have a Flash project, and it has many source files. I have a fairly heavily-used class, call it Jenine. I recently (and, perhaps, callously) relocated Jenine from one namespace to another. I thought ...
5
votes
1answer
512 views

Pixel bender shaders with multiple outputs in flash?

According to the pixel bender specs a shader can have one or more outputs. The pixel bender toolkit, whose "export to flash" option tends to be preety strict about the flash specific do's and dont's, ...
5
votes
3answers
2k views

Check to see if a class has a method

Is it possible to check a class to see whether it has a method or not ? Or even a particular property
5
votes
4answers
3k views

denied due to lack of policy file permissions

I can't get my Yahoo! Application Platform to run I keep getting denied access even though their policy file accepts requests from any domain. OK: Policy file accepted: ...
5
votes
1answer
1k views

Where is the documentation for Adobe XFL Flash interchange format?

I work at an animation studio that does several productions in Flash. Probably one of the most exciting features of the new Adobe CS4 suite is the XFL file format. At last, I have an ascii format ...
4
votes
2answers
238 views

Determine when Flash component not visible

I'm playing around with streaming live video to the Flash Player. The problem is, it seems (from my logs) that many users will open a live video feed and then just leave it open all day, whether or ...
3
votes
1answer
117 views

AS3 MOUSE_OVER problems due to movieclip overlap

I am working on something that has a lot of different buttons on the screen. The buttons need to be made using movieclips, not actual "buttons". I'm using Flash CS4 and ActionScript 3. I have ...
3
votes
3answers
47 views

Flash AS3 loading best practices

I am creating an interactive flash application where I need to use many sound files and images. I am currently loading resources (both images and sound files) as I need them. When I run it on my ...
3
votes
3answers
871 views

How to sequence events in Actionscript 3

I've been working with AS3 a lot over the last weeks and I've run into a situation that google hasn't been able to help with. The crux of the problem is that before I run a function I need to know ...
3
votes
1answer
527 views

What is the correct way to add components to the library of a Swf?

I've been having a problem that's plagued me many times in the course of developing a Flash project. It looks something like this: TypeError: Error #1009: Cannot access a property or method of a null ...
3
votes
7answers
6k views

stopping on the last frame (flash)

I want my movieclip to play once and stop on the last frame. I use the following code in the loop of my movieclip class. (this is as3) if(currentFrame == 120) stop(); 120 is the last frame. It ...
3
votes
1answer
599 views

Flash CS4 combobox not showing when embedded

I have a Flash CS4 movie that uses a standard Flash combobox. This works fine, as long as I don't use the resulting SWF embedded on a HTML page. When I do embed it, the combobox doesn't show up, ...
3
votes
3answers
635 views

How to use a static function in Actionscript 3.0?

I would like to do the following: Have a few objects (e.g. 20 of them), each time I mouse over any one of them, it moves up and each time my mouse leaves, it moves down. ...
3
votes
2answers
4k views

Setting the font name and size in AS3 List control (flash.controls.List)

Using CS4, how do I set the font of a List control? I tried this: var myFormat:TextFormat = new TextFormat(); myFormat.font = config.settings["list font name"]; myFormat.size = ...
3
votes
2answers
2k views

How can I convert a flash movieclip into a png sequence?

Flash CS4 is not letting me save a swf to a png sequence. Is there a way to save a movieclip as a swf and use an outside program to convert to png? Thanks!
2
votes
1answer
74 views

Stopping the sound of a child swf

The timeline of my child swf, there are layers with specific sound files in them to be in sync with my animation. Now the problem arises when I try to import this swf into my main flash website using ...
2
votes
2answers
204 views

Is it possible to play .m4a file using as3?

I am developing a simple mp3 player for playing bulk number of audio files to play. The files are in .m4a format. Is it possible to play using as3?
2
votes
1answer
168 views

Loading XML file using as3

public class loadXML extends Sprite { public var xmlFileName:String; public var urlL:URLLoader = new URLLoader(); public var urlR:URLRequest; public var xml:XML = new XML(); ...
2
votes
2answers
154 views

why does setting different scaleX and scaleY for textfield distorts the text?

i have a textField wherein i uses embedded fonts, the problem is when i change its size and i do not set the SAME scaleX and scaleY value, it seems to compress the letters inside it when i make it ...
2
votes
1answer
232 views

How to edit mp3 file that was loaded to flash via fileReference.browse() method?

I wonder how can I work with mp3 that was loaded to to flash via fileReference.browse() method ? Currently I've created an lash application that can load mp3 file from local hard drive to flash and ...
2
votes
2answers
531 views

Compile all Opened FLA files in Flash IDE using JSFL

Is there is a JSFL script to compile all opened fla in the Flash IDE?
2
votes
1answer
330 views

Flash.text.textfield.ScrollV no more works with newest flash player 10.1

Scrolling textfield is no more working with player 10.1.82 My code is: SCROLLV = SCROLLV +2 text is scrolling down nicely with older players, but now with newest player it never scrolls. scrolling ...
2
votes
7answers
6k views

How to resize dynamically loaded image into flash (as3)

Am struggling to find the right as3 code to resize an image once it is dynamically called into the stage and placed in a MC. I am loading using: var myLoader :Loader = new Loader(); ...
2
votes
1answer
1k views

how do I use netstream.appendBytes() for http dynamic streaming?

I am trying to figure out how to use http dynamic streaming with flash 10.1 but I can't get the basic functions working. What is the syntax for using appendbytes with a video file? package ...
2
votes
0answers
159 views

Center aligning SWF in Flash breaks video prompt request

I'm using swfobject to inject my swf. My SWF basically initiates a webcam and prompts the user for access to the cam. Problem is whenever I center align the div that contains the swf object the ...
2
votes
2answers
897 views

Flash CS4/AS3 Writing local file from local game without save dialog prompt?

I'm writing a game to be run locally, on the user's computer. NOT over the internet. I want to have a file that will hold the usernames and avatar indices (they're in an array). I want to know if ...
2
votes
3answers
345 views

ActionScript : Applying frame to a image / background?

I am editing a custom calendar application in flash. The purpose of this app is to let you select your own images, and create a calendar out of it. You can basically, drag and drop images of your ...
2
votes
2answers
206 views

Playing multiple FLVs at the same time feasible?

Is it feasible to play a number of FLV files at the same time on one SWF? Basically I have a brief to create a video banner with a number of FLVs of people playing at the same time but starting at ...
2
votes
2answers
2k views

Actionscript 3: Force program to wait until event handler is called

I have an AS 3.0 class that loads a JSON file in using a URLRequest. package { import flash.display.MovieClip; import flash.display.Loader; import flash.net.URLRequest; import ...
2
votes
2answers
276 views

Why Flex SDK is free and Flash CS4 not ? Where is the trick?

Why Flex SDK is free and Flash CS4 not ? Where is the trick ?
2
votes
1answer
487 views

Movieclip.width returns higher value than Movieclip stage on Width

I have a Movieclip on stage with nested movieclips inside. All referenced at 0,0. None of the child movieclips load any dynamic content, animate or have Masked Layers. It does have an input textfield ...
2
votes
2answers
314 views

Render each frame as a single image

Just curious, can flash take each frame and export it out as a image ? In my case, I want to create sprite images for a flashdevelop project using blitting. Of course I know there is a solution for ...
2
votes
2answers
252 views

Package external files into flash deliverable?

Is it possible to package all external files, such as images and videos, into the final .swf or equivalent file? I want to keep the external files separate because it is easier to change them out ...
2
votes
2answers
567 views

Flash AS3 error when importing 3D-tweened movieclip

I've been working on an AS3 application and it's nearing completion. At the same time, one of the designers I work with has been building a movieclip in a separate .fla that acts as an intro ...
2
votes
3answers
586 views

Convert an XML node to a MovieClip

I have an xml document that I would like to use to show MovieClips in my .fla: <linkedMovieClip>TestClip</linkedMovieClip> In my .fla, I created a symbol called TestClip and select ...
2
votes
2answers
11k views

understanding Array::splice in as3

I am trying to remove an object from an array. but from some reason its not working. I am under the impression that a splice accepts 2 parameters. the position of the array. and for parameter 2 , how ...
2
votes
2answers
2k views

Best practices for blitting in flash as3

I am creating a blit game and as of right now, the only thing that is blitting is the world itself (i.e. roads, fences). i was planning on displaying my character as a sprite and any interactive ...
2
votes
1answer
781 views

How do I duplicate a MovieClip?

Can anyone tell me how to duplicate a MovieClip in ActionScript 3 in Flash CS4?
2
votes
1answer
249 views

Why can't I access dynamic text within a CS4 compiled SWC?

I have a movieclip created in CS4. I export that into my Flex Project's /lib and then try to access the text. All the textfields have ids, embedded text, and show up in intellisense. But when i run ...
2
votes
4answers
2k views

Convert Flash art to OpenGL-ready vector format?

Say I have some 2D artwork in Flash CS4 format .FLAs, and I'd like to put it into an iPhone game that uses OpenGL ES, keeping it in vector format. An OpenGL-ready format could just be a list of vertex ...
2
votes
2answers
2k views

Pass variables into a Flash movie from HTML

As a Flash newbie I found this very confusing and it cost me a couple of hours. Answering my own question here in case anyone has the same problem. Technically you should be able to do something ...
2
votes
1answer
106 views

Estimate quote for a Flash Application with server side interaction

I am building a Flash AS3 application that allows users to modify images, (drag and drop, select, scale, alter saturation, etc) and then submit-save them to a server. The user will then have the ...
2
votes
2answers
1k views

Access SimpleButton children

I have a Flash .fla file that has SimpleButton. That SimpleButton is basically a button-like shape, with an icon on it (say it's a "pause" sybol). I want to change the color of that icon ...
2
votes
3answers
6k views

How can I get the width/height of a loaded swf's stage in AS2?

I'm using MovieClipLoader to load an external as2 swf file into my as2 flash project, and I'm having trouble getting the original stage size of the loaded swf. When I run the following code: var ...
2
votes
3answers
330 views

How much interacting can i get with the GPU with Flash CS4?

as many of you most likly know Flash CS4 intergrates with the GPU. My question to you is, is there a way that you can make all of your rendering execute on the GPU or can i not get that much access. ...
2
votes
1answer
548 views

Access the stage in the Flash CS4 IDE

The stage in the Flash CS4 Authoring Enviroment is a running SWF. That what makes thing like the 3D and Bone Tools to work in the IDE. Is it possible to access that swf ? I suspect the immediate ...
2
votes
1answer
705 views

Adding an as2 swf to the stage in an as3 swf

I have a menu control (as2), that is completely self-contained and doesn't rely on any interaction with the parent (as3). The menu control does load an external xml file that is in the same directory ...
2
votes
2answers
4k views

AS3 - how to start all over again a flash movie

This may be very simple, but I have no idea how to do this. I created a photo gallery in AS3, everything is on one keyframe. In this photo gallery I have a link to home. My goal is, when someone ...
2
votes
1answer
590 views

Why can't I access a combobox in a callback method in Flash CS4?

Check out this code: import mx.core.View; var accordianPane = my_acc.createSegment("mcElectrical", "panel0", "Electrical", "payIcon"); accordianPane.comboBox.addItem("test"); This adds an item with ...
1
vote
1answer
41 views

Adding text to a dynamic text field randomly in as3

i have a text field called Moneytxt and i want it so when u click on a box it somtimes adds 200 and somtimes adds 100 ( also i would like it to add up in numerical value example: if it adds 100 and it ...

1 2 3 4 5 12