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 > february 2006 > threads for wednesday february 22

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

getURL Actionscript not working
Posted by Brian Battles at 2/22/2006 11:47:07 PM
I set this Actionscript for a button in my Flash movie. I tested it on my website and I get no action from clicking on the button. on (release) { getURL("http://www.mywebsite.com/cd/richard", "_blank"); } ...more >>


Loop and go
Posted by Brian Battles at 2/22/2006 11:13:10 PM
At the end of 120 frames my Flash movie loops five frames continuously. I would like to have those five frames loop 10 times then continue further along the timeline. Where can I find the action script to control this activity? ...more >>

Automatic completion?
Posted by Father_Chaos at 2/22/2006 10:13:03 PM
Hi, where can I find all the things that show what you can do with them? Like when you type Math., you can see everything... It's the same with Key., where can I find others than Key and Math?...more >>

AS 2.0 Issue, setting xy position of a MC
Posted by ChrisFlynn at 2/22/2006 9:54:28 PM
Hi all I'm a newb to AS 2.0, (but I know AS 1.0 inside and out) and I'm coming across this problem that is just confusing me, just because it should just work. But I think I need another set of eyes to look at it. I created an square MC in an fla, called "square". I have a class that's ...more >>

timeline.reverseFrames()
Posted by klpts at 2/22/2006 9:47:55 PM
Hello, I am curious on how to create a button that runs this. What i want to do, and i'm not sure this is even what i use, but i want to have a clip that plays and there is a forward button(done) and then a reverse one that plays that exact item backwards. I don't want to recreate it in the ti...more >>

loadMovie event confusion
Posted by ekora at 2/22/2006 9:47:40 PM
Hi, I'm trying to use loadMovie to load an external swf. I don't want to use a button to launch these external swfs, I'd like them to load as I get to a particular frame. So I've tried using: onClipEvent (load){ loadMovie("_Frame.swf",1); } That seems to work ok evethough this ...more >>

Determine a labelled frame from a swf?
Posted by SunSeekerNC at 2/22/2006 8:59:28 PM
Hi: Let's say I have .swf A and B. Swf B is loaded into a mc in swf A through loadMovie. Both swf A and B have labelled frames in them. Is there a way that swf A can determine if swf B is on a particular named (labelled) frame? For instance, when swf B (is loaded into swf A) and swf B...more >>

printing single frames
Posted by mattroberts78 at 2/22/2006 8:33:05 PM
Is there a simple way to have flash only print one designated frame. I've created an interactive map for my companies website and with each different state the user selects, different information will show up at the bottom of my stage. I'd like to create a print button that will print whatev...more >>



limit flash movie to loop only 3 times
Posted by Media Post at 2/22/2006 8:05:13 PM
Hi! I've looked through the forum and thought I had found some scripts that would make a flash movie loop only 3 times, but the movie keeps repeating continuously. I'm using Flash MX (not 2004) and exporting my movie as a flash player 6 file. Here's what I'd like to do....I have created a fl...more >>

upcounting sharedobjects
Posted by N.H.L. at 2/22/2006 7:45:06 PM
Continue from the http://www.macromedia.com/cfusion/webforums/forum/messageview.cfm?catid=288&thre adid=1120562&STARTPAGE=1&FTVAR_FORUMVIEWTMP=Linear. I'm trying to put a sharedobject into this flash to store the data local on the pc, but it's not working :( You can see it http://flash.4dim...more >>

createEmptyMovieClip assigns movie clip to wrong parent
Posted by DStalefish at 2/22/2006 7:29:20 PM
Ok, I've got an issue here that I can't fix for the life of me. The code I have goes like this: var newLetter:MovieClip = this.createEmptyMovieClip( "newText"+currentChunk, this.getNextHighestDepth() ); it's in an object, and I call the object multiple times. The first few times I ca...more >>

audio on / off
Posted by leanne827 at 2/22/2006 5:53:14 PM
hi all i have a visible audio button that works well with music : on/off i also have a trailer button that when clicked launches a html pop up window. also when the trailer button is clicked it stops all sound in the flash movie. i would like the sound to resume once the user closes the ...more >>

flash 8 remoting publishing problem
Posted by jallred at 2/22/2006 5:50:11 PM
I have a movie that was developed in Flash MX 2004 Actionscript 1.0. I am now trying to publish the movie from withing Flash 8 (with publish settings of Flash Player 7, Actionscript 1.0). The file utilizes flash remoting. Previously I used the line #include "NetServices.as" to include th...more >>

pop up window always on top
Posted by leanne827 at 2/22/2006 5:25:35 PM
hi all i know how to open a pop up window from flash. my question is how do i keep the pop up on top even if the user clicks on the broswer window under the pop up? is there a script that keeps the pop up window on top? thanks ...more >>

loadmovieclip and dulicatemovieclip - bug
Posted by CastTen at 2/22/2006 4:49:16 PM
Hi, I often use the technic to build one movieclip on stage and later duplicate multiple instance of it and give them nice programming. But, when I do use the loadMovie command it seem not to work. Example: // 1st frame: load a clip in a given instance i_mc.loadMovie("pix/1.swf"); ...more >>

keyPress
Posted by muy_nueva_en_esto at 2/22/2006 4:28:04 PM
Hi! I am working on a flash presentation. The movie should advance every time the user presses a key... I read that to accomplish this, I only have to create a botton and assign an actionscript like this one for instance: on (keyPress "<Left>") { gotoAndPlay(2); } But it doesn?t w...more >>

problem with snow
Posted by deathgod57 at 2/22/2006 4:22:56 PM
I have the code for making snow fall, but I need to know to things. 1. What part of the action window do I insert the code? 2.I tried and could only get one snowflake to fall. How can I get it so that several fall at once? I'd really appreciate the help ...more >>

building 52 cards in an array
Posted by skot:317 at 2/22/2006 4:10:48 PM
What's wrong in this code? I have an array for suits (hearts, diamons, clubs, spades), an array for faces (2,3,4,-j,q,k,a). I'm trying to combine them to create a full deck in an array, like this: cardSuit_array = ["S","C","D","H"]; cardFace_array = ["1","2","3","4","5","6","7","8"...more >>

Loading External Files
Posted by JP.Harron at 2/22/2006 4:10:41 PM
Does anyone know an easy way to load PDF (stored externally on CD) files from a Flash movie running off a CD-ROM?...more >>

OnRollOver help
Posted by joedisney at 2/22/2006 3:36:52 PM
I am using Flash 8 and am trying to use an OnRollOver button to act like a drop down box but I am having trouble. I have text on layer 1 and then created layer 2 and put an invisible button over the text in that layer. I have a movie clip in the library called dropdown and would like it to dis...more >>

generate an email based on information from flash clip
Posted by amplexus at 2/22/2006 3:36:30 PM
hi i have to create a simple site for a local burrito joint, and they do corporate catering. they want to have a page with an order form, that once filled out, generates an email that will be sent to them with all the order info. is this possible? I want to use fireworks to creat...more >>

Button obscures Menu
Posted by wushupork at 2/22/2006 3:35:49 PM
Hi, I am creating buttons and menus dynamically via actionscript. I have 2 rows of buttons and each button, when clicked on, opens a dropdown menu right below it. For some reason, the buttons on the 2nd row ALWAYS obscure the menus that pop up on the top row. I've tried creating the m...more >>

How can I get the actual url, where my movie will be shown?
Posted by surus at 2/22/2006 3:31:25 PM
Sorry for my bad englis :-( How can I get the actual url, where my movie will be shown? I have one movie and would like to place it on different sites. Now I want to know how often will be clicked on this movie. How can I get in my PHP file information about current URL, where my movie was...more >>

Dynamic external text with Scroll bar prob
Posted by Gater at 2/22/2006 3:11:36 PM
Dear Forum, I have an external text file (starts: content=) which loads into a dynamic text field with the var content on that frame I have the script: loadVariablesNum("text.txt", 0); all which works fine, all I want is to be able to add a Scrollbar component. When I test the movie i ...more >>

Anti-alaising a dynamically created text field
Posted by _bigmac at 2/22/2006 2:39:51 PM
Does anyone know of a way to enable anti-aliasing on a text field created with the 'createTextField' command? Thanks!...more >>

loading images from outside source into movie
Posted by amplexus at 2/22/2006 2:33:55 PM
Hi. I have an artist client who wants to be able to have a movie shell gallery that will be able to display 10-15 images that he can change by uploading them to a server with a specific filename, and have flash load the info in for each page. i need to know the actionscript for this (...more >>

_root & lockroot problem - !!quick answer needed
Posted by azizk at 2/22/2006 2:22:22 PM
Hi to all. I'm in a hurry and stuck with a problem. I'm loading and external flash file with the help of a movieclip but I've got the _root problem. The file I load has 2 actionscripty things. 1) scroll 2) links to other external files. The problem is, if I use the lockroot comman...more >>

bitmap fill dynamically
Posted by GeorgeLewis at 2/22/2006 2:18:01 PM
i am drawing some objects in runtime using the beginFill, endFill , lineTo commands and i want to fill my objects with texture bitmaps instead of plain colors, please help me...more >>

unloading a level within a movie
Posted by krustafarian at 2/22/2006 1:57:59 PM
sorry for the repost. i just cant work this out! i'm creating a movieclip within my container movieclip like this... mc_container.createEmptyMovieClip('mc_1', mc_container.getNextHighestDepth()); each new chosen movieclip (mc_2, mc_38, mc_21 etc...) within the container loads on top o...more >>

Foreign Characters in Flash
Posted by bderber at 2/22/2006 1:47:03 PM
I am embarking on my first project that will have multiple languages. The project is entirely action-script which is #included. I currently publish for the flash 6 player to reach the widest installed base. All text is in an external file but the current version sets codepage to true (I wil...more >>

List Component Question
Posted by Jason Cook at 2/22/2006 12:24:24 PM
I'm not even sure if this is the best way to do this. I am making a map similar to Google's maps. I want a scrollable list of rooms and if I click on one of the room names it performs my function jumpTo(x,y). The jumpTo function works, I don't know how to trigger it based on a list item se...more >>

interact with flash using external file (txt,xml,html?)
Posted by Scotty at 2/22/2006 7:11:34 AM
Hey, I know how to read an external text file into flash, but I now have a different issue... I have a flash file (flash8 pro) that has three status lights (blinking movie clips -red,yellow,green). I want my customer to be able to change these status lights by editing an external file...(tx...more >>

preloader knowledge assistance requested
Posted by .::Dr. J::. at 2/22/2006 4:21:09 AM
Can anyone refer me to more information on creating progress actions during a preloader? Visualize a string of boxes at the outset of the loader. As the site loads, one by one the box pops up to be a bigger size. pop - pop - pop - pop - pop (and when they're all the bigger size) ...100% ...more >>

Using _global.foobar vs. this.foobar for global variables
Posted by MatthewFord at 2/22/2006 4:18:24 AM
Hi everyone; this forum is very useful and I've gotten good help here. I'm trying to adapt to decent coding practice after a lot of self-teaching of ugly shortcuts. I have all my code in a .as file, stuffed into a class extending a holder movieclip at the root of my .fla. So far (hopeful...more >>

collisions
Posted by DarkVortex at 2/22/2006 2:18:57 AM
Sorry, but im kinda new at flash and i've searched everywhere to find out how to have things happen when there is a collision. This is my code, i may not even be close but as i said, im a beginner... onClipEvent (mouseMove) { if (_root.follow.hitTest(walls)); { gotoAndStop(5) }...more >>

Flash Calanders
Posted by Stu Boy at 2/22/2006 1:59:05 AM
I was wondering if it was possible to use the calendar component to make a calander that when ever the user scrolls over it when there is an event, that a message box comes up and shows what the event is. I'm using Flash MX 2004 and Flash 8 ...more >>

ScrollPane refresh capacity
Posted by eggnogg at 2/22/2006 1:51:56 AM
Evening. Nice Forum! i have a problem i haven't found an aswer to. I'm loading a image into a ScrollPane:sp.contentPath='http:/localhost/go.jpg'; The ScrollPane reads the image and shows it. I then go to the localhost folder and replace the 'go.jpg' pic with another image file and rena...more >>

parameters in functions
Posted by Antonio_82_ at 2/22/2006 12:00:00 AM
hello i am new in flash and actionscript. i want to ask you how to create a function in as that passes a parameter. say that in: var InsertCoin = function() i want to insert a parameter inside the function brackets, how should i do it? thanks ...more >>

Caching of external text
Posted by wiredsc at 2/22/2006 12:00:00 AM
I am wondering how I can prevent flash from caching all the external text that loads into my movies so people can see my updates when they refresh the page. These are just txt files not xml. Thanks...more >>

MovieClip events didn't fired using MC.loadMovie (Flash 8)
Posted by edacc at 2/22/2006 12:00:00 AM
Hi, I try to make a MC draggable after loading a jpg with MC.loadMovie, but the ..onPress event and other MC events cannot be fired... :( any idea? I am using Flash 8, is it a bug? Here is my code. this.createEmptyMovieClip("My_mc", 10); My_mc.loadMovie("http://i3.microsoft.com/h/e...more >>

Stop this TAB mess using AS
Posted by phonemymum at 2/22/2006 12:00:00 AM
I get horrible green highlighting in my entire movie when pressing the TAB key to run through my contact form which is loaded in as a separate .swf How do I restrict the TAB property to my _txt fields in my contact form? btn_btn.tabEnabled = false; Should I apply this to all the buttons...more >>

Hi, browse files button.
Posted by JimmySlam at 2/22/2006 12:00:00 AM
I just need a button that browse files. Like on a html form browse files . And then i want to put that info in a text box... but i guess that wwill be v easy ass well... Any help? Thanks! ...more >>

LoadVars and Perl script - HELP please!
Posted by catmother at 2/22/2006 12:00:00 AM
Please, someone, my job is hanging on this... I created a form in Flash 8 straight from the HOT tutorial, which assures me a Perl script can accept the variables. I did, of course, add additional fields as shown below: one date field, two list fields, the rest text. I could not find any refe...more >>

Newbie question
Posted by Carom at 2/22/2006 12:00:00 AM
Hi I am quite new to flash and I would appreciate if some one can help me out with the following problem. I want to create a slide show where I have several movie clips which I load into the stage. All movie clips have around 80 frames (1 - 80) but my problem here is that I do not want the...more >>

case insensitive search?
Posted by cimaea at 2/22/2006 12:00:00 AM
I have a search function but it is case sensitive and it also is searching for the entire expression rather than per term. does anyone have suggestions or links to resources explaining how to modify the search to make it insensitive and term-based rather than expression-based? thanks ...more >>

Problem with local shared objects
Posted by ^}{yPeR^ at 2/22/2006 12:00:00 AM
Hi, I am trying to write a flash cookie in which to store variables, I have had a look at the shared object and have came across a problem with it not working. Could someone have a look and see whats wrong. http://www.triadsinteractive.com/assessment/CheckboxTestlight.rar Many thank...more >>

Small rotating part within a bigger button
Posted by Declan1982 at 2/22/2006 12:00:00 AM
I'm relatively new to Flash, and I'm having real trouble with something which I'm sure is simple, but I just can't see what I'm doing wrong. I've got a big button (250 x 156 px). I would like the whole image to be the hotspot for the button. Within the button I have a smaller triangle (25 x ...more >>


DevelopmentNow Blog