Advertisement

Over 40 Experts attended the first Annual Core Conference! Take a look at what happened throughout the week...

2008 Core Conference

 

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

 
Time Tested Macromedia Flash Solutions: 101 - 125 of 1544
 
I have a dynamic text box on my stage.  I need to add a scroll bar to it?  How do I do that? In AS 1.0  Flash 6. Beware, I am sure this question will get more complicated as it unfolds. ...
I'm having a terrible time with Adobe's Macromedia Flash player. I can't get it to function. However, it was functioning up until a few days back. I can't think what I might have done to c...
Hi im using Flash 8 Is there anyway to load an external image (jpg/png) and display it as the background for a dynamic textbox. Preferably I want the textbox also to resize to the dimension...
I saw a water effect on a website that when you mouse over it, it creates like a ripple trail behind the mouse. But it's only in Java, does anyone know how to do this in Flash 8? I've seen ...
Project - I have a flash ecommerce site. What is happening now - Once the final transaction is made I have the main.swf reload itself into by using loadMovieNum("main.swf?goto=home", 0); whic...
Hi Folks, I have a function on the root of FLA function clickzoom(Framenum:Number):void{      anim.gotoAndPlay(Framenum); // Change here the frame number to play the animation } Insid...
Hello I built a flash flip book based on this component http://www.page-flip.com/ The flip book is here http://guia.lapalmainteractivo.com/_static/flip/guia_flip.html Note: The interf...
I want to do something like - =================   var theMC:String = "myMovieClip";   b = value(theMC).getBytesLoaded(); ================= That is, I have a string of movieClip names,...
okay...  now I need the groups help :) in short, I am trying to dynamically change the color of the text in a dynamic text box (NOT component)... in my class I have a method...      pri...
I have some movie clip buttons that animate on mouse over, mouse down etc.   I would like to set a 'target' variable after each button is pressed (e.g on the last frame of the button clip) ...
Please forgive the long-winded post; I wanted to be thorough and not waste anybody's time... I have been googling for 2 days and I have no hair left.  I am fairly new to programming and lov...
Hi, I am able to read data from an XML file ok, but is there a way to write back to it directly from flash in AS3 or do i have to use some sort of server side language to do this? Thanks
Hi, I am looking for a custom (reusable) flash scroller. I need the size and width to be set externally text file or javascript. The content (text) needs to be pulled in from an external ...
I am working on an Actionscript 3 project and part of the project requires loading text from an XML file and displaying it in an html textbox. Sometimes there will be an <img> tag in the text ...
I am unsatisfied with the appearance of the built in Flash UIScrollBar. I would like to create a customized scrollbar for a dynamic text box. I have found several tutorials, some old, some too...
I need to find a solution for a Flash preloader for content loaded into external swfs using the loader component.  How do I create a custom preloader for content loaded first into an external ...
Hi Experts I hope that someone can point this code in the right direction for me! I am developing a hybrid page with php and flash. I am trying to generate an array of 5 random number...
Hi, I have a very simple movie. At the end of the frame, I add gotoAndPlay(1) as in Flash 8. However, the movie stopped awhile to go back to frame 1. I have to design whether use AS3 for bu...
I am trying to convert some .MPEG/ .AVI .WMV to .FLV using FFMPEG (in windows XP) I try: c:> ffmpeg -i test.mpg -ab 56 -ar 44100 -b 200 - r 15 -s 320x240 -f  flv output.flv I receive ...
HI, I am streaming an flv through the following code: // var connection_nc:NetConnection = new NetConnection(); connection_nc.connect(null); var stream_ns:NetStream = new NetStream(co...
Is there a way I can set the cursor to 'pointer' instead of 'hand' when I scroll over a specific button? Thanks in advance for your help.
Good Morning, When trying to install flash onto a Dell Latitude D430 Windows XP laptop i am receiving the following error. Error 1904.Module c:\WINDOWS\System32\Macromed\Flash\Flash8b.o...
I am trying to insert the following print function into a button and its erroring out when I try to preview the flash (not to mention not print).  Can somone point me in the right direction: ...
I have a .swf banner on my site and would like to know how to make this into a clickable link.... the code i have is..... ----------------------------------------------------------------...
HI all, im learning actionscript at the mo and just figured some essential fundamentals movieclip loader etc. However, im having difficulty trying to make this 'if' statement work, when the co...