Do not use on any
shared computer
August 29, 2008 09:41pm pdt

250 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Top Macromedia Flash Solutions: 76 - 100 of 342
 
I've been using FlashDevelop for my building with puremvc.org, but now I have to start using a Mac.  Is there an equivalent or similar program.
I have 3 combo boxes. One for month, another for day and another for year. Can someone tell me how I auto populate the month combo box from xml data.
I am using an xml feed. I parsed it and put the appropiate information into correct array. I then want to create an array of movieclips and space them across a scrollbar. We should have the sa...
Hi, Not sure whether this is a bug in Flash AS3's TransitionManager class, or I'm missing something here which is preventing me from accomplishing some effect. Frame 1. - circle movie ...
I would like to have the option of doing a slide show with embedded images. one per frame. I would like the SWF to pause for 3 seconds on each frame and then move to the next with a fade out. ...
I have several instances of a button on a layer in Flash CS3. I'm trying to add some code to each button, but when I right click the button, then go to actions, it says "current selection c...
how to ensure your CD based flash project will play on all computers.
I'd like to create an intro Flash scene to my page starting with a flame and when clicked on; the fire spreads and consumes the page revealing the home page of my site. . .any ideas? So far I...
Hi I am trying to check a multiline text field to see if it is not empty - see snippet. This works OK for single line, but not for multiline text fields. Any ideas? BTW, great to s...
When I load in movies, how do I make it load something else if the file is missing.  So for example if it goes to load image3, and there is no image 3, it loads image 4 instead. myMC.loadMo...
...ist there any alternative on the market, which could compete with Adobe Flash in terms of creating Flash files, decompiling them etc. I recently heard of Sothink SWF Quicker?!? ...or does...
I am trying to get a button to open a new window but my actionscript on a button is being blocked by FF & IE. on(release) { getURL("http://www.google.com", "_blank"); }
Hello, I want to call the dgListener.change = function(evt_obj:Object) from a button but still respect this // Add listener. PG_8.emps_grd.addEventListener("change",dgListener); and keep i...
Hi everyone. Im new to this so bear with me. Im hoping someone can help me out here with a flash accordion menu on my site. http://www.themilitary.co.uk switch site to Army of Me and y...
The file Im working on can be downloaded at http://homepage.mac.com/amplifydesign it is called AmFam_ServiceAnnivECard.fla I created it in Flash CS3 and it is AS2.0 The problem I'm ...
Hi There, I'm looking for a dynamic flash menu which is xml driven and has multiple levels, sizes,colours which are all fully adjustable. If something like this exists can someone please po...
Are there any ways to create a flash slide show without XML or text file (for pulling image name)? This also means that users don't have access to .fla file and can't put the image in .fla fi...
Hi, I am using this code to open a new window: on(release){      getURL('http://www.domain.co.uk/',_blank); } In the new window/ site I also have a flash movie which has: on(release)...
I am using a CMS that has forms.  The form needs to get information (an email address) that is being sent to the url of the form from a previous form - the information gathered in the previous...
Hi - I have a Flash CS3 (Not Flex) TileList and I am using a custom CellRenderer that extends an ImageCell. I want to show a loading animation while the actual source image is being loaded...
Hi, My God! The Chairmain ask me to encode a better version of the website with this satanic flash 8 from austria.... Never I would spent so many nightmare in the night I cannot sleep if ...
I'm using actionscript 2.0 in getting my FlashVars, etc. Well, once I get the FlashVars in a variable called txtval, I place it in Text1_txt.text. Next what I want to do, is where I"m having t...
Hello, I read the related question and I have the exact same problem. And I just cannot believe there is no way around. I want to build a flash application that loads other swf-contents th...
Hi, I make a flash movie from Adobe Flash CS3, then I import it into Director. In the flash movie, there some button. Now I want do this action : when I click on the button (in the flash) i...
I have a movie clip (thumbnail) embedded inside of another movie clip(gallery).  I had this code that worked fine thumbnail.onPress = function(){ trace("Function goes here") } But when...