Tabbing is seriously broken with the MX2004 components. Especially once you start using multiple levels. In fact, MX2004 components don't work at all across...
Sounds like you have a nice big monitor, set to high resolution, whereas most other computers do not. What are the actual pixel dimensions of your movie? ...
Hy mates. Hy have wrote the following code to duplicate a movie Clip: numEnemy=5; for (i=2; i<=numEnemy; i++){ enemy1.duplicateMovieClip( "enemy"+i, i+100 ); }...
Okay, you don't need to dig for that. Just use an html anchor tag with asfunction. You should look it up in the documentation at macromedia.com, but it looks...
I checked it out on the Macromedia site but couldn't find exactly what I needed. So do you highlight the text that I want the function to be called and in the...
hi, It's been a while for me using flash so I was wondering... What is the best way today to use text in FlashMX and still give my client the possibility to...
No, you can not highlight the text you want to associate with the link. You must create a dynamic text field, click on the <> icon to enable html, attach a...
Much appreciation for you taking the time to tell me this Becky. I will try your first example since it is not that much text. Thanks.......tg <<<<<by the...
Can you tell more about what kind of problems you had? ... From: "eGen°" <kristof.rits@...> To: <FLASHmacromedia@yahoogroups.com> Sent: Monday, February...
Joao, If the loop is set up correctly and it is not a global condition then the clip should stop when the loop reaches it's duplication #. you shouldn't have...
Hi all. New dude on the block. I am in need of quality Music Loops and many, many Sound Effects. I know about companies like DoReMedia (defunct) but am in...
t.r. - All images are 768X512 pixels, so they are sized exactly the same. I am converting the images to symbols by pressing F8, naming the symbol, then using...
My movie size is 1190px by 790px. How do I set the size of the movie to 100% in HTML? I am not sure of the exact HTML code. Thanks for your help, Jen ...
i am a VERY new user to Flash and need some help with creating a guest book for my site. I have CGI script for a guest book from my host, but I am fuzzy on...
Well Osman, actually the problem was on the 'client side'. Everytime they want it to change something the whole file was messed up. So what i'm looking for is...
I see.. You can use dynamic text fields and you can change them on the fly. Let's imagine this: "client_text" is the instance name of a dynamic text field. You...
Oooh yes, I would love to know more about php solutions. Do I need some database knowledge to implement your solution ? Or does php wrap the code into a new...
I have never had any problems where images refuse to fade in and out, but the performance on large graphics is atrocious. Alpha tweens on bitmaps must be used...
It's hard to give a complete explanation without knowing the details of your CGI script, but the basic process is this: 1. Collect data from your user and pass...
This is one of those browser issues! All I am doing is having Flash open a widow, thru JavaScript, that will then play a QuickTime movie. Sounds easy, and...
... Wow, OK as a professional web designer (or knowledgeable amateur) you gotta realize that the vast majority of monitors are set to 1024x768 or 800x600. Now...
Hi Everybody... Wow! Lots of members here! I have read the files and links on this list and have looked on other tutorial sites as well, but haven't found an...
Becky - Actually, my problem is not one of performance, but of an incomplete tween. When I have been able to get the tween complete the images have worked...
I need more madlibs for my madlib game at http://www.angelfire.com/ok5/tylerp/flash/madlib.html please e-mail me them at neo_lives_forever@... haha,...
... Hello Lee! The answer to your question is to use a cookie, or the flash equivalent local shared object (LSO). At the end of your animation set the...
I have a client that would like video to be played on their site. I have proposed a flash movie to do this. My question is, I am not too sure of how I can do...
... Yes, you must embed videos into Flash SWFs or FLVs (FLVs are FMX 2004 only for dynamic playback) so that Flash can handle them. You can use FMX or FMX 2004...