A Flash Developer Resource Site

Search:

Type: Posts; User: gilgalbiblewhee

Search: Search took 0.03 seconds.

  1. slideshow of pictures not positioned properly

    I'm using a used code of a slideshow. I figured everything except how to place the slideshow in the center of the div popup tag. This is the actionscript 2.

    I managed to move the pictures in the...
  2. Replies
    2
    Views
    17,370

    alignment problem

    Swift 3d v5
    I'm having a hard time trying to align, straighten the various objects. The big blue rectangle has to be flat on the ground. The gray panel on top and the red on top of that. The other...
  3. [F8] formtoemail.php work with swf file?

    I tried using the page:
    http://formtoemail.com/

    in my contact section:
    http://205.205.200.231/~h806209/

    But it doesn't work.

    I guess the first link is supposed to be for regular websites...
  4. [F8] How do you loadMovie of two nested movieclips simultaneously?

    How do you loadMovie of two nested movieclips simultaneously?
  5. I tried to add loadMovie("flash/flame.swf", ifr);...

    I tried to add loadMovie("flash/flame.swf", ifr); but it didn't work. It opens the flames.swf but not the level 2 movie clip (level 2 right? ...since level 0 is the main timeline)

    var flashArray =...
  6. [F8] how to open three movie clips in a clip in a timeline by button?

    I have this in the main timeline:

    var flashArray = new Array("flash/hockey.swf","flash/baseball.swf","flash/armenair.swf");
    for(var i=0;i<=flashArray.length-1;i++){
    this["btn"+i].num = i;...
Results 1 to 6 of 6




Click Here to Expand Forum to Full Width

HTML5 Development Center