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 > august 2006 > threads for friday august 11

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

External swf keeps reloading
Posted by calpolyarc at 8/11/2006 11:10:33 PM
I've got an external swf that I load into a movie clip using: loadMovie("Projects.swf", _root.ProjectsBox); I could swear that when I first created this website the swf would load in the background as you looked at other areas of the site, and if you clicked on the button that takes you ...more >>


Good Actionscript books for beginners
Posted by Simulacrum_ at 8/11/2006 10:01:42 PM
Hey all, I became a Flash user about 3 months ago. I am still very much a beginner, but I am working my butt off to become an expert. Unfortunately I am not able to take face to face classes on Flash and Actionscript, so the only course of action I am left with is to work my way through tu...more >>

using PHP to query MySQL Database
Posted by everynewday at 8/11/2006 9:09:05 PM
I'm using PHP to query a MySQL database. In this particular instance, it's retrieving song names and urls to load into a Media Controller. Here's the pertinent Actionscript: thisButton.onRelease = function() { dbQuery.action = 'getSong'; dbQuery.bandId = 25; dbQuery.sendAndLoad("htt...more >>

self-pausing rotation
Posted by microes at 8/11/2006 7:51:02 PM
i.m trying to create a 3d rotation much like the widely used carousel only the rotation i desire consist of four upright movieclips resting on a slanted plane which rotate onEnterFrame to or following a tween - then pause for a given number of seconds at the four movieclips positions equal in ...more >>

Does anyone even use the Alert class??
Posted by gurthWERM at 8/11/2006 7:14:49 PM
Does anyone even use the Alert class to pop alerts when there's the popUpManager.createPopUp ? If so, is there any advantage of the Alert class? I'm curious, because it seems that it's so much more limited. Jim ...more >>

button to scene
Posted by dzedward at 8/11/2006 6:36:32 PM
how do i link a button to a new scene...more >>

button symbol onRelease not recognized in AS
Posted by lou999 at 8/11/2006 5:41:08 PM
Greetings, all. I apologize in advance if this is the lamest question ever posted here, but I'm having a terrible time with it. Here's the deal: I have a Flash presentation document (slides). The first set of slides are an index to a video that is displayed later. In the index slides, I...more >>

help with this code... preloader ... again...
Posted by julieta at 8/11/2006 5:41:08 PM
Sorry to bother you again with this... i am new to flash and this is kind of overwhelming sometimes... I'm using loadMovieNum to load a swf movie as kglad suggested, and it works, but when I try to make the preloader I get stuck. I use _level1.getBytesTotal and _level1.getBytesLoaded bu...more >>



Help changing this code
Posted by FirstNforthFinger at 8/11/2006 4:50:54 PM
Hello, I have this code for a .mp3 player and I really need it modified slightly. The tracks play thought just fine but id like tracks to loop after they have finished playing instead of moving onto the next track in the playlist. I have small sound files which make nice ambient music when...more >>

Retrieving movie name from standalone flash player
Posted by jlmsmith at 8/11/2006 4:40:50 PM
I am creating full flash training that requires each swf to function separately simply by double-clicking the swf file. I am using classes and xml to control functionality. I use the xml to determine what type of interactivity is on the page. This works seemlessly inside the lessons becaus...more >>

How can I reduce this code?
Posted by Josh Pratt at 8/11/2006 4:33:28 PM
I'm trying to work on reducing some of my actionscript code, to get better and more efficient in writing it. I'm at a loss as to how to reduce this code. I've tried a number of things but it never works. This is on the first frame of the actions layer within the movieclip that all the bu...more >>

Preloader works but not until file is 60 to 70% done
Posted by NetBossUSA at 8/11/2006 3:53:39 PM
I have added a simple preloader to my main movie that tells users the percentage of file left to download and a simple red bar goes across the screen to show the download procedure. I have noticed that when the main movie is loaded the preloader does not show up on screen until the movie is al...more >>

Do SWFs cache? Why do they load each time?
Posted by NetBossUSA at 8/11/2006 3:49:41 PM
I'm loading a number of external swf files into the same movie clip instance on a main movie. Menu buttons on the main movie allow users to load the swf of their choice into the movie clip instance on the stage. I have noticed in simulated download mode that each SWF file downloads each ti...more >>

Check to see if Application is running/open
Posted by kernst1 at 8/11/2006 3:25:33 PM
Hey all, I am in the middle of a project, which launches 6 different application (exe files). QA has sent it back to me saying that they want the "Launcher" not to open an app, if one is already running. Is there a way to check for this? I have been beating my head trying to figure it o...more >>

loadVariables Headache
Posted by kminnich at 8/11/2006 3:10:35 PM
OK, I give up! I have tried most everything and am just not finding the correct solution. I am trying to load and run an ASP script from a Flash Document and it just wont run? My code is: ?loadVariables("SendCode.asp",0,"GET");? The ASP script works as written as I ran it directly ...more >>

Please help...
Posted by samanthapak77 at 8/11/2006 3:04:02 PM
I am trying to design a simple interface, but I can't seem to find the answer anywhere!!! What I am trying to do: 1. Movie clip with instance named "A" is on the main stage, with action scrip already attached to it. There is a button inside the movie clip. The action script att...more >>

Loading multiple Flash movie
Posted by a1212121 at 8/11/2006 2:47:32 PM
hi , i want to load multiple external flash movie(.swf) in a main flash movie. it should play one by one. after playing the first movie, the second movie should be loaded and play. next the third , fourth.,....... movie. how to do this. Thanks in advance..... ...more >>

Flash 9 player print bug
Posted by Grime-P at 8/11/2006 2:09:26 PM
When printing text with antiAliasType = "advanced", Flash 9 player prints the text with blocky coloured backgrounds. No problems with Flash 8 plugin. Anyone found a workaround yet? ...more >>

Loading Random Background Image
Posted by Adam Deeley at 8/11/2006 1:59:22 PM
Hi, I wanted to know how I could load a random image into the background of my website behind my main movie, so it changes everytime you go to the site (a total of 5 different images/backgrounds) How possible is this to do, are there any tutorials on this kind of subject anywhere? Than...more >>

Nested HTML inside a movie clip
Posted by EmperorNeo at 8/11/2006 12:43:38 PM
First i don't even know if Flash can do this but i imagine so. I'm not the greatest at flash but i do know how to use the program so if someone can answer this question no matter how technical i will understand it. Ok, heres my question: this may be a rediculas question but i must know ho...more >>

Resize movieclip on load
Posted by rc3rdmd at 8/11/2006 12:30:35 PM
I am loading an external .swf file and it's too large for the empty mc I'm loading it into. In the example below I need to resize "Company.swf" to the size of picsMC which is 416 x 312. Current Code: var picMCL:MovieClipLoader = new MovieClipLoader(); var frameClicked:String; functio...more >>

Draggable movie clip with buttons inside!!
Posted by M a r k at 8/11/2006 12:10:09 PM
Hi Really pulling my hair out with this one. I have a draggable movie clip (a map) with various icons on. I want to be able to click on the icons to get more info. I've tried these icons as standard buttons and as movieclips with button functionality but no joy. I've tried using onRo...more >>

ActionScript Motion Tween on Menu?
Posted by Josh Pratt at 8/11/2006 12:09:25 PM
I'm making a navigation menu. On previous menus, I've had a movieclip of a bar that changed places on the menu to correspond to where the user is on the site. Example: If the user clicks on the "media" button, I would have the bar movieclip change position by something like: bar_mc._y = 150...more >>

Constructing Parameter For Function
Posted by backpages at 8/11/2006 11:59:35 AM
I have several images that I want to load at the same time into various Movie Clips, using MovieClipLoader. I want to use as little ActionScript as possible, so I've written a few functions, the main one is this: function loadMiniPhoto(miniNum, mcNum) { var miniNum:Number; var mcNum:Nu...more >>

Gravity inside oval Movie clip
Posted by Walloompoom at 8/11/2006 3:51:54 AM
Ill bet no one can answer this. I have an oval that drags. I want to place a ball INSIDE the oval that will react with gravity and the movment of the oval. Like a superball inside a balloon, only 2D. Can you do this simply by somehow attaching a movie clip to the below code? I searched everyw...more >>

Making actionscript global & portable
Posted by automatiktrey at 8/11/2006 3:33:21 AM
Forgive me if this is the improper forum for this question. I am certain that if it is, someone will kindly re-direct me. What can I say, I'm sort of a noob. Anyway, I have a single frame .swf file that is mostly actionscript that is triggered by a set of buttons. It works a charm in it's...more >>

on (release) help
Posted by whyitsme at 8/11/2006 2:46:04 AM
I am real new to Flash. I have been working on a site http://d9wc.com on of many problems I am currently having difficulty in figuring out is - when you click on a button you can send it to a particular frame number (for this instance frame 99. I want it to play 99 through159. I then want...more >>

Trouble targeting button inside MovieClip
Posted by JstMrd at 8/11/2006 1:26:07 AM
The issue goes as follows: I have a movieclip placed on the stage. When I click it, another MovieClip with a button inside it is loaded onto the stage. I am then unable to target the button inside the movieclip. I have found if I dynamically load the movieclip outside the onRelease scrip...more >>

music
Posted by deathgod57 at 8/11/2006 12:09:51 AM
I would like to know if somebody can help me out with this. It should be a simple problem, but I'm still learning basic actionscript. My animation has an intro and an outro. I want songs to play for the scenes, and I want the song to play through the whole movie(intro/outro) which is sever...more >>

Loaded Image Width
Posted by gruffybear at 8/11/2006 12:08:42 AM
Am trying to access the width of an image loaded using the code shown below. Obviously I know the image width but have written this code into a dynamic function that can load different images dependant on user interaction. Would like to access each images' dimension so that I can position i...more >>

Active Button States
Posted by KrisCons at 8/11/2006 12:00:00 AM
Hi All, I am trying to achieve creating active button states in flash within my movieclip. My guess is it needs to be more technical than what I am attempting so if someone can point me in the right direction or even provide a snippet of code that will help, I would appreciate it. Wha...more >>

Updatable News Page
Posted by Adam Deeley at 8/11/2006 12:00:00 AM
Hi, im designing a flash site for someone, and they have just asked if it is possible to make a news section on the website which they can update the text daily themselves. Is this possible? It needs to be as simple and easy for them to change the text as possible as i think there compter know...more >>

Decoding SOAP - should Flash 8 be able to decode an array of objects correctly?
Posted by Tom at 8/11/2006 12:00:00 AM
Evenin all, Can, or should Flash 8 be able to fully decode a SOAP call that return an array of objects? The reason I ask is because flash can easily decode a SOAP call that returns an object. The exact problem Im having is Flash seems to decode the SOAP call into an Array of XML items. ...more >>


DevelopmentNow Blog