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 > january 2007 > threads for thursday january 4

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

Roll outside
Posted by Philip C at 1/4/2007 10:58:12 PM
How can I check if the cursor is not on the flashmovie. If I have a movieclip as big as my flashmovie and use onRollOut, it doesnt seem to work. Any ideas? /Philip...more >>

Fullscale project exceptmovieclips..?
Posted by vinnio at 1/4/2007 10:48:37 PM
Is it passible to set your flash project dimension at 100% x 100% (Fullscale) and the movieclip stays at there originel size and position? I want to change the background colour of the whole page.. Can you give me a script example? Thanks! ...more >>

Video.smoothing
Posted by ClayHalliwell at 1/4/2007 9:20:35 PM
I've just noticed that there's a "smoothing" property under the Video object in Flash. I've also noticed that Google Video (which uses FLVs) allows you to toggle smoothing, and it looks great when enabled. Unfortunately, I can't figure out how to enable smoothing when using the FLVPlayback com...more >>

I have one little question about associative arrays...
Posted by mloncaric at 1/4/2007 8:50:28 PM
HI! I'm creating one simple custom class, which will get data from xml... The idea is to create fully dinamical class which will get data from xml file and named every part of array with the attributes, and fill it with its content... ...hope that make sense... For example: part ...more >>

Assigning actions to buttons added dynamically.
Posted by elementus at 1/4/2007 8:16:38 PM
Hello, here is my problem, I am adding buttons to the stage run-time and for the life of my I can't get actions in them them to work. Now when i click the button nothing happens. Am I missing something?? for (x=0; x < someNum; x++) { // name and create the button... btnName =...more >>

Problems with MovieClipLoader onLoadInit
Posted by CaioToOn! at 1/4/2007 6:22:49 PM
Hello everybody. I'm having problems with the MovieClipLoader class. The onLoadInit is broadcasted before the target is indeed initialized. Searching about this, I founded at the macromedia documentation that other developers are having the same problem, but nobody sends a answer. ...more >>

Nested Buttons
Posted by image_dr at 1/4/2007 5:58:16 PM
I have a nested button list that I want to use to change which scene I'm in. The problem is, I can't figure out how to move to the new scene. I've used tellTarget to get to the root, but I can't then select a scene. Is there a way to include the scene name with the "_root" reference in tellTar...more >>

urgent help * preloading images from xml file for ready display
Posted by kakas at 1/4/2007 5:48:28 PM
Hi , I have a xml file from which i am loading images to view. every time the suer needs to clik on the images to load it from the xml file . Is it possible to preload the images..so if th euser clicks on the thumbnail the image will load fast? this is the code written: delay = 30...more >>



preloading images from xml file for ready display
Posted by kakas at 1/4/2007 5:48:17 PM
Hi , I have a xml file from which i am loading images to view. every time the suer needs to clik on the images to load it from the xml file . Is it possible to preload the images..so if th euser clicks on the thumbnail the image will load fast? this is the code written: delay = 30...more >>

External swf madness
Posted by boydmartin at 1/4/2007 5:23:49 PM
I am trying to load an external swf into a movie clip, but when I test the file the movie is playing much larger than what I made the movie clip loader. I add the following script to the swf movie that I am trying to load, and it successfully keeps it from scaling larger, but does not work on ...more >>

flashvars not working with getURL
Posted by James Brown at 1/4/2007 5:06:25 PM
Hi there. I am using flashvars to pull asp variables into my flash movie (Thanks Dan Mode for the info) but it's not working, just wondered if someone could have a quick check of the code I have. When I run the page in a browser I get a new page open with the following in the address fie...more >>

Shared Object data usage
Posted by Denise Hambrick at 1/4/2007 5:03:17 PM
I am using the shared object to store data from one swf on a cd to hold it for the next one and so on to a total of 4 files on separate cds. It seems to be keeping the data as needed, but I also want the user to be able to print out the data at the end of the 4th file. I have set up the prin...more >>

Projector navigation help
Posted by Bpaetz at 1/4/2007 4:30:52 PM
Hi there. I hope this isn't too confusing... I have built a projector for a cd-rom presentation and everything's going well. My interface and drop-down navigation are all loaded into a shell file and are on the top level. All swf's are then loaded into a level below the navigation. My...more >>

loadMovie once, multiple uses
Posted by SlowX at 1/4/2007 4:24:05 PM
I want to load an external image into an SWF file that I then want to use multiple ways. I tried to do this by using loadMovie on a single placeholder movie clip, and then using that movie clip in nine of separate movie clips (all w/ the same instance names). But depending on where/how, I eith...more >>

FLVPlayback.getVideoPlayer()
Posted by NewMediaRoc at 1/4/2007 3:47:33 PM
what does FLVPlayback.getVideoPlayer() return when there is no video player at the specified index number? I would test it out myself, but it would be an awful lot of work.......more >>

Combo Boxes
Posted by Dave.Hollings at 1/4/2007 11:55:11 AM
Hi all, I have been trying to work out how to display a value in a combo box based on a variable. To understand what I am doing I will try to explain. I have a combo box on Frame 1 with 3 values value1, value2 and value3. The user selects a value in the combo box which is then saved to...more >>

onSetFocus and on Killfocus does not work when loading in target?
Posted by Michealnl at 1/4/2007 11:35:16 AM
Hello, I have this strange thing. I have an separate swf file where i have actionscript used to when a texfield is selected give another color with onSetFocus and onKillfocus. It works fine. But in my main fla file i wanted to load this swf in a target. But now the onSetFocus en onKi...more >>

Load text with color
Posted by BobAchgill at 1/4/2007 11:18:16 AM
How is it possible to load this HTML text from a file and display? <p><font color="red">In</font> the beginning,. </p> My target platform is an MP3 Player with Flash lite 1.1 ... so I guess I am restricted to Flash 4 code capabilities. ...more >>

Open new window from dynamic text?
Posted by lustbreaker at 1/4/2007 10:42:21 AM
Hello, I am trying to figure out how to have my dynamic text links open a new window. I would appreciate any advice....more >>

File Puffering
Posted by &Necromancer at 1/4/2007 8:58:16 AM
How can I puffer the next file during the playback of the previous one?...more >>

drag n drop with multiple targets
Posted by mxc at 1/4/2007 8:07:56 AM
Hi actionscripters ;) Does anyone have a good example of drag and drop with multiple targets? I am working on a smart way to code an interface where the objects in the menu can be dropped on a variety of places and then be moved somewhere else if necessary until the user is finished. T...more >>

Moive clip in dataGrid cell.
Posted by Hoiku at 1/4/2007 7:28:35 AM
I want to put a movie clip into datagrid cell and cell data will change the color of the movie clip. how could I do that? pls help...more >>

controlling flash movies
Posted by cf_rookie at 1/4/2007 6:27:56 AM
I have a Flash file that I would like to give the user some control over. I would like the file to play as soon as its loaded and give the user a pause button for when it plays (but invisible otherwise) and a play button once its been paused. Can anyone tell me how AS can detect if a movie is ...more >>

Function fall through
Posted by RandalJ99 at 1/4/2007 3:09:20 AM
I've got a pretty simple action script below which resides in the first frame of the timeline. The problem is that when the movie is executed it immediately executes all the functions despite the fact that I haven't taken any actions to trigger the functions on the movie clip the functions ar...more >>

dispatchEvent How To
Posted by enfantterrible at 1/4/2007 2:17:27 AM
Does anyone know how I can dispatch an event to a menuBar ...more >>

preloader question
Posted by jlucchesi at 1/4/2007 2:02:18 AM
HI - I have a lot of questions and confusion over the use of (pre)loaders. I?ve done some tutorials but can?t seem to apply them to my situation. What I have is an FLA with 20 frames. On frame 1 the user clicks one of four buttons that move the timeline to Frame 5,10,15 or 20. Frame ...more >>

Linking from flash to a dreamweaver page (get url?)
Posted by Wall0242 at 1/4/2007 12:08:38 AM
Hi, I am using Flash MX Professional 2004. I have created a flash intro page and want to link it to the home page of my website. I created a button and applied action script. I used: on (release) {getURL(home.htm); } The flash doc and website docs are in the same location. The bu...more >>


DevelopmentNow Blog