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 > october 2006 > threads for thursday october 26

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

Flash music to play across all html pages
Posted by sscoder at 10/26/2006 10:01:49 PM
I wonder if there is some kind of script for this. The whole site is done as an html but there is a flash music select at the bottom of the each page. They can lower the volumne select another sounds. My problem is that when the user selects from the html menu and that page loads, the music st...more >>


Edit and save movie
Posted by stevew at 10/26/2006 9:59:44 PM
I can use action script to change variables etc. I am trying to achieve the following: I have a movie eg a logo(red & blue) with text(MY CO LTD) scrolling just below the logo. I need to allow a client to change the 2 colours(red to yellow & blue to green) and text (MY NEW CO LTD) via sli...more >>

.JSR LOGIN FORM IMPLEMENTED IN FLASH
Posted by DanM. at 10/26/2006 9:36:33 PM
I'M A BEGINNER AT ACTIONSCRIPT AND NOVICE AT OTHER PROGRAMMING LANGUAGES. (sorry for CAPS) I have a form: <form action = "http://paradigm.mercurygate.net/MercuryGate/login/mgLogin.jsp" target = "_self" onSubmit = "window.current('','paradigm','width=1028,height=768,resizable=yes,too...more >>

I have created a stop button to stop a audio file
Posted by shallowdeep at 10/26/2006 9:19:51 PM
This is the action script that I have created musicbutt.onRollOver=function(){ musicmc._visible = true; musicmc.gotoAndPlay(1); if(!musicmc.alreadyPlayed){ // use a movieclip button musicmc.alreadyPlayed=1; this.s=new Sound(yoda); this.s.attachSound("yoda"); // creat...more >>

ComboBox assistance
Posted by Brenton07 at 10/26/2006 9:13:05 PM
I am working on a flash file that will allow an admin to upload and customize database entries without going into MYSQL. Part of that is designating categories. I want a simple set where the user selects something from mycombobox, and depending on which one they choose, it populates another ...more >>

JSFL
Posted by olally at 10/26/2006 8:31:39 PM
Hi all, Can any one give me JSFL code which 1) creates keyframes number of keyframes is equal to number of movie clips in the library 2)assign label to the keyframe keyframe label is equal to linkage name of each movieClip 3)attach the respective movie clip from the ...more >>

Problem with getting the values out of class
Posted by mloncaric at 10/26/2006 8:00:10 PM
HI The problem is that I cannot get the value from class and then used it in textfield. I'm getting different values from XML file and one of them is name of current song. It works fine when I trace it inside of for loop which is inside xml.onLoad function but when I want to trac...more >>

Hi please i need help!
Posted by JimmySlam at 10/26/2006 7:05:56 PM
I have been stuck with this for a while now. I have a text box variable with this text. chr(101)+chr(110)+chr(106)+chr(111)+chr(121) and i assign that value to a variable : "a". so i get the equivalent of a="chr(101)+chr(110)+chr(106)+chr(111)+chr(121)"; but i need to be doing somethi...more >>



this code does not work, please help.
Posted by Anne at 10/26/2006 6:49:38 PM
Hello: I have this code and does not work. I need to detect the inactivity when the mouse or keyboard don't do anything it must --> loadmovie("book.swf",0); Can you help me please? Thank you //detect inactivity var Mouse:Object; var Key:Object; var time2Kill:Number; var count:Number; ...more >>

Clearing FLVs when stopped
Posted by Bruce White at 10/26/2006 4:50:36 PM
In one frame, targeted with a gotoandPlay action, sits an FLV Player component set to autoplay. The playhead passes through that frame, trigoring the FLV playback, proceeds to the next frame containing a stop action. When the FLV clip finishes, it ends on the first or last frame of that clip, ...more >>

ExternalInterface fails in IE cross-domain?
Posted by kevmedia.com at 10/26/2006 4:00:05 PM
This is not as complex as it sounds, really. At it's core is a simple question that requires context to fully understand. Thanks in advance for your help and suggestions! On example1.com, I have an html file with one single line of js which calls an external js file (which is hosted on ex...more >>

post and recieve without refresh
Posted by w4rts at 10/26/2006 3:23:37 PM
Howdies, I'm trying to create a flash shoutbox for a site that I'm running. I have the movie calling a php (xml) file to read the shouts that have been made. I have a seperate php file that handles the POST addition of new shouts. The problem is that when the movie does the POST it bri...more >>

action script problem
Posted by calmchess333 at 10/26/2006 3:16:34 PM
I'd like control over the hours, minutes and seconds of the following timer...so I can control how many hours,minutes, and seconds are initially on the timer. I've tried everything I can think of but the math and scripts elude me.....will somebody plz help. function starts() { if ...more >>

Date datatype in a class
Posted by MaxManNH at 10/26/2006 2:55:23 PM
Hi all, I have created a class where I have initialized a Date object and I am trying to get the current Day Month and Year for some data checking purposes. The only problem is that they get() methods of the date object all return undefined. Can you not use a Date object in an actions...more >>

how to center an image in a movie clip
Posted by Venian at 10/26/2006 2:46:25 PM
Hi I have loaded an image at runtime into a movieclip (holder_mc) nested within another movieclip (image_mc) placed onto the stage. So I want to center the newly loaded image into the movieclip, because I load different images with diferrent sizes. So if the image is smaller than the movie...more >>

Flash Database-HELP
Posted by deesalith at 10/26/2006 1:27:52 PM
I wanna to know how to connect Flash with Access database anybody help me Thanks...more >>

How to visualise a big picture
Posted by Stenonis at 10/26/2006 3:12:36 AM
So, I want to make a flash which is bigger than 2880*2880 pixels, I've a picture which is 5600*4800 and I'm using moviecliploader,, but above 2880 flash cuts everything, and I don't what should I do to create it whith one flash file. (ps:sorry for my bad english) Stenonis ...more >>

Slowing timeline to half speed
Posted by twistedpancreas at 10/26/2006 2:45:39 AM
Ok I have a chemistry experiment to simulate, where a student slowly leaks out some iodine down a burette into a flask. I have a button ("fastBtn") which just plays the timeline, but I also have another ("slowBtn") which I want to play the timeline at half speed onPress. Also if the us...more >>

Making a swf unload itself
Posted by Dyer55 at 10/26/2006 2:14:12 AM
Ill try to explain as clearly as I can but forgive me if I'm not too clear. I am loading a swf into a movie clip which resides on my main time line. I am using a MovieClipLoader object along with loadClip that loads the swf when a button is clicked. It works great with no problems. truck...more >>

Coloring in flash ( coloring book type )
Posted by costin at 10/26/2006 12:10:38 AM
Hi there. Im searching for a way to reuse a code that allow me to color diferent shapes (movieclips). I will have several action for lots of movieclips, actualy parts of a drawings that build images. In other words a drawing that contain a lot of buttons that allow to the children to click ...more >>

special character "@" not showing on screen
Posted by Goo101 at 10/26/2006 12:00:00 AM
I have developed a basic QWERTY keyboard layout on screen which the user can use to enter their Name and E-Mail address. However, when I hit the "@" button the character fails to appear in the text input box, or on the outputted variable value taken from the text input box. The code for t...more >>

Rollout coding?
Posted by kcdurp at 10/26/2006 12:00:00 AM
ok, im making a "enter site" screen, so it involves a circle button, its on one frame on the first scene, then when you roll over then it takes you to the scene where animation that each button will do occurs, so i have (button)circle1 (on rollover, gotoAndplay scene"2,1") (button)circle2...more >>

movie change at set intervals
Posted by HamptonCaught at 10/26/2006 12:00:00 AM
Hi. Firstly, I am relatively new to Flash and ActionScript in particluar. I have three Flash movies (all the same pixel size) that I want to use on the home page of my website which is built in MX 2004. How often the movie changes is not critical, but I think once an hour will be fine. W...more >>

Preloader script
Posted by jreley at 10/26/2006 12:00:00 AM
hi i have a preloader swf that needs to loop while the "main.swf" site file loads, what script do i need to input and where does it need to be placed in the preloader fla? i've tried this script but it's not working if (getBytesLoaded(431, 405)>=getBytesTotal()) { loadMovieNum("s...more >>


DevelopmentNow Blog