flash-cs4

Can't export flash video

I'm about to lose my mind. I have Flash CS3 and I want to export my animation as a movie. However my animation is in a clip and my clip is on the timeline. For some reason it only exports the first frame of the clip. ...

Why my Flash button disappears (Flash Pro.)?

I'm following this tutorial on Flash Pro CS4: http://www.baycongroup.com/flashCS4/09_flashCS4.html I have a button. I pressed CTRL + E in this button, I clicked the 'hit' frame on the 'Text' layer and I created a new frame going in 'Insert > Timeline > frame' as said in the turorial. Like ins the image below. But after I create a new ...

auto movable gallery in flex

hi, i have to develop one image gallery in flex, this is how it looks, wht i have to do, is to make it run, like it keeps running, from left to right,(the items shown here should move from left to right) i am using repeater in an hbox, can u help me by telling, how to make it movable? Thanx in advance ...

Flex and Flash CS, how the integration is done?

Flex is good at produce code, whereas Flash is good at animation, how the integration is done? If I want to insert the animcation produced by flash, what's the recommend way to do the integration? Do I need to use SWFLoader? Or is there any book/tutorial on this? ...

Flash Game 'falling' movieclips

I'm gonna make a small Flash game where movieclips go downwards. Very easy to make of course but I want to make a static level. I want to draw this level in Adobe Flash CS4 (drag movieclips in a big movieclip for example). So in the game I'm planning to lower this big movieclip couple of pixels per frame. But this movieclip needs to have...

How to embed a lot of images using Actionscript 3

Hi, i would like to know what is the more practical way to embed many images using actionscript. Firstly, i don't want to download an image every time from the server, and then, i would like to change the number of images and/or their names. What do you propose for these requirements? ps: I have been alerted for the Embed tag but it see...

Embed unknown file formats

Using the Embed tag, we can embed in the swf file not only swf's or jpg's etc, but also unsupported file formats like: Embed[(source="mzip.zip", mimeType="application/octet-stream")] public static MyZip:Class; When i instantiate such a class, what type of object do i get? Is it possible to get a ByteArray from this class? When i do...

compile .swf from .as file that defines a sprite

Someone else wrote and gave me an ActionScript source file that defines a subclass of Sprite. I am told that I need to, from this, generate a .swf file whose behavior is entirely defined by that one sprite. In other words, when the "movie" starts, one instance of that Sprite subclass should be created and set running, and it should kee...

JsFl and listbox

Hello there. I'm using JsFl in my Flash CS4 application to provide some feedback to our 2D artists. I'd like to display a dialog box, thanks to JsFl, filled with a listbox or a tree... And my problem is : my dialog box is displayed but my listbox is freaking empty (even listheaders are missing). here is my JsFl call to my XML: var resu...

BitmapData.draw() Matrix problem

Hello, I've run into an issue where the BitmapData.draw() method isn't accurately subtracting image data from a .png that uses transparency. I've put together a test file that shows this behavior, it's located here: http://www.filedropper.com/shield_1 In a nutshell, a sprite drops from the top of the screen and when it intersects with...

ActionScript 3: maintaining textarea UIscrollbar position on loss of focus in flash embed.

I'm using Flash CS4. Everything functions as it should when CS4 previews the swf after compiling it. However, after embedding the flash item in a webpage, if the textArea loses focus within the flash piece, the textarea's built-in UIscrollbar resets to the very top. Here's the kicker: if I add a FOCUS_OUT event listener to the textAre...

Best way to create interactive 3d rooms with Flash

Hi, Just after some quick advice. I want to create an interactive animated flash music website that involves the user being able to wander around a rehersal room and interact with objects. Can anyone recommend a good 3d tool to use along with Flash. Ideally something that I can use Illustrator tpo draw the room/objects, but not essen...

Variables from URL are loaded in random order

I'm have an issue loading URL variables into Flash where the variables are loading in random order each time the SWF is loaded. The way the variables are: var1=value1&var2=value2&var3=value3 but because it's loaded in a random order, the first variable will sometimes get omitted because of the way the & are placed. Here's the AS I'm...

Combining dynamic symbols/movieclips on 1 pre-existing skeleton/bone structure

So this question is (somewhat distantly) related to this previous question: http://stackoverflow.com/questions/2435039/best-way-to-be-able-to-pick-multiple-colors-designs-of-symbols-dynamically-from-f/2435101#2435101 I have a "person" so to speak, in flash, with a few different parts; head, pants, shirt and hat. There can be, for examp...

1046: Type was not found makes no sense!!!

I've got several custom classes. Let's call them "Character", which is supposed to import and use "Head". Then "Head" imports and uses "Hat". That works just fine... package character { import flash.display.MovieClip; import flash.events.Event; import flash.display.Stage; import flash.display.Sprite; import flash.events.Event; i...

Components for actionscript 3

I need to make something like this window that is called TweenLite/Max Explorer in the middle of the page of this site: http://www.greensock.com/tweenmax/ .I also use flash-cs4 and actionscript 3. Is there something that i can use or i have to program from scratch? Basically i need the selectable grid in which i can embed buttons and whe...

Publishing SWF that uses Flex SDK

When i test the flash application from inside the flash-cs4 it works fine, but when i try to export the movie, it gives an error: You have used a feature that requires the Flex SDK: Embed metadata Please set the Flex SDK path if necessary and add it to the library path for this file. The Flex SDK folder contains the bin, frameworks, li...

Creating a custom progress bar in flash? (not a preloader)

I need a progress bar that's kind of in an odd shape, I've attached an image. It's not a preloader; it's for periodic progress while the user is performing other action on the website. I've played and played with tweens from a symbol of a fill of the bar to no avail. I'm not great at flash, so apparently even this simple thing is a stumb...

Problem in Flash TextField

Hi Guys, I want to design a calculator by Flash cs5 , I use appendText Method to write the data in the textfield by the Keyboard . My problem is when I start the application I have to Click on the TextField first then type the numbers . How i can solve it . Cheers, Maged ...

Rotation + Matrix + JSFL

Hello there, Flash Tranformation Matrix via JsFL are mean to me :( I have to write a JsFL script that creates a text on my Flash scene, and rotate it with a random angle. Imagine I want to create and rotate a "Hello World!" at 45 degrees, my code looks like that : rotateAngle = 45; //creates my new text at x:0, y:0 coordinates fl...