Groups | Blog | Home


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 > january 2006 > threads for sunday january 15

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

Looking for a program to automate this
Posted by sampurtill at 1/15/2006 11:47:47 PM
Hey, I'm writing an application for a project. I'm looking for a program that will automatically make thumbnails for a bunch of images. Does anyone know any free ones? Thanks, Sam...more >>


dragging a movieclip with scrollable text inside
Posted by dphegley at 1/15/2006 11:34:24 PM
Newbie here. I have a movieClip that has a scrollable dynamic text block inside that I attach via the attachMovieClip. I want to make the attached clip draggable and still keep the scrollable text scrollable. Currently only able to drag with no scroll or scroll with no drag. Help please! ...more >>

Is this a correct way to load flash movies:
Posted by hollywoodbb at 1/15/2006 11:19:04 PM
I have a main flash movie called index.swf that loads several flash movie on to the main timeline. On the 1st key frame of the actions layer, the script that I have loading these flash movies is the following: fscommand("showmenu", "false"); var myMCL:MovieClipLoader = new MovieClipLoader...more >>

Movie clip starts at certiain point along x-axis
Posted by MegaMultiMedai at 1/15/2006 10:41:24 PM
I have a movie clip that moves along the x-axis when you click a button ? it?s instance name is CH. Different buttons move the clip further along the x-axis, or return it back to 0. I?m using a little scripting to move the CH. I have another movie clip attached to CH that I want to start when ...more >>

Stopping movie playback?
Posted by Sirrel Squirrel at 1/15/2006 9:12:29 PM
I've been working on this site http://www.mia-media.co.uk/mickjohnson and have now got some of the client's footage so I've started adding it, most of the videos are .swf files because I've only just realised you can use .flv files and use the media components of flash :rolleyes: lol Now t...more >>

pressing enter clears text field, not press button, why???
Posted by meierk at 1/15/2006 9:01:49 PM
My code is attatched to the button, which I realize isn't a best practise, but it starts out: on (release, keyPress "<Enter>"){ if (username.text == "[username]" && Password.text == "[password]") { gotoAndPlay ("[scene]"); }else if (username.text == ...etc... } else { pa...more >>

PLEASE HELP
Posted by Amber12 at 1/15/2006 8:28:47 PM
I have a static image that I want to appear when the mouse rolls over a button. I just can't get it to work and I think it has to do with the action scripting. Any advice is greatly appreciated! Amber ...more >>

Linking Classes
Posted by rooster_asu at 1/15/2006 5:06:42 PM
I'm trying to build a class file, the file is named Laser.as, the class is named Laser and it extends the movie clip class, and I have it linked to LaserMC. The fields for linking the movie clip are as follows. Identifier: LaserMC AS 2.0 Class: Laser Export for Action Script: Checked ...more >>



Using buttons
Posted by mhay416 at 1/15/2006 5:00:21 PM
how do i make a button's function, when clicked... to transfer me into a specific scene. gotoAndplay doesnt work... any help would be greatly appreciated....more >>

Simple detect internet connection script
Posted by joe meca at 1/15/2006 4:28:29 PM
I made a flash projector and i want to detect if the user running my projector movie has an internet connection is there anyway i can do a simple detection using geturl? if you havea better method let me know :) thanks in advance! ...more >>

Loading at url into flash
Posted by comprug at 1/15/2006 3:33:30 PM
I want to make a flash application that loads a URL without having to go to another url. Is it possible to load a URL into a movieclip using the loadvars or geturl commands, or can I use html code inside Flash to create an iframe? thanks. ...more >>

Help with Events
Posted by K.Djenkov at 1/15/2006 12:48:58 PM
I'm trying to create class with its own events that would be used like common events in MovieClips Example: var myc:myClass = new myClass (); myc.onMyEvent = function() { // do something } The problem is how to create the event "onMyEvent" - I found an http://www.macromedia....more >>

While loading another SWF file, action script associated with Fame1 does not get called
Posted by serveshp at 1/15/2006 12:12:06 PM
I have 2 player, x.swf and y.swf. x.swf has a loader component whose contentPath is set to y.swf After the completion of video in x.swf("complete" method)), y.swf is loaded by loader component. But Frame1 in y.swf has come action script which does not get called after y.swf is loaded. I pu...more >>

help with button actionscript
Posted by fretfingers at 1/15/2006 9:54:43 AM
Hi everyone. Im new to flash and I am trying to learn how to make a button in one scene access a frame from another scene down the chain. I hope that was understandable. Thanks for your help, and heres the site I am currently working on. www.alterspective.net Thanks, Dustin ...more >>

call by value when call three dimention array
Posted by openMiand at 1/15/2006 9:33:43 AM
Hi I have a three Dimension array I change it value in function but I need array in same value without changing I use this code and work with one Dimension array and work but not work in two and three Dimension var x:Array =new Array (1,2,3) var y:Array= new Array (x.length) moveAr...more >>

flash activex controls...
Posted by mash9 at 1/15/2006 6:33:18 AM
:cool; hello I am the programmer to be living in Korea. I try to use the flash at a vc++ inside. I could not get but any information. ** flash activex control Reference & information ** These will use at a vc++ inside. wait for the reply. ...more >>

How Can u make a song repeat itself every time it end during a movie?
Posted by rbr1234 at 1/15/2006 2:21:03 AM
i need to know how to make loop songs...more >>

Theres an action script that turns off sound but how do u turn on sound after u turn it off?
Posted by rbr1234 at 1/15/2006 1:50:35 AM
im making a button that turns off suond and a button that turns sound on?...more >>


DevelopmentNow Blog