Groups | Blog | Home


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 2007 > threads for wednesday april 25

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

Get full file path at Flash 8 upload tutorial at FlashDB
Posted by M?rio Diogo at 4/25/2007 11:57:51 PM
Hello, i have seen and download the files for this tutorial at Flash DB, explaining how to upload files via flash 8. The tutorial is at http://www.flash-db.com/Tutorials/upload/ My question is: How can i get the full path fo the file i am uploading? Instead of having just my file name, i...more >>

Complete Newb Question.
Posted by maxheight at 4/25/2007 11:39:15 PM
What does "import flash.geom.Matrix" mean? Where is it imported from? I thought it was the path "flash/geom/Matrix. Am I supposed to create that path in my directory? I have downloaded several .as files but I have NO idea how to implement them. Do I use an import statement for that too? ...more >>

Bend a Movieclip
Posted by iloveregistering at 4/25/2007 11:08:28 PM
I want to bend my Movieclip. So this: || does this: )) or this: (( how can I do this?...more >>

Is that any AS to rotate swfs in and out?
Posted by BlackHatHunter at 4/25/2007 10:57:31 PM
I tried to do a search on this but didn't know what keywords to search for: I need to rotate several flash animations on my page. I would like to have a swf fade out and another seperate swf fade in. I could just make a long flash animation that had all of the swfs in it, but some of the ani...more >>

unloading xml file, then loading new
Posted by dzedward at 4/25/2007 9:59:30 PM
how do i unload an xml file and load a new file once something has been clicked.. im able to load the new xml, but it sits ontop of the one i want to unload....more >>

Socket "Security sandbox violation"
Posted by Holtzer at 4/25/2007 9:32:38 PM
Hi, Using flash cs3, scripting in AS3. I have a .net application on the localhost listening on port 1090. My "publish -> settings -> local playback security" is set to "Access network only". 1. When I try to connect I succeed. 2. The listener side immediately receives 23 bytes of data...more >>

Format Hard Disk with Macromedia Flash 8.0
Posted by SamanB at 4/25/2007 7:04:04 PM
i Want to Prompet to User For Format the hard Drive. plz Help.!! ...more >>

attachMovie ques
Posted by jlucchesi at 4/25/2007 3:48:15 PM
Hi - I'm using the code below to bring mcs from the Library to the stage. It works fine until I tried to add the x,y at the end. I thought there was a way to include _x and _y coordinates to the same statement as the attactMovie. Is there? TIA the correct way to accomplish this. jl...more >>



setTimeout in Flash MX/Flash 6 player?
Posted by Erez Carmel at 4/25/2007 3:21:02 PM
Is it possible to use setTimeout in Flash MX and in the older Flash player versions? I understand that setTimeout function exist only from Flash 8, so how can I "create" it in older versions? Is it possible doing the setTimeout action with setInterval? How? ...more >>

Automatic tabbing
Posted by rc3rdmd at 4/25/2007 2:51:29 PM
I've created a Flash application (.exe file) and I just noticed when you hit the TAB key, a yellow highlight appears and cycles through all the buttons on the screen. Anyway to alter this or turn it off ? Thanks. Rob Childress ...more >>

Dropdown ComboBox
Posted by BigdaddyVELTRI at 4/25/2007 2:14:59 PM
I want to jump to a frame label when a selection is made in a dropdown ComboBox. I tried this but it's not working. Any help will be much appreciated. if (contactForm.dropdown.text == "Design 1001b") { gotoAndStop ("a"); } else { gotoAndStop ("b"); } ...more >>

Running on browser or projector?
Posted by jfbaro_uk at 4/25/2007 1:54:38 PM
Hi, Is there any way to find out if the SWF is running in a browser or projector? Cheers ...more >>

Target path to a movieclip in AS3
Posted by Newt99 at 4/25/2007 1:23:03 PM
Hello, In AS2, I would do this to store a reference to a movie clip: var mc_mymovieclip:Movieclip = _root.mc_world.mc_continent; Thereafter, I could use mc_mymovieclip in my class. In AS3, doing the same thing does not work. How can I do that (if possible) ? Best regards. ...more >>

how to stop a tween class or continueTo
Posted by cat14 at 4/25/2007 3:55:56 AM
i've created a motion with a tween class. how can i stop the "continueTo" function? and direct to a new target position? var t1:Object = new Tween(this, "_x", Elastic.easeOut, this._x, targetx, 5, true); t1.onMotionFinished = function() { t1.continueTo(targetx, 5); }; ...more >>

Password Field Question
Posted by bcounts at 4/25/2007 12:19:06 AM
I am working on an advanced login page . . . I have an idea but I am not sure how to execute and could not find any help on google or the forums. I want to replace the standard * symbol you get when you type in a password field with a custom circle (see link below for a example image) ht...more >>

What is wrong?
Posted by Nigs at 4/25/2007 12:00:00 AM
I am a novice and admit that I am really struggling. So, what do I want to do? I have created a slideshow where the user can go forwards and backwards but I also wnat the user to be able to go back to the beginning at any point. I have got my manuals out and searched but nothing is working. Th...more >>

Certification
Posted by fredula at 4/25/2007 12:00:00 AM
Hi there, I hope someone can help me. I would like to take the Macromedia flash 8 developer certification exam. Adobe.com only has info on the mx developer exam. Although Thompsom Prometric(http://www.prometric.com) has the flash 8 exam listed. Has anyone here done the exam, and if so whi...more >>

how to prevent flash intro to be played each time
Posted by spiderPimp at 4/25/2007 12:00:00 AM
Ive bought recently a flash header for my website. Its mailny purpose is to look good and provide me a menu. So basicly the header is flash, the rest of the site is html. Now, my problem is that id like to like the intro of flash to be played only once, when user is visiting my site for the ...more >>

Disble Cell of Tree Component
Posted by Ankur Arora at 4/25/2007 12:00:00 AM
I want to add a property to the rows/cells of Tree component, by which I can enable and disable the clicking of the rows. Any idea? Thanks in advance Ankur Arora...more >>

loadClip: size problem
Posted by valderama2 at 4/25/2007 12:00:00 AM
Dear Community! I load a jpeg on a movieClip with a MovieClipLoader. I get the size of the jpeg in the onLoadInit function and resize the movieClip to the wanted size. The problem is that I just the correct size of jpeg the first time I load a jpeg in this frame and this movieClip. The siz...more >>

Create dynamic trajectory
Posted by gigisfarleaza at 4/25/2007 12:00:00 AM
I have an animation with an airplane that flies on the stage from one end to the other. I have made a curve trajectory using motion tween, but I would like to create a random dynamic trajectory. Any idea how can i do that ? Is is possible to create dynamic motion tween ? ...more >>


DevelopmentNow Blog