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 > october 2005 > threads for friday october 21

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

Animated text onto image - HELP!
Posted by forumnotifier at 10/21/2005 11:41:08 PM
:beer; I am really softening my frustration with Bacardi but beer was the only selection. I am attempting to get text to fall onto an existing image in my page. I understand flash will do it and I have Flash MX in my Dreamweaver. Could I implore someone for assistance so that I can get on...more >>


Can you help? Urgent!
Posted by Addicted_to_Colour at 10/21/2005 11:03:01 PM
Hi, Here is my problem, it is for a client and needs to be done asap! Sorry if this has already been answered somehere, but i couldn't find a similair topic: I am trying to make 6 movie clips stay butted up against one another while they resize and move. Basically these movieclips will stret...more >>

proportional resize image loaded into a movieclip?
Posted by NO[at]SPAM ndrewEmba$$y at 10/21/2005 10:56:18 PM
it took me forever to write a function that I might not even be able to do- I'm loading an image into a movieclip, and I want to then resize the movieclip (and image) to be the right size. But I don't know that I can get the image dimensions- when I go picture_mc._width I just get the wi...more >>

Combing MovieClips
Posted by Sylvaness at 10/21/2005 10:50:37 PM
This is the situation :P I've loaded variables from an external source into seperate MovieClips and I want to combine these MovieClips to make new movieclips that have all these variables. I was wondering can this be done? If it can't be done with MovieClips do I have to Objects or somethi...more >>

Email Form problem
Posted by tomrippity at 10/21/2005 10:36:51 PM
I am creating a flash based form to send an email to my company through our website and I am having problems getting the email to send. I posted my code below, could anyone give me some ideas as to what the problem may be? thanks *****AS 2.0**** on (release) { if (!Email.length || ...more >>

how to load a swf into the content mc inside a scroll pane?
Posted by dafnabru at 10/21/2005 9:49:19 PM
I have scroll pane that the content mc is just a list of buttons that load external swfs with sounds. (thats why they have to be external, cause they are quite heavy). in each swf with a sound there is a countdown timer that I want to place next to the specific button that loads the swf inside...more >>

External ActionScript File
Posted by Ryan Bellerose at 10/21/2005 8:56:28 PM
I have an external actionscript file that I need to attached to a button inside my movie (the script is for login and password) I would like to have the external file rather than using it directly on the button for easy edits. Can I write an actionscript for the button that would run the exter...more >>

fscommand doesn't execute
Posted by hfaze at 10/21/2005 8:55:02 PM
I've developed a peice of AICC based elearning in Flash. Developed in Flash 8 but output to Flash 7 and AS2. It has an fscommand that runs and requests the URL of the parent window so that it can parse out the url and session id. the first time, and ONLY the first time the course is run, this ...more >>



Almost !!!
Posted by Fel_911 at 10/21/2005 8:44:19 PM
Hi ! Here is my problem. I load a txt using loadvar(on first frame) _root.createEmptyMovieClip("dataHolder", 1); _root.dataHolder.loadVariables("txt/album.txt"); Then, I want to asign some text depending on the instance of the mc. Like this: this.onRelease = function(){ _root.photo =...more >>

Flash Intro Problem
Posted by KFUNK at 10/21/2005 8:11:29 PM
I am using Flash 8. I am working on a Flash Intro that will play when people come to my company's website. This is how I want it to work - the person will type in our URL, then the Flash Intro will pop up and play. When the Flash Intro is done, that window will close, and the window for our We...more >>

List.setStyle()
Posted by Richard Ragon at 10/21/2005 7:03:34 PM
I placed a List Component in my App, and I want to alter the colors. Does anyone have a complete list of all the different .setStyle methods? These are the ones I've found so far.. -------------------------------------------------------------------- if (_global.styles.List == undef...more >>

Rotation of component in live preview
Posted by forumnotifier at 10/21/2005 6:56:35 PM
I'm trying to create a live preview for a fountain component. It needs to know what angle to draw the fountain at, but I can't find out how much the user has rotated the component on the stage, because there is no such thing as Stage.rotation. Does anyone know a way to discover the rotati...more >>

Rotation of component in live preview
Posted by New Lingoist at 10/21/2005 6:56:32 PM
I'm trying to create a live preview for a fountain component. It needs to know what angle to draw the fountain at, but I can't find out how much the user has rotated the component on the stage, because there is no such thing as Stage.rotation. Does anyone know a way to discover the rotati...more >>

class and clip event issues
Posted by odahjay at 10/21/2005 6:40:35 PM
I have this event handler such as the following in a class: _root.myButton.onPress = function() { aFunctionName(somevariables); } private Function aFunctionName(){ //do stuff } or _root.myButton.onPress = aFunctionName; private function aPublicName ():void { //do stuff ...more >>

Close a .swf
Posted by ckpro at 10/21/2005 6:39:30 PM
I have a targetMC loading an external .swf. How can I put a close button that closes that .swf on that .swf file. I want a help box (swf file) to pop up and have a close button on it to close it. Any Help? Thanks ...more >>

Access Hard-Drive File Listings via Flash MX
Posted by unAbacus at 10/21/2005 1:13:50 PM
Hi all, I have a project that requires me to create a file requester in Flash MX - whilst i can get hold of the file data via javascript on a microsoft system with IE 5.5+ installed. I also need to support Mozilla on Windows XP and Mozilla on any recent Mac machine... *shudder*. So i was w...more >>

Should a "View" subclass MovieClip
Posted by mikeshank at 10/21/2005 1:06:06 PM
I'm developing an app using the MVC design pattern. I read somewhere(can't remember where) that a "view" should subclass MovieClip. However, I don't understand why or the benefits of doing so. This is my approach: 1. create a MovieClip that represents the view in the library. 2. create a ...more >>

performance of loaded swf's
Posted by dr_ross at 10/21/2005 12:45:52 PM
has anyone mangaed to get round the noticeable decrease in performance of event objects in swfs loaded into another. Things like MouseMoves etc seem to be almost half as fast. I've checked out everything i can think of from frame rates to event declaration. ...more >>

mc position connection
Posted by SkidOvidiu at 10/21/2005 12:28:51 PM
I'm trying to make a mc move -1 on x axis WHEN another mc is moveing +1 on x axis ex. when I move a mc more to the bottom , the other one moves more to the top can someone help me?...more >>

initiate a variable == loss of mem?
Posted by Richard Ragon at 10/21/2005 12:20:26 PM
If I initiate a variable like this.. var myArray:Array = new Array(); do this.. myArray.push(someDumbStuffHere01); myArray.push(someDumbStuffHere01); myArray.push(someDumbStuffHere01); myArray.push(someDumbStuffHere01); myArray.push(someDumbStuffHere01); what would happen if I do thi...more >>

FileReference upload IOError on Mac
Posted by Salz: Bernd Matzner at 10/21/2005 12:02:26 PM
Hello, We have a filereference upload setup and working uploading to PHP script on an apache server. The file upload works well using Win XP (IE, Firefox, Opera). On the Mac (safari, Firefox), we get IOErrors, the files won't upload. There is no authentication necessary, nor are there any r...more >>

Simple Mixer program
Posted by OniLink at 10/21/2005 11:29:13 AM
How do I use 4 channels? When I try and play more than one sound at a time, it stops the sound that is already playing. Is there a way to set sounds to particular channels? Or is there another easier way? Please help. Thanks, ~Oni. ...more >>

drag y
Posted by SkidOvidiu at 10/21/2005 10:53:57 AM
I used: on(press){ startDrag(""); drag=true; } on(release, releaseOutside){ stopDrag(); drag=false; } to drag a mc on mouse press but how can I drag a mc or button only on y axis , (up and down)? ...more >>

Escaping an '&' in loaded textfile
Posted by absurd29 at 10/21/2005 10:31:38 AM
I've loaded a text file into a movie successfully but any '&' in the body of the textfile stops the rest being read. Putting a backslash in front of any '&' doesn't work - and some sentences simply have to have an '&' in them. Any idea what escape character to use? Thanks for any help offe...more >>

onRollOver event handler
Posted by nvinod at 10/21/2005 10:30:44 AM
Hi, I have an application with a form . In the form I got an OK button and an image on top of it. What I am trying to do is when the user moves the cursor onto this OK button image, the hand cursor should appear. For that I have added the following code _root.Main.Input.okBtn.onRol...more >>

Handling 2D array from CFC into Flash
Posted by phil ashby at 10/21/2005 10:07:46 AM
Hi all, I've got a 2d array being generated by my Coldfusion component, which when passed to Flash which gives me this... Result (object #2) .....[0] (object #3) ..........[0]: "Phil Ashby : F2F Accompaniment Report" ..........[1]: 1 ..........[2]: 5 .....[1] (object #4) .........more >>

Collision detection
Posted by forumnotifier at 10/21/2005 8:32:01 AM
Hey I'm making a sort of Defender-clone shoot em up using the following script attached to the mc that is my laser to detect hits: onClipEvent (enterFrame) { if (this.hitTest( _root.enemy1)){ _root.score+=100; _root.enemy1.gotoAndPlay(2); } ...more >>

Pointer help...
Posted by Temporary Blind at 10/21/2005 8:19:56 AM
Hi, This might be a simple problem, but I need to find a way of making one end of a line/shape to follow the mouse or object, while the other end doesn't move. But I haven?t found any good way of doing this. Someone who can give me a simple solution to this problem? ...more >>

Fade in/ Fade out sound
Posted by OniLink at 10/21/2005 6:32:31 AM
Is is possible to fade a sound in on rollOver and fade a sound out on rollOut? This is the script I've made on a movieClip to start, loop and stop the sound: on (rollOver) { var btn_trance:Sound = new Sound(); btn_trance.attachSound("Trance_Button_Loop.wav"); btn_trance.start(); ...more >>

help with attach movie
Posted by razx at 10/21/2005 4:58:40 AM
hi everyone, i just made a project its all right but a want to put let?s just say a little fx, i have a button and i want when the user clicks on it make a little lightning effect i have the movie with id inimov and the button with an instance of inibtn but i can?t get the movie to show i used...more >>

Pre-Load Insanity
Posted by HitmanInc at 10/21/2005 4:05:15 AM
Can anyone tell me why this script does not wait for 100% to load before moving to the next frame? onClipEvent(load) { total=_root.getBytesTotal(); } onClipEvent(enterFrame) { loadB=_root.getBytesLoaded(); pers=loadB/total*100; trace(pers); _level0:persa = Math.roun...more >>

A simple noob sound question
Posted by Angyl at 10/21/2005 3:53:44 AM
Building a church website. Want to make a simple "player" for the sermons using flash. These are obviously farily large files so I'd rather not load them into Flash directly. What action script would I attach to the Play, Pause & Stop buttons to get the player to call up the .mp3 that is on...more >>

PLAYING FRAMES BACKWARDS
Posted by forumnotifier at 10/21/2005 3:01:13 AM
Dear Friends, Have a problem... i have a simple little movie clip which allows website viewers to view my clients projects... they click forward to go to then next project. How do make the back button work so that the frames are simply played backward to the previous project... here i...more >>

PLAYING FRAMES BACKWARDS
Posted by Wietie at 10/21/2005 3:01:11 AM
Dear Friends, Have a problem... i have a simple little movie clip which allows website viewers to view my clients projects... they click forward to go to then next project. How do make the back button work so that the frames are simply played backward to the previous project... here i...more >>

random number trouble
Posted by GhettoFabFlah at 10/21/2005 12:50:29 AM
heya everyone, long time no see. I was wondering what's wrong with this actionscript. it get's a random number and then depending on which one one of 3 movieclips becomes visible while the others become invisible. can anyone help loadnuber = random(3); if (loadnuber == 1) { _root.loadin...more >>

External SWF not playing Sound
Posted by Dav e at 10/21/2005 12:24:08 AM
Hello all, I'm trying to use "loadMovie" to load a screen based swf. The movie loads but the sound does not play. Loading the same swf directly plays the sound. This is the command I am using to call the movie loadMovie(_root.myVariable, _root.myExternallyLoadedSWFMovieHolder); Any h...more >>

I need help Handling Large External swf Files
Posted by somnlos at 10/21/2005 12:21:19 AM
I hope someone out there can help me. I have a project that I need to load 3 external movies (.swf) on-demand. I have created an interface that loads the movies into a container upon mouse click- For example, the doorway on the left in this scene - http://www.theinsomniagroup.com/officete...more >>

keep content in a MC until the new SWF is loaded?
Posted by John Doe at 10/21/2005 12:21:05 AM
hi: any trick to keep the content on a MC visible until the new content loaded with container.loadMovie("x.swf") is available? tia, jdoe...more >>

Flash MX2004 vs Flash-8
Posted by aa at 10/21/2005 12:00:00 AM
I heared that some SWF files made in Flash-8 run faster than same compiled with Flash MX2004 - is this the case? ...more >>

SWF to EXE
Posted by aa at 10/21/2005 12:00:00 AM
Has anybody tried to convert an SWF into a stand-alone executable using swf2exe (SWF Studio). Does it offer any advantage in term of the performance? ...more >>

Counter with separated numbers: not 10000 but 10.000
Posted by jorre1506 at 10/21/2005 12:00:00 AM
Hi, and thanks for taking the time to help me out. I made a counter, for example, count from XX to XXXXXXX in 10 secs... It works fine. The numbers will be generated in a txt-file, like this: oudnummer=1000&nieuwnummer=200000000 Also works great. But my problem is that my boss wants the ...more >>

Help with Dynamic Text
Posted by cgulotta at 10/21/2005 12:00:00 AM
I am trying to load an external text file. When I preview my movie the text box comes up undefined. I've seen this addressed in other forums but can't figure it out. I am simulating a google search for a tv series and the external text file contains the "results" of the search. The static ...more >>

silly gotoAndPlay(variable) problem
Posted by Mr Helpy mcHelpson at 10/21/2005 12:00:00 AM
I want to { define VarA VarB = VarA + some stuff this.gotoAndPlay(VarB); } of course this is sudo-code, but isn't it looking to go to a frame labled "VarB"? If so, what is the proper format to include a variable in the gotoAndPlay(); function? thanks, Mr. Helpy. ...more >>

Logistic problem
Posted by Fel_911 at 10/21/2005 12:00:00 AM
Hi ! This is a logistic problem. I dont know how to achieve what I want. There is my problem. I got a mc (no ?!? serious !?!) here is the code inside: this.onRelease = function(){ _root.photo = _name; //_root.info = _name; _root.gotoAndStop(12); } I load a specific jpg with the...more >>

Progress bar for external swf
Posted by wiredsc at 10/21/2005 12:00:00 AM
I am creating a movie where external swfs load in an empty movie clip using this script: this.createEmptyMovieClip("Moonshine", 10); Moonshine.loadMovie("The Deadbeats/moonshine.swf"); I want to add a progress bar that shows the progress of this loading file, which is about 1.5-2MB. ...more >>

getURL draws a "undefined" error
Posted by BSS at 10/21/2005 12:00:00 AM
I have setup everything nicely with xml connector and the components I need. Images and texts appear as they are set thru xml file. But I can't seem to getURL when I hit any of the three buttons I have setup. I don't really know how to explain it as I'm not sure how to use event listeners. A...more >>

Flash/PHP mailform
Posted by steve_st at 10/21/2005 12:00:00 AM
Hi There I am trying to add some radio buttons to a simple flash/php mailform I have created from various templates I have found, but don't really know what I should be doing do achieve this. Could someone point me in the right direction. I am pretty new to using flash. Thanks stev...more >>

preloader progress bar isn't changing
Posted by nitz_ at 10/21/2005 12:00:00 AM
I've followed a tutorial and made a preloader. The actual function of the preloader works...but the progress bar and percentage numbers arent changing - all its doing is staying on zero. WHY?! it works on the tutorial files...but once I apply it to my own movie...it it wont show the loading pr...more >>

Morphing images
Posted by Theonewhocares at 10/21/2005 12:00:00 AM
How do you get Flash to morph images into another image? It tries to morph the box of the image into the other box creating a mess. Adding hints did not help either....more >>


DevelopmentNow Blog