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 > february 2004 > threads for friday february 13

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

removing sound objects
Posted by amikin at 2/13/2004 11:35:17 PM
I'm wondering if there is any way to remove a sound object similar to removing a movie clip I've tried using delete(mySoundObj) I've tried putting the sound object inside a movieClip and then removing the movieCli but the sound sounds will not delete. If I don't use a stop, and remove th...more >>


Kill Halo
Posted by jelampitt at 2/13/2004 10:02:37 PM
I've been wading through all the information regarding component theme's, styles, etc. I think I'm more confused about it than when I started All I really need to do is kill the halo on some v2 components I'm using like the scroll pane While I continue to research is there anyone that ...more >>

dynamic text question???
Posted by duppdawg at 2/13/2004 9:57:26 PM
is there a way to create dynamic text that remains anti-aliased? thanks > mark...more >>

Scrollpane scrollbar question
Posted by David O. at 2/13/2004 9:52:55 PM
Does anyone know how to "reset" the vScroller.maxPos property of a Scrollpane As my application adds content within the scrollpane, the maxPos gradually increases. My problem is that after dynamically shortening the contents of my scrollpane, the maxPos property still retains the old value a...more >>

Address all instances of a movie clip at one time
Posted by TheKeith at 2/13/2004 9:42:19 PM
Is there any way to address all instances of a particular movie clip on the stage at one time or automatically create an array of all instances, so that you can cycle through the array addressing each instance individually, much like the getElementsByName() javascript method? Thanks. ...more >>

Variables not updating
Posted by schueymcfee at 2/13/2004 9:40:50 PM
I retreive some variables from PHP and display them in the movie I can only see these new variables if I empty my cache and refresh the browser. How can I update the stage in Flash Director uses updatestage() is there a similar function in Flash Thank ...more >>

edit xml
Posted by pauk at 2/13/2004 9:24:42 PM
HI Is it possible to edit a xml on my webserver through a swf. in the webbrowser :-) PAUK...more >>

MovieClip Buttons won't work
Posted by bojamels at 2/13/2004 9:12:24 PM
I have a very simple movie clip - one frame which contains several buttons (it's a sub-menu). When this clip is placed on the stage, it works perfectly. When I use ActionScript to make the movie clip visible with the rollOver of a seperate button, the clip appears, but it's buttons don't work....more >>



chat room help and advice
Posted by Enen Davey Boy at 2/13/2004 8:15:10 PM
Hell I have just been searching the web for a chat room, I do some asp and have download many source codes and had a look at them, all of which use a refresh meta tag which makes them some what amatuer, I dont have the knowledge to use java and with the downloads and dont like them I w...more >>

Simple AS function question
Posted by roninDLC at 2/13/2004 8:13:23 PM
Why will this not work home_btn.onRollOver = setInterval(delayAction,2000,home); function delayAction (framename:String) var name:String = framename _root.gotoAndStop("name") when this does? caseman_btn.onRollOver = function () _root.gotoAndStop("caseman") I am try...more >>

Number() function
Posted by David O. at 2/13/2004 7:39:47 PM
Try this trace(Number("012")); // that's a zero, a one, and a tw You won't like the result. But I can assure you I like it even less than any of you because this bug caused me 2 1/2 hours of my time tracking down an intermittent bug that was manifesting itself in the most perplexing man...more >>

help dropdown box scripting(if statements i think)
Posted by webmagic69 at 2/13/2004 7:39:33 PM
Ok here's the deal I have a drop-down menu with a million buttons in it that scroll. When you click the button it sends that value text (i.e.. baseball) to the variable in a text box on the screen. Like this.. on (release) /:mag1 = "Baseball Digest" gotoAndPlay ("Scene 3",...more >>

toString equivalent
Posted by findapollo at 2/13/2004 7:34:33 PM
Ok, I've written a simple matrix class and I want to be able to trace the whole matrix to output for debugging Using the function code below, I should be able to do this trace(m.buf()); or this myText.text = m.buf() I get nothing in a trace (it does look like it's printing newlines ...more >>

Horizontall scrolling a site
Posted by Tiller at 2/13/2004 7:09:50 PM

Error Handling
Posted by ass face at 2/13/2004 6:41:25 PM
Is there a way to get specific error codes in Flash. FOr instance when a file doesn't exist and I get the error Error opening URL "file:///C|//MyFile.jpgs I want to know that specifically. Relying on getBytesTotal() isn't good enough or accurate enough ...more >>

eval() and variable for movie clip
Posted by robrobB at 2/13/2004 5:54:04 PM
_root.bannername="profile" normname=_root.bannername dodo=_root.total_banner.profiletbb test=_root.total_banner.eval(normname+"tbb"); //this is the problem that i cannot solv trace(typeof(dodo)); // show moviecli trace(typeof(normname)); // show strin trace(typeof(test)); // show und...more >>

iterate over array to check answers
Posted by rinse at 2/13/2004 4:35:35 PM
I have a form with four rows of five drop down menus each containing numbers. The menus are named like this existence_1, history_1, intentions_1, outcome_1, nextstep_1 (the number at the end corresponds to row it ends up in, there are four rows These drop down menus all have appropriat...more >>

OnChanged event for text fields
Posted by Steven Allison-Bunnell at 2/13/2004 2:48:45 PM
Flash Player 6, authored in MX 2004 on Mac OS 10.3.2 I've been trying to use the onChanged event for a dynamic, selectable text fields and seem to have discovered that this event only fires when a user types something into the text field. It does NOT appear to fire when the text contents chang...more >>

Scoring - Help please, complicated score counter
Posted by red11 at 2/13/2004 2:42:02 PM
I have a graphic on screen with various buttons that the user needs to identify and click on (spotting safety hazards). They need to score 1 point for everyone they spot How do I actionscipt this to say - if the user clicks on any of the following buttons they get a point, if they click on...more >>

flash under Linux?
Posted by André Heßler at 2/13/2004 2:26:07 PM
Hi there! Is it possible to develop Flash-Sites under Linux with the use of open source development tools? Or is there something like an actionscript-compiler that creates swf Files under Linux (licencefree!)? Bye -André- ...more >>

Won't perform the ELSE
Posted by SamInLosAngeles at 2/13/2004 2:09:55 PM
I am fairly new to ActionScript but have some experience in programming. I'm trying to perform a simple if..else statement with the following code //************************************ if (keys_pressed="+") tally=tally+current_number display_number=tally current_number="" } else...more >>

"Nan" returned during preload of external movie
Posted by Simon Beer at 2/13/2004 2:01:25 PM
HELP Using Flash MX (and publishing as Flash 5) and made a movie which preloads a ..swf file into a movie clip Testing it locally with IE it seems works fine and the preloader displays the MovieClip.getBytes variables "total" , "loaded" and "percent" correctly and then starts to play a...more >>

DUPLICATEMOVIECLIP AS BUTTON MYSTERY
Posted by garethdavies at 2/13/2004 2:01:03 PM
Hello al I'm trying to create a gallery consisting of thumbnail images that are drawn from a database which when clicked on will show the full image. I basically get the total number of images from a the database and use it to load in the thumbnails images using duplicateMovieClip, which l...more >>

Dynamic tekst and buttons
Posted by pauk at 2/13/2004 1:37:24 PM
Hi there pls look at this [L=My problem]http://www.pauk.dk/xmlmenu/[/L] Is there a way to get this to work hope that someone have a Idea...more >>

Exploring your computer from within a Flash prog
Posted by Dello at 2/13/2004 1:33:23 PM
H My question is the title really. Perhaps there's a plugin for it or something I was also hoping if I could tell Flash to represent everthing with my own graphics (replacing the icons and style in which everything is presented) Any help would be greatly appreciated ...more >>

Actionscript differences between Flash 5 and MX
Posted by dmeyer11 at 2/13/2004 12:28:05 PM
Hello I have built a simple web based Flash MX form that I need to publish back to Flash 5. However, when I publish to Flash 5, I receive errors stating that my ..swf will only work in Flash 6. What are the significant differences for buttons and form input between versions 5 and 6 T...more >>

POSTING LoadVariablesNum to php script
Posted by jakalyzer at 2/13/2004 11:35:24 AM
HI, everyone = I'm trying to send a variable by LoadVariablesNum to my php script and it do somthing it wont swf file is inside my php page , it an animated nav menu that sends to it's containing page a variable for each button on release the php script includes for any different var a ...more >>

LoadMovieNum() and Fade?
Posted by Mark McCarthy at 2/13/2004 10:00:27 AM
Hi folks, I am loading movies in and out of levels 2 and 3 //loadMovieNum("create.swf", 2); what I was wondering is if it was possible to target these movies, as a whole, so I could run the following script on them. if (this._alpha<20) { this.float_alpha += 5; this._alpha = this....more >>

Flash behaves differently on different Browsers!
Posted by Geoff R at 2/13/2004 9:47:52 AM
I understood that a Flash file would behave the same in any browser as long as the plug in was installed on the browser. I have a simple Flash file that is playing some audio with a play bar and some animation. Works fine in IE6 but doesn't play at all in recent version of Mozilla (or early v...more >>

v1 or v2 of components to use???
Posted by AnyaLee at 2/13/2004 8:00:22 AM
Dear folks I'm creating a DE course for the medical doctors. A big component of this course is a flash interaction where the doctors will have to choose from 20 questions which questions are the appropriate questions to ask. There will be check boxes next to each question. Then each tim...more >>

how to breakup a image
Posted by majormurali at 2/13/2004 6:55:29 AM
hi , how to break up a image into small pieces thru action script run time it is very urgent regards major murali...more >>

setScrollPosition() 2004 ui components
Posted by srichter at 2/13/2004 4:29:24 AM
The method setScrollPosition() seems to be broken in the 2004 ui components.. for the data grid and list box both, nether will set or setScrollPosition() . is anyone else experenceing this.. here is a link to the application [L=mp3Player]http://www.flynmonkey.com/lp/player.swf[/L ... hit the...more >>

open new window in flash?
Posted by oxbownick at 2/13/2004 3:40:36 AM
i have a button that i want to open a new window of a .jpg, how can i do that in Flash? Here's the code i tried but didn't work -------------------------------------------------- on (release) function winopen() win = window.open("images/me_joshlg.jpg", "toolbar=no,location=no,directo...more >>

Controlling Sent Variables in getURL
Posted by poopyman67 at 2/13/2004 2:25:22 AM
is there a way to control sent variables using getURL. Ive tried putting them into the second set, but it doesn't seem to work... (ie:getURL("site.com", "variables","GET") thx...more >>

very easy question here, plz help me!!!
Posted by deb_23 at 2/13/2004 1:57:26 AM
hey all, ive got a really simple problem here but i cant figure it out. what im trying to do is get a movie to load when the user rolls over a a button (like the buttons are arranged down the left of the screen and when the user rolls over each different button a different movie loads in the m...more >>

Easy Question
Posted by jalochi at 2/13/2004 1:05:50 AM
I have a button inside of a movie clip and I would like to know which action do I have to give for playing "Scene 2" of the main movie and not inside the movie clip. Best regards, Jalochi...more >>

Scrollpane Problems, help!!!
Posted by adi_c_adi at 2/13/2004 12:55:19 AM
Hell I am trying to use the getScrollPosition function with ScrollPane, but it returns the 'undefine' value using this code var curScroll = this.getScrollPosition() trace (curScroll.x) what can i do? Can some one help Id ...more >>

Can you externally controlling a swf.
Posted by windsor at 2/13/2004 12:52:42 AM
Is there any way to externally control a swf file? For example I have 2 seperate swf files on the same html document. When I press a button in swf(A) I want to be able to controll the frame head of swf (B) and send it to a different frame. Is this possible? If anyone could help, that be awes...more >>

Problems posting variables with loadvars()
Posted by schueymcfee at 2/13/2004 12:28:13 AM
Hi I'm passing some variables to a PHP file using loadvars().send. The problem is I want to stay in the movie - I just want the PHP script to update a database, but when I call this script it opens a blank browser with the URL of the PHP script If I set the target to _self then the mov...more >>


DevelopmentNow Blog