Psst! Did you know DevelopmentNow is a mobile web site design agency?

Contact us for help mobilizing your site, or to sign up for our beta Mobile Web SDK!


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 > april 2006 > threads for thursday april 6

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

Flash Installer
Posted by chayil at 4/6/2006 11:55:44 PM
Can someone provide guidance on how to build a flash installer? Thanks Chayil:sun;...more >>

How is this navigation done?
Posted by amyinbrooklyn at 4/6/2006 11:41:54 PM
http://www.eurythmics.com/index_e.htm I'm assuming it's a drag feature but how do they do it in 3D? ...more >>

Advanced "Calling a PDF"
Posted by beevyarr at 4/6/2006 11:18:28 PM
This is probably more of an .html dilemma, but I'm curious how to open a .pdf from my Flash webpage, without losing the page. By opening the .pdf in a blank window, the browser likes to open a blank window, then open the .pdf in another application (Acrobat or Preview), leaving a blank browse...more >>

Removing right scrollbar completely
Posted by I.M.P. at 4/6/2006 9:45:07 PM
What code is needed to completely remove the imbeded scroll bar on the right edge of IE? Ive seen sites that have removed in favor of a custom one in a different location. I've heard its just a simple scroll = no but I cant get rid of it. I can get it to not scroll but its still there. M...more >>

Dynamic text works, until i put it within a mask
Posted by domerdel at 4/6/2006 9:39:27 PM
I'm basically using this code: This is my text file: &text01link=http://www.dominicdesign.com &text01=<b>News/Updates</b> And within my flash file I have this Scene 1: stop(); loadVariables("text.txt", "_root.textMovie"); Now, If I just test the dynamics, it works fine. Howe...more >>

my flash is not responding to java script or sfcomands
Posted by hsheffer at 4/6/2006 9:35:32 PM
hi I was trying to create a popup window. I tried all the scripts that I found on the web (all java scripts) for that action, step by step, and got to a conclusion that for some reason there is a failure in the connection to the java script. looks like the boton dose not get any command. d...more >>

Problem with WebServices once flash is embedded...
Posted by HypnoticVisions at 4/6/2006 9:11:37 PM
For some reason this application works as it should in the flash dev environment, yet once it's in a PHP page it won't access or talk to the WebService as it should. Is there something extra I need to include the the SWF embedded in a page will access the WebService properly? ...more >>

Delaying swapDepths
Posted by TiJayOldroyd at 4/6/2006 8:53:07 PM
I have a alphaTo tween taking 1.2 seconds... 1.2 seconds after onPress, the alpha drops to 0, and shows what is behind it. the problem is, one of them has buttons on it, and even though the user can't see the top button, it's stuill there, and covering over the smaller buttons behind it...how...more >>



setInterval problem...
Posted by lostinscript at 4/6/2006 8:26:33 PM
Hi, In a game im making im trying to get a movie clip to appear on stage (which is not a problem so far) every few seconds (say 5 seconds) and then move (left or right) according to weather the mouse is to the left or right of another (the main character) movie clip already on the stage....more >>

checking for movie clip
Posted by adolfo chavez at 4/6/2006 7:53:35 PM
I have a mc button that when clicked generates a empty mc, puts a text field in it and displays text ("hi!"). The problem is if one were to keep hitting the copies of that mc and text field are made over and over. i figure that there must be some way to check for the existence of the clip ...more >>

Flash PHP Mailer/Info Request
Posted by A_Matthias at 4/6/2006 7:06:03 PM
I'm trying to a brochure request form to work on my friend's wakeboard camp website. The address is "http://www.wakeboardingcamp.com/brochure.html". In the Flash file I have the following script on the actions layer: stop(); send_mc.onRelease = function() { mail($address, $subject, $mes...more >>

Text variable with link
Posted by mike warby at 4/6/2006 7:05:45 PM
A beginner so please be gentle with me. I am trying to achieve the following: Have a Dynamic text box that we change the text in. we do on a button on (release) { var text1:String = "Bart"; } The text box shows Bart. I now need to make bart onclick link to http://www.some...more >>

Calling a PDF
Posted by JP.Harron at 4/6/2006 6:55:50 PM
I need a script for a button, when clicked it opens an external PDF document in Acrobat or whatever. I also need a script for a download button to download that document from the CD to the users computer. Can anyone help me out? ...more >>

operator issue
Posted by stefstuff at 4/6/2006 6:50:42 PM
Just started learning actionscript, and I was following along with a tutorial for a simple tween when a button is clicked. I thought I did exactly as instructed... odd that it gives me 5 errors. I've checked it and re-checked it... still have no idea what's wrong. This is all new territory for...more >>

Controlling an External SWF
Posted by Spot3313 at 4/6/2006 5:58:36 PM
Hey, my movie starts off by loading a swf into a blank MC. Then unloads it and loads in another, when i hit close i want it to go back to the first swf. This is the code ive written on (release) { _root.car_hold.loadMovie("carDrive_IN.swf") with ("carDrive_IN.swf") { ...more >>

Changing specific color in a bitmap...
Posted by samsan75 at 4/6/2006 5:01:10 PM
I im having problem solving this .... Is it possible to change a specific color on a bitmap ??? Lets say i have a bitmap of a blue coup and want to change the blue color to red, (the only blue color in the bitmap is that of the coup).... Please help ... /Samsan ...more >>

scrollPane gets outlined --- help, what is it??
Posted by w m d at 4/6/2006 3:52:35 PM
Hi- Here's a very basic Flash movie that has a scrollPane component ( I dont like scrollPanes, but I'm dealing with a scrollPane for now) : http://www.swisshall.com/orect/orig.html Then here's the same Flash movie loaded (using loadMovie) into an emptyclip in an otherwise empty Flash...more >>

how can i check how many characters?
Posted by krustafarian at 4/6/2006 3:41:06 PM
can anyone show me a script that gets the number of characters in a string loaded from an external 'txt' file into a dynamic text box.? please....more >>

Flash 8 question
Posted by luciewong at 4/6/2006 3:20:19 PM
When I remember this right, it was announced that in Flash 8 developers would have the chance to define Meta Tags and Key words for search machines. I can't find anything in Flash 8!? Could someone point me to there? ...more >>

Open in Same Window
Posted by ibawolfe at 4/6/2006 3:10:54 PM
I am rather new to Flash. I have created several drop down buttons in flash for a webpage. I have set the action to open the links in the same window but they are opening in a new window. I am wondering if it is because when opened the flash buttons come down too far on the page. Is there ...more >>

Need Help Decoding info using LoadVars
Posted by vivalasmecca at 4/6/2006 2:59:06 PM
When I use LoadVars to pull in data from a server and then trace what comes in, it looks like this: 27%0D%0A=&onLoad=%5Btype%20Function%5D where '27' is the only actual piece of data I need. Is there some way of omitting all that other stuff? Should I have the server send it back with a ...more >>

alphaTo(...not changing full symbol...
Posted by TiJayOldroyd at 4/6/2006 1:56:27 PM
this.alphaTo(0, 1.2, customEasing1); that is the code I used, but all it is changing is the outline of my box...it isn't changing the white background, or the black text. I have another box of the exact same dimensions, doing the exact same tweens at the exact same time nested behind it, a...more >>

Pixel color
Posted by khaledmahmoud at 4/6/2006 1:23:08 PM
Hi all... Can I get the color of a pixel with ActionScript like Eyedropper tool?...more >>

Sharing variables in classes
Posted by Grinshtein at 4/6/2006 1:21:46 PM
I want to make the variables in bold available to the rest of the class, here's the structure of the class: class ABC { var fooTitle:Array; var fooBody:Array; var fooRef:Array; function ABC() { populateFoo(); } public function populateFoo():Void { var fooXml...more >>

Playback and Skip? Actionscript
Posted by Kaneon at 4/6/2006 1:17:07 PM
Hi there :D, I am building a flash website atm. What I wanna do is: on mouse release = play the animation and once it has come to the last frame of the animation make the playhead skip to a different frame. Can anyone help me plz? :D ...more >>

help with a recuring, general problem
Posted by (_seb_) at 4/6/2006 1:10:26 PM
Hi all I am working on two different Flash sites, which are complicated for my knowledge of Flash, and in both projects, I am running into a similar problem. I think there is some basic thing I am not understanding about actionScript; maybe you can pinpoint the problem. In a nutshell, in ...more >>

_level question
Posted by Grinshtein at 4/6/2006 12:32:20 PM
Is there a way to get the _level number that a movie is loaded into? I have a .as script and I want to do attachMovie() from one of the functions, but it only works when I do _level1.attachMovie(). _parent.attachMovie() doesn't work, neither does this.attachMovie(), so I'm looking for a...more >>

how to change border color of input textbox
Posted by Raheel KSE at 4/6/2006 10:26:17 AM
hi, everyone know that in flash we have 3 types of texts in Flash (1.static, 2.Input, 3.Dynamic). I'v created a textbox using "Input type" and selects "border" option from the property window. any possilbity to change the border color of that input textbox ?? plz help me to find the soloutio...more >>

can i protect my .fla (not swf)
Posted by Raheel KSE at 4/6/2006 10:21:17 AM
hi evrybdy, can anybdy tell me, how can I protect my (.FLA) file because one of my client need the source file i.e: fla. plz tell me any link or software that help me to do. Thanks. Raheel...more >>

geturl not working of ferris wheel effect
Posted by beyondthebrand at 4/6/2006 9:15:18 AM
Hi, Thanks to Rob i have managed to get the effect i want and he has kindly given me the code to add a geturl to each of the images on the ferris wheel effect. The only thing is that when i view it it does not work so maybe i am missing somthing, see what you guys think: // create an ...more >>

Check Box Component
Posted by LISTi at 4/6/2006 8:10:38 AM
Is it possible to make two check box components mutually exclusive?...more >>

Save as image file
Posted by Manu Palasery at 4/6/2006 7:09:00 AM
Hi, The swf receives values externally and draws a graph accordingly and this image has to be saved as gif or jpeg in a folder. Is this possible. Thanks, Manu...more >>

Sound analysis via actionscript
Posted by MobyDick at 4/6/2006 7:04:09 AM
Hello, is there a way to read the sound level inside an audio file via actionscript? I'm not relating to the output volume (which I can set with setVolume). Thanks for your answers ...more >>

getURL not working in IE??
Posted by abeall at 4/6/2006 6:06:46 AM
I can't remember the last time I've been so tired and frusterated of Flash. It's 2am and I just spent the last 2 hours trying to solve this problem: getURL("anything at all"); does nothing at all in IE. No warning, no nothing, just silence. I know the code block is being executed by plac...more >>

Turning off all sounds with buttton
Posted by Asesino at 4/6/2006 5:00:25 AM
I have a toggle volume control that has the following code below. What I'd like to do is turn off all the sounds in my swf, not just one. I tried duplicating the attachSound code but it stops the last line of code with attach. With the code below it stops my sound linkage name "MySoundTrack" I...more >>

Skip to a specific frame in a scene
Posted by Yuibine at 4/6/2006 4:25:45 AM
Ok i got a code from the help om Flash 8 pro and it said i could skip scenes and frames but when i tried it it could only skip to the next scene and the first frame. and only one button works! so can u help he with another code. O ya i was wondering how could u apply a action into the button i...more >>

Background not filling correctly
Posted by Oneofayykind at 4/6/2006 2:53:20 AM
I have a background that is a bitmap image. I created it in photoshop with a 4x4 stage. (Let me just say I'm new to this actionscript and copied my code from a tutorial.) So I made my stage 4x4 with a transparent background. I then drew a white line diagonally and made the layer opacity 40%. ...more >>

Sound position incorrect with multiple MP3s
Posted by JDRives at 4/6/2006 2:09:34 AM
Hi all, I have a slideshow that has a few different soundtracks that are loaded in dynamically depending on which slide is showing. I have a Pause button that pauses the slideshow and soundtrack and records the position of the soundtrack, so that when the Play button is pressed, the slideshow ...more >>

Passing dynamic URL to Flash
Posted by Adwiz at 4/6/2006 1:37:06 AM
I have a banner ad with an embedded URL. However, I want to enable the people using the ad to include a dynamic ID so that when people click on the ad the receiving page recognizes their ID code, so the URL must be in the form of <http://www.domain.com/?referralcode=0000>. I figure the best wa...more >>


DevelopmentNow Blog