Advertisement

635 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.

 
Time Tested Macromedia Flash Solutions: 2101 - 2125 of 2822
 
I was using tab to navigate through controls, but from user feedback i need to change this to enter i have a keylistener that detects the current component and then on enter press moves to th...
I'm running XP Pro with Interent Explorer 7.  The browser is crashing repeatedly and error messsages indicate Flash 9 with Active x is the problem.  Have used Adobe Flash removal utility to re...
I am trying to create a simple alternative for the Fuse alphaTo method which fades a movieclip from its current opacity to another over a specified period of time. The Fuse alphaTo method allo...
Is there any code that disables the user's ability to resize the window of a swf?
I have a fairly large swf.  I don't want to increase the size.  I'd like to connect to audio I have on a streaming Helix server.  The audio is NOT live.  Can I play the streaming audio without...
Hi, I am trying to make a site navigation that needs me to have a list of working buttons inside a button that also has functionality attached to it. I have been trying to do this with movi...
i have a quicktime movie that needs to be resized and converted into a SWF but i dont have quick-time pro to edit the .mov file. is there any freeware programs (that actually work) do this ...
Hi, I asked this question before and at first it seemed to work to assign an enable or _alpha property to multiple mc's with a for loop but with onRelease function this seems to set the same f...
Hi, I want to be able to produce an 'always on top' application. I see alot of VB solutions, but I need mac / pc also ff and ex7. The best way to descrbe it would be - in any adobe appication ...
It's relatively easy to automate HTML forms with Perl, wget, curl etc, but what methods/tools are available for filling out flash forms?
I have an issue with a flash mx website I have built. At the top of the page there are five links to the main sections of the website. Each link has action as follows: on (release) {      goto...
Hi X-perts, I have a flash component calling an external xml file configurable via the component inspector (I mean the location of the xml file). What I need is to pass the xml location...
I am editing a legacy flash application and on compile it errors on FMXISSlider and FMXISButton , which i believe is part of 'Macromedia Flash UI Components Set 2 "  I see a link to the downlo...
Hello Experts: Ok, so first let me say I am very much a novice at flash, but I have a flash header that I've modified to my liking. The problem is, the original (non-modified) version has a...
Hi, I have a Flash based website that I would like to add some Content Management capabilities to. I would like to be able to build an interface that allows me to add pages to the site and ...
I have some simple ActionScript that will display the current month & year in a dynamic text field: myDate = new Date(); month = new Array("January", "February", "March", "April", "May", ....
Need some help building a Interactive Flash Map. Similar to a google type interface. I'm an intermediate Flash Designer with a basic understanding of Actionscript. The map does need marker...
Apparently the flash function "getTimezoneOffset()" is buggy - in the sense that it doesn not return the correct Offset during DST.  e.g., Offset for EST US during DST should be -4, not -5. ...
From Macromedia Flash 8 I'm trying to load a Flex2 Application swf into a MC container using the loadMovie() function. Loading any other normal flash 8 swf it works, but loading a flex swf th...
Im using flash.net.FileReferenceList within my Flash 8 object to enable multiple file uploading from within my .ASPX web page. My browser is Firefox 2.0.0.3 under Windows 2003 Server. The prob...
I'm encoding FLVs with Riva and doing progressive downloads with dreamweaver. The videos are anywhere from 2-10 minutes long. How do I make sure that what I'm encoding is going to be OK ...
I'm trying to set up an email (flash/php) field for my flash site. When I click the Send button, the email is sent fine, but the value that comes through is "undefined." The field is used to c...
OK I give up. I am very very new to flash. What I did was create a gear (w :133 h:135) that rotates twice and stops (no big deal). The name of the file is gear.swf. I have it saved right in th...
I would like to resize the flash flv player on my page based on the video size, my aim is to resize the player to match the video width and height so that the user can view the video in actu...
Hi, This is one function in my action script. I am calling this function on my buttons "release" event. ================================ on (release) { go1(); var intervalId:Number; fu...