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 > july 2004 > threads for sunday july 18

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

New Window No Toolbars!!!
Posted by DisasterCompleX at 7/18/2004 10:36:54 PM
I am trying to make it so when my loading page finishes loading that a new window opens lets say http://www.disastercomplex.com/home.htm at the size and placement i want it to. I also want this page to have no toolbars or address bar and be Unresizable. Can i do this with actionscript? Her...more >>


opening pdf with flash in a specific page
Posted by Narven at 7/18/2004 9:30:18 PM
hi i have a problema i need to open a pdf file with the help of flash. When i press a button in flash i need it to open the pdf file in a specific page, or bookmark... how can i do it??? is it possible??? ...more >>

Re: actionscript: stop object going of screen...
Posted by IwannaFlashU at 7/18/2004 9:11:09 PM
I'm just posting here because the forum server was hiccuping when i posted above and the topic didn't get updated to let you know that I posted. (if you dont believe me, count the posts that are actually here and see how many the thread list says there are). anyhow, again, lose the code, g...more >>

IsPlaying?
Posted by IwannaFlashU at 7/18/2004 9:08:55 PM
hi, this should be a quickie for someone. is there a property or event handler to check to see if a movie is currently playing? NOT loaded, but actually playing. I am making a video player interface. I have a dynamic text box that displays the title of an avi segment that's currently bei...more >>

Re: actions
Posted by kglad at 7/18/2004 8:30:40 PM
yes. http://www.macromedia.com/support/flash/ts/documents/tn4109.html...more >>

Need help with Dynamic comboBox dataProvider
Posted by 3dmacguy at 7/18/2004 8:27:36 PM
Hi, I have two comboBoxes. The first allows the user to select a month. The second comboBox allows you to select a news article. Now, the articles shown in the second comboBox depend on which month is selected in the first. I have two arrays, one for June and one for July. If I say... ...more >>

Count line number of txt file???
Posted by ivan ooze at 7/18/2004 7:53:46 PM
hi everybody, i used flash mx 2004 and i got a problem. I have two dynamic text, where the variables are: "dial" and "line" . I had this code in frame 1: loadVariablesNum("text.txt", 0, "GET"); var line = Number(dial.scroll) But the line text is NaN, So I need your help. What should i pu...more >>

Bug: string(mc.getBounds()) => "undefined"
Posted by Daniel Griscom at 7/18/2004 6:22:09 PM
I just spent two hours debugging this one. I was trying to get the bounds of a movie clip using getBounds(), which returns an object having xMin, xMax, yMin and yMax properties. As a sanity check, I included the following line: trace("myClip.getBounds(_root) = " + myClip.getBounds(_root)); ...more >>



createEmptyMovieClip in _level
Posted by noSpamPlease at 7/18/2004 5:43:42 PM
Hi all With the actionscript being on _level0, should the following work: _level100.createEmptyMovieClip("my_mcl",1000); For an unknown reason it is not working for me :( Help! Dave ...more >>

removeMovieClip
Posted by Pluda at 7/18/2004 3:31:09 PM
Hello all, I was searching the posts and found this: <This only deletes a movie clip instance that was created with the attachMovie or duplicateMovieClip methods of the MovieClip object.> But... I've created an empty movie clip in my first frame, using _root. creatEmptyMovieClip(...more >>

Wav- Mp3 question
Posted by Geoff at 7/18/2004 2:47:46 PM
I want to use external MP3 audio files with Flash, but it seems the audio that will be supplied to us is in WAV format. Does anyone know any utilities for converting WAV files to MP3 files, that I can script to auto process? i.e., upon the execution of an ASP script (e.g.) the files in the wav...more >>

specifying the MediaPlayback URL in ActionScript
Posted by ledatica at 7/18/2004 1:34:01 PM
How do I specify the URL for the media playback component using ActionScript, instead of specifying the URL in the component inspector. Tx for any help ld...more >>

Strange Behaviour in setting the height/width of a movie clip that loads an image file
Posted by Naseem at 7/18/2004 11:44:05 AM
Hello, I am taking the following steps Create a movie clip using _root.createEmptyMovieClip ("targetClip",1); Loading a JPG file using _root.targetClip.loadMovie(imagePath); I set the _x and _y using _root.targetClip._x=300; //works fine _root.targetClip._y=200;// works fine I se...more >>

what's wrong with Scrollpane component ?
Posted by dozing_runner at 7/18/2004 10:13:35 AM
Problem description: The scroll bar for the scrollPane component doesn't adjust automatically. I expect that the scroll bar will disappear automatically if the content's height minimizes. However, it doesn't work. The refreshPane method doesn't work if I try to call it. Code: //#...more >>

To load a new swf at a specific label
Posted by searching... at 7/18/2004 10:12:49 AM
Hi... I have 2 files with me, original one is level 7 and the one i want to load on it is at level 9. For the file at level 9, i have 2 scenes, scene 1 is for the preloading, scene 2 has different labels... what should i put in level 7 to make it able to load that level 9 file with preloa...more >>

gotoandPlay only works once-Why?
Posted by oblioPointy NO[at]SPAM hotmail.com at 7/18/2004 8:59:47 AM
I am using Flash MX 2004 (windows) and have this script attached to a button which works the first time it is clicked on but not again. At frame 90 I have a stop action but this should not affect the operation. Why doesn't the button work over again? Any ideas welcome. Thanks, Oblio...more >>

Stoping things from looping!
Posted by SOB_HUNK at 7/18/2004 7:27:43 AM
Hi i dont what to do to make the button to stop from looping,its like when it finishes it goes back and plays the same thing,If you can please tell me how to fix this,I want to make it in a way so when the button plays it goes to the another text or image not playing the same thing over again....more >>

Drag, Drop, Calculate - Correct / Incorrect
Posted by maverickblair at 7/18/2004 6:39:09 AM
I need assistance - I am using 2004 MX PRO I am developing a tutorial for and elementary school class. Current stage objects: 8 DD objects (Drag1, Drag2, Drag3,...) 1 drop target (Target1) 1 input text field (input_btn) 2 buttons (submit_btn, reset_btn) The object of this secti...more >>

Help With Lines!
Posted by Dark Otaku at 7/18/2004 4:53:38 AM
Okay, I guess this is idiotic to be stuck on something so simple, but I am. I spent the last hour going through the flash tuturials, and no-where did it say anything on using actionscript to generate a line between two given points. Can someone please tell me how to do this? thnx!:D ...more >>

Accessing variables with external swf
Posted by bzy at 7/18/2004 4:03:26 AM
Okay so I've built this template for a website and I am loading and unloading external swf's into it using loadMovie(); This is all straight forward and works fine and dandy but I was curious as to whether I could acess variables on the main root of the template from inside the externally loa...more >>

How to: Change next . function to delay
Posted by ROKKPAPA at 7/18/2004 2:01:01 AM
The below script functions perfectly to load .JPG's into an MC from an XML file. However I would like to change the: next.onRelease = function() to a delay of 10 seconds and then advance to the next image instead of using a next button. can some one show me how to do this? thanks NYC...more >>

Dot Notation
Posted by Dave_s at 7/18/2004 12:46:38 AM
Hi, Can anyone help? I have a swf that is loading an external swf file into it on level 4. The swf on level 4 needs to tell the other swf to go to it's root and do: ..gotoAndPlay (3) The problem is that when I say _level0. or _root. It targets the level 4 swf's root. If a...more >>


DevelopmentNow Blog