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 TouchToneTommy 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: HumanBean
  • Content: Threads
  • Order by date
  1. HumanBean

    Playing sounds randomly

    Hi everyone I have this personal site I'm working on, and I'm having some trouble with a sound issue... I've some loop tracks that play in the background, with this code: MySound = new Sound(this); MySound.attachSound("sound1"); MySound.start(0, 999); MySound = new Sound(this)...
  2. HumanBean

    Help with dynamic text and load movie

    Hi, I need help with a flash site I'm making I have a dynamic text that has a scrollbar component, and I need some parts of that text to trigger some loadmovie's. For example, a certain part of text must link to something like this: loadMovieNum("G2_7.swf", 1); I thought that maybe...
  3. HumanBean

    Help with Actionscript and xml

    Hi, I need to understand how to create an image loader from an xml file using Actionscipt. I've already used other methods in the past, but apparently this one is better and easier. I need something like this (in the site, click on "Descripción"; an image navigator will load on the right)...
  4. HumanBean

    help with loadmovie and levels

    I have a main movie with a "home" scene, that has a number of buttons. This button have an animation, thay fade in diferent shades of gray. When you are over them the others turn light gray and the button selected turns red. I tried different ways of doing this, and the only way to do it is...
  5. HumanBean

    problem with unloadMoviNum in some browsers/OS

    I'm having a problem with my movie. Some people seem to be having an unexpected error when te movie loads, I'll try to explain what's happening I've a main movie that loads movies using the loadmovie function in a main scene, beeing this the code I'm using: on (rollOver) {...
  6. HumanBean

    help with text scroll

    Hi, I have a problem I'm making a text scroll; I've a dynamic text and two buttons for the scroll action The problem is, I need to have more than one font inside that dynamic text, and I'm not beeing able to make that work. Is this possible? can I have more than one font ina dynamic text? Is...
  7. HumanBean

    help with loadmovie

    Hi, I need some help with loadmovie in flash I've a movie wich contains a "home" layer and other layers for different sections of the site. each of these sections have an horizontal button bar on the bottom and the logo on the top. In another layer, behind all this there's an empty movieclip...

Part and Inventory Search

Back
Top