Tagged Questions

0
votes
3answers
29 views

Getting error when trying to use stage.height to place a graphic

Hey peepz! I have this footer image, that I want to align to the bottom of the stage, however I'm getting errors. As you can see I have an ADDED_TO_STAGE listener in the construct …
0
votes
0answers
12 views

swf movie is not staying within the confines of the movie clip when played, ie it goes over the whole stage.

Hi, Can anyone give me a hand please? I've got a basic web page with buttons on the left and a movie clip on the right. When I attempt to import a swf file into this movie clip t …
0
votes
1answer
168 views

Why is Event.RENDER not being dispatched?

I made a class, which has to register to the Event.RENDER event so that it will know when the stage is being rendered. The simplified version of my code looks like this: package { …
0
votes
3answers
169 views

Flash 8 Actionscript - Stage.height

I am building a complete site using OOP AS2. I want to be able to change the size of the flash window (the stage) according to the "page" that the script is currently showing. In o …
1
vote
3answers
451 views

ActionScript 3.0 stageWidth in custom Class

How do I access Stage Class properties in Costum Class? Class: package { import Main; import flash.events.*; import flash.display.Sprite; import flash.display.Sta …
0
votes
0answers
186 views

Flex ~ Quit FullScreen mode only when the Esc key is pressed .. is tht possible?

hi i use FullScreen mode for my flex application. what i need is ... when in fullscreen mode i wanna allow the user to quit fullscreen only when the Esc key is pressed. apart fr …
0
votes
3answers
841 views

AS3 Project - Mouse Move Listener Reacting Outside of Application

I'm getting an unusual behavior that I can't seem to get to the bottom of. When I run this, if I move in the swf area it traces normally on mouse move. To be expected. But it's tr …
1
vote
1answer
1k views

Dynamic stageWidth and Height in Flash AS3

This seems like it would be a really easy thing to do, but its been giving me all kinds of headaches. I have a movieclip that is a gallery, It's linked to be called from AS when a …
2
votes
1answer
253 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 suspe …
0
votes
5answers
222 views

Subversion: stage files to commit explicitly?

I got very used to git's way of having to touch every file you want to commit, and, while at it, double-check the diff. Now at work i have to use svn and i keep commiting stuff acc …
0
votes
4answers
390 views

Flash: Coming back from another tab in browser, can flash listen to return to tab event of some sort ?

I got this flash application where you can click a link while watching a video. It will open a new tab and pause the video. Now when you come back to the flash application it would …