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 IamaSherpa 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: *

  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

    Sorry, but that wasnt so clear to me ,maybe because my native language is spanish so it's a bit confusing... maybe we can set a more clear example for what I need, so I try it with my flash movie... example: I have this text (dynamic text; multiline, render as html; instance name: mytext)...
  3. 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...
  4. 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)...
  5. 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...
  6. 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) {...
  7. HumanBean

    help with text scroll

    thanks a lot, I changed the _root value for _parent in all the buttons and it works.
  8. HumanBean

    help with text scroll

    I think I've solved this problem; I just used "render text as HTML" in the propierties panel, and now is displayed with different fonts and colors, just as I needed. but, now I have another problem. This movie I'm working on must be loaded into another movie using the loadmovie action. I've...
  9. 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...
  10. HumanBean

    help with loadmovie

    hmmm that doesn't seems to work, maybe because they're in different scenes... but I test it in debug mode and it stays blank... nothing happens
  11. HumanBean

    help with loadmovie

    thanks, I'll try that
  12. HumanBean

    help with loadmovie

    the external movie has 2 scenes this is the code for the loader, wich is in one scene, the content is in the second scene. I don't undersand clearly the _root thing you told me about, but here's the code. IF you know how can I fix it, please let me know function cargando() { var total...
  13. 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