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 > september 2004 > threads for thursday september 23

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

open dialog box on flash movie
Posted by m NO[at]SPAM gu5 at 9/23/2004 11:55:48 PM
can i open a dialog box on flash movie...? Ej: wiht html: <input type=file> ...more >>

Changing CheckBox Values In Actionscript
Posted by maigua at 9/23/2004 11:42:43 PM
I am working on a business form. The user will see a checkbox preceding a sentence which has a text field in it. If user edits textfield I want the checkbox to automatically change from false to true. Can this be done? If used checkBox.setValue = true; and checkBox.checked= true; ...more >>

need help to LoadVars
Posted by Cata M at 9/23/2004 10:16:24 PM
i have a php file that generates an array and the length of this array //php file $picture //array $length and a *.fla file that loads this variamles like this: //fla file on (release) { var myData = new LoadVars(); myData.load("test.php","get"); myData.onLoad = fu...more >>

Pause all nested clips
Posted by lpenel18 at 9/23/2004 10:03:30 PM
Is there a way to pause all nested movie clips without targeting each one individually? If not, is there a way to list all of the movieclips present at a given time on the stage so that they could be put into an array dynamically and then paused? Thanks, Leslye ...more >>

Ok i have tried everything, someone please help
Posted by zrocker2004 at 9/23/2004 9:35:48 PM
I have looked at everyones idea's on how to fix the problem i have having with an email being sent out to a php script. For some reason it is not capturing the vars from the fields and sending them to the script. Also i dont want for the page to be called up and shown in the browser. I try...more >>

BTN to run install program from CD--possible?
Posted by Amy_M at 9/23/2004 9:16:19 PM
I've created an autorun CD with a flash executable for a product video demo and would like to allow the viewer to save a demo version of a software program to their hard disk. Is it possible to program a button within Flash that calls up an executable stored on the CD and installs it on their ...more >>

mouse pointer over link
Posted by xcoldnet at 9/23/2004 8:38:38 PM
How can I make the classic hand pointer when it goes over a flsh video which hold a link to another web site? This is what I have done so far. It works but the mouse pointer rest an arrow and it doe not change when it is over the flsh animation. someListener = new Object(); someListen...more >>

How to get a button to repeat action.
Posted by mjpawlowsky at 9/23/2004 8:32:40 PM
I'm trying to find an event I can use to get a button to repeat an action until the button is released. I figure I can enter a loop during on(press) but I'm not sure on how to get out of the loop. Is there a way to test to see if the mouse was released? Or is there a better way to do t...more >>



Passing variables from swf to swf
Posted by dignan at 9/23/2004 8:10:17 PM
Here is my code: var varctirecid = ctirecid.text; loadMovie("swf2.swf"[POST, varctirecid], _level0); The error I get is: Error opening URL "file:///Documents/folder_one/folder_two/folder%20three/folder_four/undefined" I have a variable named "varctirecid" What am I doing wr...more >>

Actionscript Learning Advice...
Posted by ThomasPS at 9/23/2004 8:08:19 PM
I have the book Flash MX Actionscript for Dummies. I see that there isn't a Flash MX Actionscript "2.0" for dummies (yet?). Am I wasting my time with the book because of the changes with 2.0 or can I still get a lot from the book teaching the previous version? Thanks! TPS ...more >>

can someone please tell me what is wrong.
Posted by zrocker2004 at 9/23/2004 7:36:10 PM
Can someone help me with my actonscript something is not working with submitting of values. I have named my VARS in the text fields in the form. and also if you answer this and say the script is ok can you take a look at the php side. But i really think the php side is ok. function sendFo...more >>

button drag question
Posted by Mike Bravo at 9/23/2004 7:32:37 PM
I am trying to have a button be dragable, and on release still execute a command - like gotoAndStop (2) It doesn't seem to want to onrelease stopdrag and onrelease gotoAndStop I'm sure there's a way around this, but can't see it - on Scene1 I have 2 frames - 3 layers layer 1 is action sto...more >>

accessing sendAndLoad variables
Posted by ufitzi at 9/23/2004 7:30:43 PM
I have the following flow of data FLASH> COLD FUSION > FLASH First step works as expected, .cfm page processes, and ends with the following blcok of code <cfcatch>error=1</cfcatch> </cftry> error=0 My problem is in accessing the "error" variable back in the Flash movie. Here ...more >>

loading external text problem....NEED HELP
Posted by yofof at 9/23/2004 6:47:47 PM
i need someone to look at the following script. i have a movie clip (f_mc) containing three pictures on frame 1, 2 and 3labeled as index1, index2 and index3. i have two buttons (left and right) to move from one picture to other. i have a also a text field (description_txt) where i want load ex...more >>

Loading files 1 by 1
Posted by mystical_shwanky at 9/23/2004 6:38:54 PM
I have 10 files in folder. I want to be able to load them all in to an swf file one after the other. title = 1; while(title < 10){ image.loadMovie(title +".jpg"); i = 1; while(i < 13){ if(i = 12){ title = title +1; } i = i + 1; } } HEre is what I have s...more >>

Launching a .pdf to a window ABOVE my .exe
Posted by curly50 at 9/23/2004 6:35:18 PM
I've developed a Flash CD demo in MX 2004. I am publishing it to a CD as an ..exe file. I'm using Get URL to launch my pdf files, but they are loading in Explorer and the browser window loads behind the Flash movie window. My movie launches full-screen, so the user doesn't know there is anythi...more >>

anyone using Flash Studio PRO v2?
Posted by BillD222 at 9/23/2004 6:12:20 PM
As the title suggests, anyone using Flash Studio PRO v2? I am working on an interactive flash CD-ROM that involves scrolling flash movies that launch PDFs. I am not a coder by nature and I think I am about to lose my mind. Will this product help me? Anyone have any experience with it? ...more >>

FlashWindowEx could not be located......huh????
Posted by jr at 9/23/2004 6:04:50 PM
Greetings earthlings! Problem: Director executable file (win NT) running on a CD containing references to dynamically loaded .swf files (importFileInto method) generates the following error: "the procedure entry point FlashWindowEX could not be located in the dynamic link library user32.dll...more >>

javascript again
Posted by chrism59 at 9/23/2004 6:03:19 PM
The last question is finally answered. The problem seems to be passing a serverpath from flash to the java function. Java doesn't like "c:\actual\server\path\" being passed to it. I work around that by building the path in the html function set_path(pathName,newName ){ parent.bottomFr...more >>

Flash Min Application need writting!
Posted by Paul Sadd at 9/23/2004 4:10:22 PM
I recently posted this on the general discussion board but no luck so I will try this area to see if anyone takes the bait! I need to create a Flash based mini application to allow a user of a site create a simple 'sign'. You know the sort of thing - type in some text, change the font, cha...more >>

link to frame inside another swf
Posted by skyhook88 at 9/23/2004 3:53:03 PM
Trying to speed up a site by making links to individual swfs istead of one falsh movie. Its working except the mani menu page starts with an animation that stops at the menu interface on frame 72 ( lable "Home"). The back buttons on each separate swf links back OK but it goes to the begin...more >>

actions not working when a swf is imported through loadMovie
Posted by Goblin at 9/23/2004 3:02:22 PM
Dear friends, I am quite new to actionscript so I am facing several troubles with no apparent solution. I apologize if this is a problem discussed over and over. I have authored a flash application that sets and retrieves values to/from an Access database through an ASP script. When run ins...more >>

HELP (different font for same textfield...)
Posted by Vedran Elez at 9/23/2004 2:57:22 PM
Can anyone help me with this problem: I'm building an multilaguage application in Flash wich has 8 diffrent languages, among them Japanesse language. I'm using one textfield that needs to load two diffrent font types, in same textfiled according to a language prior selected. Fonts resides i...more >>

Action script problem
Posted by aniello at 9/23/2004 2:13:01 PM
Can someone look at the code below? The "go to, stop" commands are being ignored by the flash player. Please advise. totalPanels = 4; randomPanel = 1 + Random(totalPanels); switch (randomPanel) { case 1: gotoAndPlay(5); debug.text=randomPanel ; break; case 2: gotoAnd...more >>

Flash 5
Posted by evilpixel at 9/23/2004 2:09:05 PM
Hi, I am trying to create a movie where I have a circle in the middle of the page which shoots out balls at random and in random directions. I was giving the code below which works fine, but only in Flash 6, does anyone know how I can do it in Flash 5? // upper limit in ms for shooting bal...more >>

How do I get a loader to access its parent?
Posted by ooba at 9/23/2004 2:03:05 PM
I have a swf that calls an external swf for displaying a loading message. I want this to continue in its loop cycle until the calling swf has completed loading. How do I access the calling swf file to see if it has loaded? I have tried the following code but it does not seem to work. if(t...more >>

tilting a plane in an isometric system
Posted by Chip Harlan at 9/23/2004 1:57:27 PM
Hey - I've got a movie clip of a plane (not an aero-plane, just a big ol' square), that I'm trying to tilt along a central point in an isometric system, and I'm having problems figuring out how to make it look right. I don't know if ActionScript has any functions that will shear or distort...more >>

getNextHighestDepth & combobox
Posted by eschew at 9/23/2004 1:51:17 PM
Hi, Whenever i add a combobox in my flash app the getNextHighestDepth seem to go "bananas". It seem to start on 1048576. Anyone had the same problem? Is it suppose to be this way? Any fixes? TIA Chris ...more >>

ComboBox dont lost Focus
Posted by actras at 9/23/2004 1:49:18 PM
Hello FlashCommunity ! I have a great problem with my combobox. Ok, at first it ist a Box filled with dynamic values and I added an actionlistener on it. on the property change I gotoAndPlay this movie again but with other values for some other code. when I clicked the box, I see a gre...more >>

Duplicate Movie in a mask?
Posted by phil ashby at 9/23/2004 1:49:12 PM
Hi guys and gals, I'm working on a project where an image is loaded into a mc, then the user will be able to highlight certain areas (for the moment I've got them clicking twice to determine the topleft, bottom right of teh rectangle.) I've a master mc which I then duplicate, and resize a...more >>

Preloading HTML
Posted by guischarf at 9/23/2004 1:37:20 PM
Hello, Is it possible to preload an HTML page while an animation is running? Thanks, GS...more >>

load external swf and layer question
Posted by CougarTheCat at 9/23/2004 1:20:25 PM
Hi, I am preloading swfs and this is (finally) working correctly. The swfs appear in the correct position, but I would like them to be on a different layer in the main movie. How can I get them to play on a specific layer. In the main movie I have tried inserting the code in the layer I...more >>

Macromedia flash version 7,0,19,0 blinking
Posted by TJ_1 at 9/23/2004 1:16:21 PM
I have Macromedia flash version 7,0,19,0 installed on my server. I have windows 2000 advanced server installed on my server. Ever since Macromedia flash version 7,0,19,0 was installed, while and after graphics are loaded the screen flahes dozens of times per second. How can I stop this flashin...more >>

shorthand "Else If" statement
Posted by scottgroovez at 9/23/2004 1:02:07 PM
Is it possible to do a shorthand if-else if statement, like you can if-else ie: if-else statement (num > 5) ? "Greater Than 5 ": "Less than or Equal to 5"...more >>

AS for keyboard navigation
Posted by stillwaiting at 9/23/2004 12:58:44 PM
I am trying to figure out how to navigate my swf with the keyboard. I checked the help content and the getKeyDown event handler help content doesn't "help" (go figure). I am learning AS so if it is really simple I won't be suprised. stillwaiting ...more >>

Text Field Cursor
Posted by Kishore G P at 9/23/2004 11:23:26 AM
Hi All, Sometimes for a input text field, the cursor doesn't seem to blink unless we click in it, even though I use the Selection.Setfocus("textfield"); command Any ideas y Thanks...more >>

duplicate group of movieclips
Posted by Jyoti Kishnani at 9/23/2004 10:45:21 AM
Hi Guys, My problem is to duplicate a group of movieclips. What it means is that first I would attach 2 movieclips from the library to an emptymovieclip. (now the emptymovieclip has 2 movieclips attached to it). After that, I want to duplicate this group of movieclips without attaching each...more >>

i have a question on submitting forms to PHP
Posted by zrocker2004 at 9/23/2004 10:23:26 AM
I have been over some tutorials now lots of them a matter of fact and i run into this and i am not sure what it is for. This is in the send function my_lv.send ("email.php", dataReceiver, "POST"); Now when i remove datareceiver it wants to call up the page email.php and show it to the br...more >>

Constrain movieClip(); ???
Posted by amar_nath at 9/23/2004 10:10:01 AM
Hi, i have a movieClip instance named as guy in the stage, which can only be navigated by using up,right,left and down arrow keys. I've written the code for navigation on the instance of the guy itself. (i.e onClipEvent(enterframe){ Now there are 6 squares with each of them having their ...more >>

Re: detect if video is finished
Posted by Carlos Gonçalves at 9/23/2004 9:47:53 AM
I can see the video, but nothing happens when it's finished. I put this code into video frame and make this change: _global.file="video2.flv"; var netConn:NetConnection = new NetConnection(); netConn.connect(null); var netStream:NetStream= new NetStream (netConn); my_video.attachVideo (netSt...more >>

tricky array
Posted by mrmille at 9/23/2004 9:30:40 AM
Got a little prob here with arrays. ive created an array var my_array:Array = new Array(); for (var i:Number = 0; i<10; i++) { my_array[i ] = "a"+i; // had to ad another space after the i to show this line in the forum... } This will fill the array with names like a0,a1,a2,a3,a4 ...more >>

preloader/nextscene question
Posted by dresden phoenix at 9/23/2004 7:16:31 AM
I am using Flash MX 2004. I have built, or am trying to build , rather, a pre-loader movie clip . The pre-loader_MC is basically composed of 3 elements. a a logo graphic, an animated logotype MC and a spinning "clock" MC ( which also contains an element which displays a countdown). I have b...more >>

Scrolling number of buttons
Posted by bjory at 9/23/2004 6:24:50 AM
I have a button menu (similar to the XML dropped down menu) but without any submenus. What I do is to assign currItem(btn) with a dynamic text name and a small thumbnail. And onClick on the currItem it will go to some other frame. My qns here is as the number of buttons is dynamic, it wi...more >>

which target does _root access from external .swf
Posted by eliptus at 9/23/2004 6:09:38 AM
If I have a master movie with an empty mc which I then load external .swf files into and I call _root in my code from the external .swf will it access the properties of the host root timeline or the root of the externally loaded .swf movie where the call originates from? ...more >>

Trigger external SWF file after FLV is finished
Posted by blueowl at 9/23/2004 5:53:22 AM
Can someone help guide me in this. I have a SWF file that plays an external FLV file within it - what I need to do is tell that SWF that when the FLV is done playing to go to another SWF file - this is for a CD-ROM app. ...more >>

LoadMovie() problem ... nested swf
Posted by Christin-78 at 9/23/2004 5:05:09 AM
Hi All, in my main movie clip I am creating Empty Movie clip and loading into that a swf file which contains an Empty Movie Clip and I have to load into MovieToLoad.swf 's empty movie clip another swf so How can i do that? this.createEmptyMovieClip("target_mc"+i, this.getNextHighestDepth()...more >>

Scrolling with the mouse wheel
Posted by jfeliu at 9/23/2004 4:46:28 AM
Is it possible to scroll a datagrid using the mouse wheel. If so, what mouse event should I look for? thanks....more >>

Problem using TextField.textColor
Posted by Ashish123 at 9/23/2004 4:34:10 AM
Hi, I have problem assigning color to a dynamic textfield using TextFormat Object. Does anybody knows?? This example i got from Flash Help but this also doesnt work: --------------------------------------------------------------------- The following example creates a text field and set...more >>

Moving Backwards and Forwards in Timeline
Posted by a little ant at 9/23/2004 3:32:11 AM
Do i need nextFrame and prevFrame for this please? I need to tell the timeline to go forwards if the user mouses to the right of the screen and i need the timeline to go backwards if the user mouses to the left of the screen. Either the main timeline OR an mc timeline - doesn't matter. (...more >>

dynamic images
Posted by atreau2k at 9/23/2004 3:30:07 AM
I would like to load a jpg image using a value written to a text file. XML will not work due to dynamic database data (please dont ask) here is my code: loadMovie("values.asp", 2); - I know "values.asp" is not a jpg, but the value of '&image' = pic.jpg ...more >>

use JSFL to build FLA with BMPs TXT coordinates
Posted by Tofu23 at 9/23/2004 3:24:24 AM
I am trying to duplicate a process I use in building Macromedia Director files. I have a tool that creates BMP screenshots and then outputs a TXT file with coordinates for the BMPs. The Director movie then compiles itselft using the text file info and importing the BMPs in the timeline and p...more >>

Drawing box
Posted by Cinthg at 9/23/2004 2:15:36 AM
Hey all, I'd like to create something like a signature box on a touch screen monitor (similar to the credit card signature screens at some stores). Any ideas on how to capture the pen strokes? Thanks for any help, Cinthg ...more >>

load .flv without media component
Posted by computerpain at 9/23/2004 12:20:38 AM
Howdy, I have Flash MX 2004.... not Flash MX 2004 Pro. This sucks. I want to load (stream) a .flv into my .swf. I do not have the media component that allows you to just plop it in. I know how to load a .swf into another .swf. Can you load .flv so it streams through a .swf with actionsc...more >>


DevelopmentNow Blog