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
June 2008
all groups > flash actionscript > december 2004 > threads for thursday december 23

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 31

need code to play alternating sound clips
Posted by vadkins at 12/23/2004 11:29:22 PM
What is the code to get 3 different mp3 short clips to play at a frame on the time line, a different sound clip the first three loops of the timeline? Thanks....more >>


loadMovie() question
Posted by lou222 at 12/23/2004 11:03:19 PM
Why do the loadMovie() and loadMovieNum() functions start playing the external swf files once they are loaded? Isn't there any function that will just load the first frame of the movie onto the stage and not begin playing it until specified by another event? ...more >>

Refresh Mechanism
Posted by Atkob at 12/23/2004 9:17:38 PM
Hey, I hope you can help me with this: I would like to implement some sort of refresh mechanism in a flash movie taht allows me to reverts it back to beginning after being idle for 2 minutes. Do you know how to do it?.. Best Happy Holidays Cesar ...more >>

AS2.0 "switch" help
Posted by ra2833 at 12/23/2004 9:04:25 PM
does anyone see a problem with my switch? i can't seem to be able to go into it when i send it an operation like *, or /, or +, or -. (button) here is how i send the operation: code: on (release) { _root.doOperation("add"); } (stage) here is how i recieve my operation: c...more >>

open a new window on click
Posted by caseypanas at 12/23/2004 8:54:25 PM
I have a swf/movie with some buttons/links to other swf/movies. When you click I want the original swf/mpvie to stay as is in a full window, the new swf/movie to open in a new window of a specific size and without all the other browser stuff like scroller, ect. I have tried... on(releas...more >>

second movie not loading over the internet!!
Posted by bso_71 at 12/23/2004 8:52:53 PM
I want to load another movie after one movie that I'm using as an introduction finishes. The way I''m loading it is: loadMovie('/myMovie.swf', '_level0'); It works perfectly on my computer but when I play it over the internet this second movie doesn't play!!!! I don't know what is happening!...more >>

second movie not loading over the internet!!
Posted by bso_71 at 12/23/2004 8:52:39 PM
I want to load another movie after one movie that I'm using as an introduction finishes. The way I''m loading it is: loadMovie('/myMovie.swf', '_level0'); It works perfectly on my computer but when I play it over the internet this second movie doesn't play!!!! I don't know what is happening!...more >>

NEW BUG FOUND
Posted by kjneel at 12/23/2004 7:01:18 PM
HI FRIENDS RUN THIS SCRIPT AND REPLY ME. :confused; neel class classes.GameSound{ private var SndArray:Array; private var Sounds:Object; //construtor public function classes.GameSound(sound:Array){ SndArray = sound; } } ...more >>



setting the URL of a button dynamically
Posted by webmustard at 12/23/2004 6:08:00 PM
Here is the deal: I?m trying to create one of those fancy slideshow like things you see on a lot of index pages these days. Like AOL.com MSN.com and stuff like that. Basically It displays the latest news and highlighted site content. To make myself clearer I'll go ahead and put down the proce...more >>

Graying out Movie clips
Posted by fanmap81 at 12/23/2004 5:44:17 PM
I have a site that im designing and when one page of the site is up and im scrolling thru the navigation to go to another part of the site, i want the current movie clip thats playing to get greyed out and become inactive, how do i go about doing this? ...more >>

Displaying count of # of rows in a dataset and/or rows in a datagrid?
Posted by Ken Fine at 12/23/2004 5:38:52 PM
I've been banging my head on this for awhile, and have had a good long look at the language references. Can anyone help? I'm loading a dataset via the XMLConnector component. I want my flash movie to display a count of how many rows are in that dataset. I have played around with Dataset.length...more >>

PrintJob's addPage slow script execution and provoke <script causing flash run slowly...> dialog to come up
Posted by daniel.fe at 12/23/2004 5:37:54 PM
With PrintJob class a great deal of functionality can be implemented, in my case I have done a simple reporter that uses xml requests to get the data and code in each frame representing a report fill it up with the data received, so far so good at this point.. The problem brings up when a...more >>

one click two action
Posted by pandey at 12/23/2004 4:44:18 PM
Hi, The below code does only one action, it does not go to the next frame. If i use _parent.nextFrame(); it does not play the movie, where the mouse was clicked and goes to the next frame onClipEvent(mouseDown) { _x = _root.main._xmouse _y = _root.main._ymouse playit = true; nextFrame...more >>

check for loaded swf? help PLEASE
Posted by mike mccue at 12/23/2004 4:26:59 PM
Hi, I have built a home page with a button that opens a slide out window. The slide out contains a "ScrollPane" component that calls a seperate .swf file to display inside the scroll box area. I am having trouble because I have not coded any checks for the swf that is too load. On...more >>

Need Help With Dynamic Text
Posted by pacodub at 12/23/2004 4:26:45 PM
I found this tutorial on how to create components to control text attributes, which I was able to get to work. http://www.macromedia.com/support/flash/applications/creating_comps/ The tutorial shows how to change the attributes for static text files, but I cannot figure out how to get it t...more >>

getTimer() within HTTPS
Posted by chieffan at 12/23/2004 4:09:43 PM
I am running a Flash movie on an https server. The Flash movie calls some javascript functions. The problem is I am trying to get the time for when the user clicks a button. Everytime this happens I get a security alert saying the user is leaving a secured area. All I am doing is running a...more >>

CreateTextField Help
Posted by evanton at 12/23/2004 3:22:11 PM
Dear all, I am able to create a text box on a frame using createTextField and applying a new TextFormat, however when I try to create 2 text boxes using createTextField on a single frame the second text box is cleared (or otherwise dissappears!). I have created a function to do this. Can a...more >>

How do I make "macromedia.com" navigation bar?
Posted by sunshineyos at 12/23/2004 2:26:23 PM
Hey all ! Do you have any idea how could I make a navigation bar like in "MACROMEDIA.COM" website, I mean - how do I do it? I hope you could help me. Warm regards, YoS....more >>

Swapping Movie Clip
Posted by Rob_jones732000 at 12/23/2004 2:13:20 PM
I have this script on the first frame of the scene: degs = 23; rads = degs/180*Math.PI; step = 3; isoSin = Math.sin(rads); isoCos = Math.cos(rads); myClip.onEnterFrame = function() { if (Key.isDown(Key.RIGHT)) { this._x += step*isoCos; this._y += step*isoSin; } else if (Key.isDown(Key.LEFT)) ...more >>

EXE flash files
Posted by robert_88 at 12/23/2004 1:08:58 PM
does anybody know if a flash exe file can open an external file type such as pdf not by using the geturl command? 10X...more >>

question about button
Posted by doremitea at 12/23/2004 12:12:36 PM
Hi, i have a question for help... i have a button so what i want is that, when i click on that button a picture will appear. This will happen when i click the button then the picture appear.. but i cant get it right, the picture appear even i have not click on the button yet. So how do i sol...more >>

Export for Actionscript neccessary?
Posted by flasheister at 12/23/2004 10:57:04 AM
This is something I an curious about...is it always neccessary to click the "Export for Actionscript" for every MC i make, under 'properties' for the MC. Does it make a difference if you include the MC programatically or placing it on the stage manually? or what could I not do to the MC if I d...more >>

Flash exe files
Posted by robert_88 at 12/23/2004 10:13:51 AM
hey anyone... Is there a way (command) to open various file types such as pdf files from a flash exe presentation, not using the get url command to open those files not through a browser window???? 10x loads ...more >>

PHP connection
Posted by kedar at 12/23/2004 9:53:41 AM
Hi, I have an organizational flow chart in flash with each branch of the tree as a button. Each button is having a link to a separate .htm file. My problem is I want to give the link in a PHP file for some reason i.e. when I click the button in swf file the link will come from PHP file. This...more >>

Music Toggle on/off not working when switching different scenes
Posted by monkeyboy58393 at 12/23/2004 3:56:00 AM
I have a music toggler for on/off. I am making a website and whenever I click a button to go to a different scene, it makes the song play over again, so the song is playing two times at the same time. Get it??? They are overlapping.... Thnx ...more >>

Assign onEnterframe to function?
Posted by flasheister at 12/23/2004 3:11:15 AM
I have an function that moves a ball (works good as an onEnterFrame)....i only want the ball to start moving when i release the mouse button. can i start an onenterframe function for a MC once you release the button...onRelease() then call the onEnterframe? ...more >>

Actionscript in a website!
Posted by monkeyboy58393 at 12/23/2004 3:00:48 AM
I am making a website with Flash MX. I am using different scenes in my flash file to be different pages on my website. How do I make my buttons go through to other scenes?? The one problem that I have been having is that is says: 'Statement must appear within on handler' What does that mean?...more >>

GoToandPlay problems
Posted by fanmap81 at 12/23/2004 2:03:07 AM
Im using mx 2004 pro and Im having alot of problems with the gotoandPlay scripts in my movies. I have a movie clip, with a movie clip inside of it. Now on the end of the animation for the movieclip inside, i want to go back and move the playhead to a frame on the main timeline, the one that c...more >>

Actions directed towards external swf
Posted by lou222 at 12/23/2004 1:28:18 AM
I have a flash file that loads an external swf file via the loadMovieNum() function. I was wondering if there were any way I could have this movie pause on the first frame once loaded, and only play upon another action's event (ie. an audio file that has completed playing). Basically...more >>

Help!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Posted by anonymous_kid at 12/23/2004 1:15:55 AM
I want to put an image from an website onto my flash movie, how do i do that?...more >>


DevelopmentNow Blog