Hi Becky! Sorry it has been so long since I responded...got through the Lynda book (which I highly recommend) but I still have the same question. Now I will...
Hey folks, I'm very much a newbie to flash and have been doing the rounds of podcast and tutorials to learn what I can. For the most part I think I'm getting a...
... There are a few ways to handle this but to simply get percentages with running totals start your app with something like var answerTotal:Number = 0; var...
Hey thank you so much guys for your help its much appreciated, I'm working through it now and will let you know how it all pans out. Again thank you! g00gs....
I'm producing a Sim Date Game based on the Extremefemdoom characters of Popular Cartoonist Julius Hill. Julius would be doing the art. I would be doing, most...
Hi, I'm constantly getting this error: ReferenceError: Error #1065: Variable Website is not defined. at start_fla::MainTimeline/start_fla::frame318() From this...
Therin is one problems with using scenes. Don't use them. Your code is where? In the same frame where the button "Website" is? If not, that's why Flash...
I know, I know. Everyone craps on scenes and I hardly use them, but I know enough to keep my code where it needs to be used. The button action code was on...
... I'm glad you worked it out Scott. This is a conceptual issue for many people. Each keyframe that an object (MovieClip, TextField, etc.) exists in defines a...
Hi buddies, I am a newbie. I have made an animation to which now i want to add something more in the starting.It's a long one and has many layers so just...
Hello, I've recently decided to take a look at AS3, and I was in the process of seeing what kind of changes I needed to do with my code to make it AS3...
You need to define the class as public. And you should consider the following (not related to your error though): - Class names should begin with an uppercase...
I'm finally working in Flash CS after working in MX for the last 3 or so years. One problem... When I select a button on the stage, to add a script, the script...
Components (or anything else for that matter) should never have code attached to it. In previous versions you could still get away with it, because of...
... Just open the Scene panel via the Window > Other Panels > Scene menu and set them in the order you wish for them to present from top to bottom. Please also...
Hello members, After a long time, I am peeping in with one question. I have a file which loads external data from a text file. I have a check for the last...
Hello I am using flash 8.0 and I want to improve video quality at receiving side. Sending side action script code is : sending.fla:-- var nc:NetConnection =...
... I see. So Adobe is following Microsoft's lead and making things that worked in previous versions, disabled in the latest release. It would have been nice...
... If your requesting a file from a server using LoadVars you can setup a listener for onHTTPStatus. If you get a 404 it's file not found. You can see a list...
Hi guys, what's up? I got a problem to do a transition in a page. I'm following a tutorial to do a transition to change the page, I'm working with flash cs 3. ...
Hi, quick question for anyone that knows the answer.... Using Flash 8: I imported a video and chose the progressive option, then I selected none when it asked...
We are looking for innovative designers, who are good at Flash, Photoshop, Sound Forge, Dreamweaver and Captivate. Even if you are good at any of these, do...
... Converting a video to FLV and embedding it into a SWF does not make it appreciably larger than converting straight to FLV. Video is simply a large media....
When I try to load a PHP file variable into my dynamic textbox I get no output. loadVariablesNum ("/flash/player.php", 0); the php file just outputs: song =...
Unless you are publishing to a rather low version of Flash, I'd recommend you switch to using a LoadVars Object for this type of thing. loadVariables does...
I've come across a very strange phenomenon, and I can't seem to find any cure. I have a list of html links I'm displaying in a dynamic textfield, and am using...
Becky, It seems to only be happening on those links that have single quotes in them (the ones with a variety name, if that's what that is) -- are you sure...
Hi How are you? It was nice talking to you. Below is the job description for UI/ Flash Developer, if you are interested please reply this mail with your...
New flash programmer and I have a button to display instructions in a dynamic text box when pressed. The problem is that this text then displays on top of the...