A Flash Developer Resource Site

Search:

Type: Posts; User: hupsohl

Search: Search took 0.06 seconds.

  1. Replies
    2
    Views
    1,320

    I didn't test this but you should be able to use...

    I didn't test this but you should be able to use an array and a for loop to condense it:


    type = _root.page;
    var myArray:Array = new Array("ftp", "news", "hello", "contact", "exhibitions",...
  2. You can place the buttons by using the Stage...

    You can place the buttons by using the Stage height and width properties. For example, if you have a button named buttonMC and you want it in the lower right hand corner of the browser with 10 pixels...
  3. Replies
    5
    Views
    2,580

    If you put the www's in the link...

    If you put the www's in the link (http://www.ediblecastle.com/example/mainmovie.html) the button will work since that is how the link is written on the button's AS code. This is because of the <param...
  4. Replies
    2
    Views
    521

    My guess is that it is a series of transparent...

    My guess is that it is a series of transparent .png's.
  5. Replies
    8
    Views
    404

    I've had the same problem, but only in MX...

    I've had the same problem, but only in MX 2004...in MX it works fine. I haven't figured out how to fix or get around it in MX 2004.
  6. Replies
    7
    Views
    523

    A clean way is to make a layer at the top and...

    A clean way is to make a layer at the top and call it Actions. Put a blank keyframe in the first frame and put the stop action in there. You don't need it in every layer.
  7. Replies
    7
    Views
    523

    I put in on(release) and it worked fine for me. ...

    I put in on(release) and it worked fine for me.

    on(release) {
    gotoAndStop(FRAME#)
    }

    I did get rid of all extra actionscripting you put in the keyframes as they were not needed.
  8. I'm using the video controller with Wheels' code...

    I'm using the video controller with Wheels' code to work with swf files dynamically. It works great for the most part, but occasionally when opened, some swf files will display like the example that...
Results 1 to 8 of 8




Click Here to Expand Forum to Full Width

HTML5 Development Center