Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: michanagel
  • Content: Threads
  • Order by date
  1. michanagel

    combobox behavior question...

    Hi, I designed my own combobox here since I didn't like the look of the combobox that ships with Flash and skinning didn't really work for me as well... ;) Now, everything works fine but there's one behavior that the original component combobox has that I can't seem to set up for my duplicate...
  2. michanagel

    Possible to see which country users are from ?

    Hi, I have a website here which has three language buttons, so the user can read the content in three different languages. Here's my question: Is it possible - either through flash or the html page that embeds the flash file - to see which country the user is from to show the page right from...
  3. michanagel

    Checking a variable...

    Hi, I've created a php email form which works fine, and I have action script attached on the 'submit' button which checks for certain values in the input fields.. There are only 3 input fields: 1. Name field - variable assigned = 'name_input' - Input text / single line 2. email field -...
  4. michanagel

    Sound behaviour is driving me NUTS...

    Hi, I got a WEIRD problem here that is simply driving me crazy... I have this flash movie here in AS2 exporting for Flash Player 8, 30fps... Movie starts, two soundfiles play (simply placed on the timeline) and then the movie stops at an 'Enter button'... So far so good and that's how it...
  5. michanagel

    onLoadInit alternatives....

    Hi, I have a preloader here that works great, but I would like to change one part of the code... I am using 'onLoadInit' to declare some actions as soon as the movie is loaded, but I want those actions to start when the movie is loaded to 80 % because the movie has an intro that will gain me...
  6. michanagel

    2 Basic questions about AS2...

    Hi, my action script skills are (still) very limited and I have two basic questions because I'm kinda stuck here... 1. Is it possible to run an 'if' statement after an 'on release' statement ? e.g. on (release){ if (_root.a ==0){ play(); } } Every time I try to run code like...
  7. michanagel

    Possible to load all external .swf files at once ?

    Hi, I have a website here in AS2 which has main .swf file and 8 sub .swf files which are loaded into a container depending on which button the user presses... And I have a couple of question regarding those external sub .swf files: 1. First a general question: when a user loads the main .swf...
  8. michanagel

    Difference between Flash Player 8 & 9 for AS2 movie ?

    Hi, I have a website here that is in AS2 and I'm thinking about exporting to either Flash Player 8 or 9. Now here's my question: Is there any advantage exporting to Flash Player 9 over Flash Player 8 when my movie is in AS2 ? I've heard that Flash Player 9 has performance advantages I just...
  9. michanagel

    Weird sound problem...

    Hi everybody, I have weird sound issues over here that I can't seem to figure out... I use an Interval to fade in a specific sound with this code: Code: _root.sound_theatre = new Sound(sound_theatre_mc); _root.sound_theatre.attachSound("sound_theatre"); _root.sound_theatre.start(0...
  10. michanagel

    Controling sound file on stage...

    Hi, I've placed a soundfile on the stage in my timeline and set it to 'loop'. I wanna control this soundfile via actionscript (setting the volume to '0' or '100' via the 'if' statement if certain parameters are met). How can I assign an instance_name or variable for that soundfile ? I gave...
  11. michanagel

    Moving picture to different coordinates...

    Hi, I have a problem here that I can't seem to figure out with my limited action script skills... I have this picture which has the dimensions 5599x660 and it's kinda like a moving background, it's moving to the left. Now, when it reaches the end I want it to be replaced by the same pic... I...
  12. michanagel

    Code conversion AS1 to AS2...

    Hi, I am trying to convert this AS1 code to AS2, but it just doesn't work properly anymore. The code below is attached to a movieclip (a background picture) that is constantly moving and it is supposed to duplicate that movieclip (the background picture) as soon as certain coordinates are...
  13. michanagel

    Code working for Flash player 6 settings but not for 8....

    Hi, I'm pretty new to Action script and I have a problem here that I can't seem to figure out. I have this Action Script Code which is attached to a simple movieclip, and it all works IF the general settings are set for Flash Player 6. It does not work for Flash Player 7 or above, which is...
  14. michanagel

    Noob needs help with this code ... ;)

    Hi, I found this code in a nice tutorial and I wanna make slight adjustments to the code. Unfortunately my Action Script skills are very limited... ;) This is the code for a 'sliding menue', depending on which button u pressed it will 'slide' to the appropriate picture. Here's the code...
  15. michanagel

    Scanning a .fla file forAction Script ?

    Hi, I bought this template 'cause I wanna use certain stuff for my page. Unfortunately when I copied out the parts that I need, they don't really work anymore, probably because some Action Script Code is missing or has to be adjusted... I managed to adjust certain parts of code that I found...

Part and Inventory Search

Back
Top