Archived Months
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
January 2008
all groups > flash actionscript > june 2005 > threads for wednesday june 29

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30

"Unexpected Format"!!
Posted by GUI Designer at 6/29/2005 11:08:57 PM
Can anyone help me on this important problem? Two mounths ago I started to work on a project using "Macromedia Flasm MX 2004 Professional" and when I did about %60 of that project - which took a mounth - and after that I destroyed my windows - which had got too old - and installed a new fr...more >>


Webpage buttons
Posted by lilrockrboy at 6/29/2005 10:57:34 PM
:confused; can sumone plz tell me the code so i can make a button on flash go to a webpage when its clicked?? thnx...more >>

I have problem, Please check this code..
Posted by mikaxx at 6/29/2005 10:54:47 PM
Hello. I have AS code in my Fla. I found this code in flashkit ale I change it a little and I adapted it to my needs. But, I have a request. Could you check it for me? or could you simplify it? I think that this code is little too complicate to me... and If you can, please expla...more >>

A couple of questions regarding loading external .swf's and load progress
Posted by B at 6/29/2005 9:59:06 PM
QUESTION 1: If you are loading an external swf into a "master file", at what point will you be able to see the actual loaded file? Does 100% of it need to load before you can actually see it on the page, or does only a certain percentage of it need to load before you see it? Or is it just ra...more >>

Can we use a variable on a loaded SWF?
Posted by vinco75 at 6/29/2005 9:58:26 PM
Hi there, I'm wondering if the following is possible. Let's say I have a master.swf where I load another SWF file called other.swf for example. On my master.swf, let's say I have a variable called var example:String = "good"; Is it possible to use this variable on my loaded SWF f...more >>

clearInterval() doesn?t work
Posted by paulo fabiano at 6/29/2005 9:18:26 PM
Hi everybody, i?m having some problems with setInterval() and clearInterval() i?m doing like this.. function progress() { ... clearInterval(); } function init() { ... setInterval("progress", 1); } I?ve already tried to use variable = setInternal(...) and cle...more >>

Multiple case values
Posted by TAGDigital at 6/29/2005 9:08:50 PM
Is there a way in Action script 2.0 to allow for testing of multiple values in a switch/case statement? something like this... switch (test something){ case 1,2,3,4,9: ...do something break; case 8,7,5: ... do something else break; } THANKS ...more >>

flash movie clip transition properties
Posted by bobba1 at 6/29/2005 8:47:27 PM
When I build a movie clip for use in my flash document (by using insert --> object --> mc), I am having trouble with transitions that I add to my timelines. The transitions appear to work fine when I run the document on the timeline, but do not work when I test the movie (with control - test m...more >>



flash movie clip stage
Posted by bobba1 at 6/29/2005 8:44:25 PM
When I create a movie clip in a flash document, it automatically shows a stage size much larger than the default size. When I try to change this using the properties bar, it won't take it back down to size I specify. Any ideas? Thanks, ...more >>

pop up code in flash
Posted by dustycoats at 6/29/2005 8:41:40 PM
Can someone please tell me the code to use for a pop up in flash? get url to show in another window? thanks...more >>

slideshow slider
Posted by Bellah5 at 6/29/2005 8:06:14 PM
www.gohawaii.com. In my movie, I have it so that the 1st frame is in place on load. Then the 2nd frame slides in on the click of button 2. I can't for the life of me figure out how they got it to move automatically... Does anyone know? ...more >>

Play movie clip on the area on the stage that you click on.
Posted by joedisney at 6/29/2005 8:00:56 PM
I am running Flash MX 2004 and I have a movie clip of an 8 ball with an instance name of "ball". I would like to have the 8 ball appear on the spot that the user clicks on, but only appear for a second or two then have the 8 ball disappear. I would like to use the 8 ball image like an error co...more >>

scrolling a text field..
Posted by Richard Ragon at 6/29/2005 7:54:59 PM
Greetings all, I have an app with a log file built in. I've created a dynamic text field, but I wanted to keep it scrolled at the bottom showing the very last entries at the bottom. Here's my function for adding text to the field function update_dbStatus(myText:String):Void { _root.d...more >>

stopping background sound button
Posted by doozydo at 6/29/2005 7:36:19 PM
I have flash 6.0 not 7.0. I now have a stop start button for background sound on my webpage. I would like to eliminate the start and just have the looping background sound with an available stop button to shut it down. I have an idea how to get the background looping sound going but have no cl...more >>

code for pop up??
Posted by dustycoats at 6/29/2005 6:56:08 PM
I need to know the code to have a page open up in a seperate window........... CAn anyone here answer this? Thanks, Chris...more >>

Assigning the my_txt.onChanged function globally
Posted by Vkkondepudi at 6/29/2005 12:24:41 PM
Dear All, I have a form in flash, which have a number of "Input Text Fields". I am handling the onchange function individually for every text field. i.e. i am giving the function for each and every text field individually like my_txt.onChanged = function() { trace("Text Field Name is ...more >>

Using tween class within custom class
Posted by Jason C Reynolds at 6/29/2005 11:53:17 AM
I'm having a problem trying to call a function within a custom class. What I really want to do is to be able to refer the my custom class within an event handler on the built in class. Hope that makes any sense at all. Simple Example: In my main script I have the following code: (Just makin...more >>

Why does onClipEvent(keyDown) work in the browser untill we click the movie in the browser once
Posted by insight orange at 6/29/2005 11:52:40 AM
Hello i am making a Transiletation Tool in Flash wich include conversion of Punjabi Script called(shahmukhi) to other pounjab script called (Gurmukhi). For this i am have designed Keyboard and as u know we have to acomodate SHIFT key to use capital letters for this i used onClipEvent(KeyD...more >>

script help
Posted by lor28 at 6/29/2005 9:36:32 AM
can anyone tell me how could i arrange this script that the pictures should change every 6hours? mon._visible = false; tue._visible = false; wed._visible = false; thu._visible = false; fri._visible = false; wee._visible = false; datum = new Date(); dan = datum.getDay(); switch ...more >>

from javascript to flash
Posted by steeban at 6/29/2005 9:35:54 AM
Hi all, anybody know, how to call a function in flash from javascript. I am using flash mx 2004. and i am having only one frame. Please help???...more >>

Simple calculation!
Posted by grunners at 6/29/2005 8:52:10 AM
I'm trying to subtract one number from another and have the output automatically placed in a box. i.e. subtract box A from box B, click a button and output the result in box C. The numbers are entered into the boxes by the user. Any help appreciated! I'm a beginner in actionscript by th...more >>

positioning and external swf
Posted by punkvegan at 6/29/2005 12:32:56 AM
ok, here's the deal. I don't know a lot of action scripting at all so forgive me for being a bit of an idiot and needing extra explanations. My problem is this. I'm loading and external swf file into my main movie using the loadmovienum command. It works great, loaded it into level 1 without a...more >>

Accessing the content of a Window ?!
Posted by Zal at 6/29/2005 12:05:59 AM
Hi every one, This one cause me some trouble... I wrote a class in wich, in some public method, I create a PopUp from class mx.containers.Window. like: myWin = PopUpManager.createPopUp(_root, Window, true, etc...) And I want the FocusManager to hilite a specific TextInput in that Window ...more >>

Problam With Zoom In Out
Posted by prafulka at 6/29/2005 12:00:00 AM
Hi Everyone i would like to create zoom effect like when i click everytime on button (+) it zoom In (Zoom should be not more then 400 %) same i click on button (-) it zoom Out (Zoom should come actual Size) Can anybody help me out Thnaks Praful Damania ...more >>

ActionScript on Frames
Posted by Zyjil at 6/29/2005 12:00:00 AM
Can anyone explain to me why actionscript on a frame may not be run, even though the frame is displayed during the movie sequence? I would be most appreciative if anyone could help me with this mystery! Cheers, Paul ...more >>

how to control a movie in a frame from another movie in another frame
Posted by razx at 6/29/2005 12:00:00 AM
hi.. im new here so let me explain my problem.. im creating a webpage that has 3 frames; one on top and left, right frames. im loading a flash movie in the top frame and another in the right frame.. ok the problem is this i want to control the timeline in the right frame movie with a button lo...more >>

kglad seeking help
Posted by kglad at 6/29/2005 12:00:00 AM
i've been working on a flash mandelbrot-set graphing tool and have noticed a quirk which i am at a loss to explain. the essence of the problem i'm encountering is exhibited by the following code: x=someNumber; // if someNumber is >=3.15, no problem. if 0<x<3.15, i see a problem/quirk...more >>

duplicateMovieClip help
Posted by domconlon at 6/29/2005 12:00:00 AM
Hi there, I have a movie on a layer which is held beneath a mask. Nothing special there of course. I want to create duplicates of this movie but keep them attached to the mask so that I can drag them all around within the mask borders. I just can't seem to do this. Any solution? ...more >>

Bounce Menu by John Faithorn
Posted by jonar at 6/29/2005 12:00:00 AM
ok, i have downloaded this bounce menu component created by John Faithorn, it works perfectly however, I have names to the subitems and I would like to add an email address. Once the name of the person is selected(pressed), i would like outlook to pull up there email address. I have already tr...more >>

Basic fore statement with check condition
Posted by highlander_1 at 6/29/2005 12:00:00 AM
I would like do something like this: If myVariable is set to true more than one times gotoAndPlay something else. The for-statemnet with this check condition should count how many times a "externalMovie.swf " is loaded into a clip And if this action is done more than one time - do som...more >>

What's wrong with this simple code?
Posted by GmR at 6/29/2005 12:00:00 AM
Can anyone see what I am doing wrong here? for (var i = 1; i <= 4; i++) { replyData2.QuesText = "gday"; } trace("++"+replyData2.QuesText1); //All I get back is "++" Thanks - help much appreciated. While you are at it one more clarificaiton.. Will this work (inside a loop...more >>

Play/Stop button
Posted by hahapepo at 6/29/2005 12:00:00 AM
i want to make a button with play and stop function to control the main scene on (press){ if(_root.playing = false) {_root.play()} else {_root.stop()} } it can stop but can't play it again............ anything wrong?? ...more >>

Basic problem with buttons
Posted by lena21 at 6/29/2005 12:00:00 AM
I have 3 frames with movieClips and 3 buttons that suppose to go to correspondent frames. When I click the same button 2nd time It brings me to next movieClip instead of repeating the same one. Action stop(); for each frame and also at the end of each movieClip Script on button for...more >>

Sorry to have to ask...
Posted by GmR at 6/29/2005 12:00:00 AM
I am sorry to have to ask what is probably a simple problem, but I am running out of time to have this completed for a client, and just can't work it out. .. here it is.. I am dong a sendAndLoad from an ASP file to create a Quiz. The ASP is fine, I have tested that. The problem is in my...more >>

tabIndex problem with UI component
Posted by luv2script at 6/29/2005 12:00:00 AM
I have a problem with the tabIndex when including a UI component in the library (e.g. checkbox, button, etc.). I created a test file which draws several TextFields. Some TextField instances are placed directly on the stage. Others are instantiated in a movie clip, and the movie clip instanc...more >>

Increased Security via PHP
Posted by sneskid at 6/29/2005 12:00:00 AM
can someone tell me what they think on the topic. Its something i havnt had much time to test, there's gotta be someone with experience in php+flash. http://ghostwire.com/forums/index.php?showtopic=1562 (http://ghostwire.com/forums/index.php?showtopic=1562) ...more >>

problem with swapDepths
Posted by sm57 at 6/29/2005 12:00:00 AM
I am having trouble swapping the depths of these clips on a self running movie... my code works fine on the first pass but then gets buggy... does anyone have a good way to do this? I'll attach the .fla (without my swapD code) ... (I can't seem to attach the file) ...more >>

clicks on image background
Posted by aa at 6/29/2005 12:00:00 AM
In a game I have a movieclip symbol with imported GIF file with an irregular shape on it. OnPress this clip reacts on every click inside the GIF rectangular. How do I make this clip to react only on clicks on the shape, not on the background? I can create another clip in Flash with the same s...more >>


DevelopmentNow Blog