A Flash Developer Resource Site

Search:

Type: Posts; User: mmadrigal

Search: Search took 0.03 seconds.

  1. [F8]Need ideas on how to do something like this

    Hi, im making a dinamic flash web page for a client, im almoust finish but i need to do a top10 menu like the top10 menu on this page that displays to the right of the tv.
    ...
  2. Replies
    3
    Views
    440

    thank you very much NTD. that solved the problem

    thank you very much NTD.
    that solved the problem
  3. Replies
    3
    Views
    440

    help changing this AS code into AS 2

    hello all.
    i need a little help here.
    i have this AS but when i change the publish settings into flash 7 and/or action script 2 the code stops working.

    please help


    ...
  4. [F8] Help with controlling timeline with a mediacontroller

    Hello all, i have an issue that i can work on the solution so i ask for your help.

    I´ve made a tutorial with captivate (adobe´s screen capture program) and then imported into flash 8 (after...
  5. Replies
    4
    Views
    385

    ok if you need to do than then you will need to...

    ok if you need to do than then you will need to make a movie clip, give it an instance name, put it where you want to, and then use loadMovie ("sourcefile.swf", "yourmovieclipname");

    hope this...
  6. Replies
    4
    Views
    385

    if you want it on your first frame of your main...

    if you want it on your first frame of your main movie, use loadMovieNum, it will load it on your main timeline but not inside a movie clip.

    loadMovieNum ("sourcefile.swf", 2);

    2 is the target...
  7. duh!!! hehe im so embarrased..... rookie mistake...

    duh!!!
    hehe im so embarrased..... rookie mistake

    thanks for your time and sorry for that stupid question, you are totally right.... no wonder this thing didnt worked.

    thank you.
  8. Help with accessing variables within a function on xml load

    hi all, im having a problem, take a look.

    this is my xml:


    <?xml version="1.0" encoding="ISO-8859-1"?>
    <bannerFX>
    <banner id="1" sourceFile="banner1.swf" clickurl="http://www.nsimex.com"...
  9. Replies
    8
    Views
    507

    i have found the solution to this problem for...

    i have found the solution to this problem
    for anyone with the same problem the solution is:
    http://senocular.com/flash/tutorials/buttoncapturing/

    thanks to saint google to help me find it and...
  10. i have found the solution to this problem for...

    i have found the solution to this problem
    for anyone with the same problem the solution is:
    http://senocular.com/flash/tutorials/buttoncapturing/

    thanks to saint google to help me find it and...
  11. Replies
    8
    Views
    507

    ok.... inside menu mc, on frame 12 theres an...

    ok.... inside menu mc, on frame 12 theres an actionscript that load it


    _root.attachMovie("boton1", "boton1_mc", 1, {_x:300, _y:40});
    _root.boton1_mc.onRelease = function() {...
  12. [Resolved]movie clip buttons nested inside movie clip dont work

    Hi people!
    im having a problem here.

    in my first frame i have a movie clip named "menu_mc".
    i have this AS for this movie:


    this.menu_mc.onRollOver = function() {
    menu_mc.gotoAndPlay(8);
    }
  13. Replies
    8
    Views
    507

    sure, here it is. im loading some data from an...

    sure, here it is.
    im loading some data from an xml.
    thats just a test.

    hope you can see where the problem is.
  14. Replies
    8
    Views
    507

    thanks estudio, but it didnt work. any other...

    thanks estudio, but it didnt work.

    any other ideas?

    how would you do it?
    a movieclip that on roll over shows alot of buttons, on rollout it hides them.
    how would you do to have those buttons...
  15. Replies
    8
    Views
    507

    help with movie clip nested buttons

    hi all, im a little bit desperate.

    the problem is this:
    i have my main movie....
    then i have a movie clip wich will work as a button but also as a menu.
    i have this AS for that movie....
Results 1 to 15 of 15




Click Here to Expand Forum to Full Width

HTML5 Development Center