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 > november 2004 > threads for saturday november 27

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

dynamically loading and syncing a sound
Posted by iweiss at 11/27/2004 11:01:33 PM
Hi all, I need to first dynamically load and then play music accurately synchronized to an animation. My problem is that I seem to need to use _streamed_ sound in order for it to synchronize accurately to animaion, but with streamed sound I seem to have little control over when it starts p...more >>


Problem with Textfield and XML
Posted by stilldrunk at 11/27/2004 10:03:20 PM
I'm not sure what my problem is. I'm parsing an XML file and creating textfields in AS based on that. I did a trace and found Flash is parsing the XML and finishing it also gives me the correct text I'm looking for. And when I check the debugger the correct movieclips are created successfully ...more >>

load movie dose't work
Posted by audun1234 at 11/27/2004 8:53:40 PM
I have a little problem about load movie. I have write the script: on(release) { gotoAndStop("3"); } Butt it does not work. Were can i have done something wrong. I have the ( stop() ) script in frame 1,2,3. Can someone help meeeee. I am sorry for my bad english.. ...more >>

I need help
Posted by Salsaish at 11/27/2004 8:46:17 PM
How to make if I press space a ball appears on the mouse location and dissappears after 5 seconds?...more >>

Library
Posted by MPG DMX at 11/27/2004 7:38:20 PM
Hi!! Does anybody know how to add symbols to the library at runtime? I want to add images to use in my V2 components at runtime instead of adding it in authoring time. Any suggestion? Thx M ...more >>

Media Player continuous songs
Posted by jamehart at 11/27/2004 7:35:46 PM
Hi, I would appreciate it if you could help with the actionscript in a web media player I have. If you go to bencaudillartist.com/player.swf you will see that the songs load and play but for example, song 1 stops after it is done, and then song 2 does not stream. I need something that will loa...more >>

need advice about classes
Posted by XMLgirl at 11/27/2004 6:47:39 PM
Dear wise flashers, I really need your advice here, as I am a stressed student towards finals. I'm creating an animation of a fairytale. My teacher suggested I use classes for each of my characters. Makes sense! So, I created my first class called prince. In the class code I'm attachi...more >>

toggle key command
Posted by g5604 at 11/27/2004 5:25:26 PM
Hi, is it possible to toggle the actions of a key press so. so press "m" once gotoAndPlay (2) press "m" twice gotoAndPlay (1) cheers, G ...more >>



hirarchy of an embedded mc
Posted by XMLgirl at 11/27/2004 4:20:22 PM
I'm trying to put a "stop" to a movie clip that is embedded deep into other movie clips. That's my hirarchy: stage cont (dynamically attached container) p (dynamically attached character. into container) branch worm So, the worm is an MC with a timeline. I'm placing a code in t...more >>

Preloading external JPGS?
Posted by Dave_s at 11/27/2004 4:13:27 PM
I have built a slideshow which loads 20 JPGs into a 20 Movie clips in turn. Is there a way I can preload these JPGs? i.e. when you're viewing the first slide the second one is being loaded in?...more >>

pause time
Posted by g5604 at 11/27/2004 3:26:17 PM
Hi, i have this code for my timer: countdown.onEnterFrame = function() { this.timer = int(20-(getTimer()-startTime)/1000); if (Number(this.timer) == 0) { gotoAndStop(10); } timer = 0; }; works great, any idea how i can pause it? cheers, G ...more >>

The newsgroup version of this forum just died
Posted by tralfaz at 11/27/2004 3:21:24 PM
First MM made it so that any actionscript attached on the web forum was a scrambled mess on the newsgroup version of the forum. Now MM has really outdone themselves. Now any actionscript code attached in the web forum is completely missing from the newsgroup posts. Just completely blank. ...more >>

FLASH CHAT FREELANCE WORK OFFERED
Posted by pussywillow NO[at]SPAM mail.ru at 11/27/2004 2:49:37 PM
Hi - I'm interested in developing a Flash Chat application on the web. I've put a spec here: www.webwriter.co.uk/chat Is any gifted coder up for that? Thanks Justin flashchat @ webwriter.co.uk...more >>

pixel font
Posted by bitok at 11/27/2004 2:04:50 PM
hi, i'm trying to read external XML formatted (with css) content into flash mx. i'm succefull if i use text1 tag, but with text2 tag the text don't appears, if i use embed fonts in the text box, and don't recognize the font, if i don't use embed. how can i show formatted pixel text using xm...more >>

stop flash movie from streaming
Posted by fats083 at 11/27/2004 12:27:30 PM
Hi there, I?m a newbie to flash mx & I?ve made a simple movie with a preloader & a progress bar, what?s the script that stops the movie from streaming & start playing after it has completed downloading. Any help is greatly appreciated. ...more >>

LOAD DYNAMIC DATA FROM MYSQL INTO FLASH
Posted by rogernem at 11/27/2004 11:24:07 AM
I have 2 names in my database. This is the code to list them IS: LIST.PHP [php] <? $server = "localhost"; $user = "admin"; $pass = "admin"; $db = "flash"; $conn = mysql_connect($server,$user,$pass); $db = mysql_select_db($db); $sql="SELECT...more >>

Christmas calender/Date & Hour fuctions
Posted by K4SSU at 11/27/2004 7:05:18 AM
Im trying to do a christmas calender, but I stopped on a problem. How could do a ActionScript that would go to a different section of the timeline on a surtain day or time. Example! I named 24 new section on the timeline. The sections are named 1, 2, 3.... I want that on 24. December 2004 it w...more >>

action on right click of mouse
Posted by MATHEWS..JOHN at 11/27/2004 6:27:48 AM
Is it possible to assign some action on right click of the mouse in flash .. its very urgent please if anybody can help.. thanx...more >>

time Invertal of loop ?
Posted by lancelott at 11/27/2004 6:17:21 AM
I have a 'for' loop. But how can I control the time interval between every two interations? example, the loop iterates every 3 seconds?...more >>

Streaming Sound with a loop
Posted by ScottWhitty at 11/27/2004 5:42:37 AM
Hi there. I've got a small animation, 2 frames, using action script to draw falling snow. This effect uses a gotoandplay handler. I wish to play a streaming mp3 as well, when the animation starts. The problem is the gotoandplay handler in frame 2 resets the audio streaming and kills the aud...more >>

Open New Page, Close Current One
Posted by Rick100 at 11/27/2004 4:57:25 AM
When my flash movie ends, I want to open a new page and then close the current one. How do I use ActionScript to do this?...more >>

problem with loadVariables
Posted by henri at 11/27/2004 4:44:08 AM
I use Flash 6 Could you help me please. Hello I have a text files with three variables named "one", "two" and "three" I have three occurence of a movieClip containing a text. on frame one I put the Action Script : loadVariables("mesvar.txt","_root"); this.myClip1_mc.mytext_txt.text = _root...more >>

Issues with Stage.onResize and TextArea
Posted by J_o_h_n_n_y at 11/27/2004 4:08:02 AM
Hello! I'm having a bit of trouble here trying to deal with resizing my components when a user resizes the stage. First off, heres my code: ------- myListener = new Object(); myListener.onResize = function() { txtArea._x = 10; txtArea._width = Stage.width - 20; txtArea._y = 10...more >>

Problem using sendAndLoad with ASP
Posted by Tim Robertson at 11/27/2004 3:46:33 AM
I have the following code: dataLoader.clear(); dataLoader.userID2 = varforID; dataLoader.userLevel2 = varforlevel; dataLoader.onLoad = checkPostNew; dataLoader.sendAndLoad("postnew.asp", dataLoader, "POST"); For some reason this is not triggering the postnew.asp p...more >>

Get Reference to any object on stage
Posted by 4front at 11/27/2004 3:04:08 AM
I have been able to put the following script into a movie clip or button and get a property using the getProperty function (any property will do, using _name here). on(press){ var nm = getProperty(this,_name); trace(nm); } But would like to place a general script at the timeline ...more >>

Textfield in Button
Posted by mikepeloso at 11/27/2004 2:00:32 AM
I sent this through google but dont know if it went through. I have a button symbol that is made up of a textfield in a layer . I am trying to access the properties of the textfield through actionscript.The textfield and the button both have instance names but I can't get to the textbox throu...more >>

flash pop up
Posted by nuaction at 11/27/2004 1:59:11 AM
flash pop up trying to make work tryed both these tutorials &amp; will not work on PC can anyone help?(embed multiple .swf in dreamweaver) http://www.kirupa.com/developer/mx/centered_popup.htm http://www.kirupa.com/developer/flash5/newwindow.htm ...more >>


DevelopmentNow Blog