A Flash Developer Resource Site

Search:

Type: Posts; User: Ask The Geezer

Page 1 of 20 1 2 3 4

Search: Search took 3.94 seconds; generated 32 minute(s) ago.

  1. Try some of the later attachments on page one,...

    Try some of the later attachments on page one, not just the one from the first post. Also, the gdform on godaddy has to go away. I never got any of these to work with the form still in the root...
  2. Replies
    13
    Views
    1,858

    No, you will have to use the largest numbers you...

    No, you will have to use the largest numbers you know will be loaded in.
  3. Replies
    3
    Views
    713

    _root.songs.loadMovie("july10music.swf");...

    _root.songs.loadMovie("july10music.swf");
    gotoAndStop("day1");

    Sounds like it might be going to day1 before it loads. Is day1 on the _root timeline?
  4. It happens that way because the standalone and...

    It happens that way because the standalone and the browser plug in flashplayer are two different models. The one in your browser is more ponderous and has to connect with the browser, while the...
  5. You need to change the address to the php file in...

    You need to change the address to the php file in the flash movie. Use the full path to it from http:// onward.
  6. I looked at the fla, spent a couple hours on it...

    I looked at the fla, spent a couple hours on it last night. You have gone about this all wrong. You have graphic symbols, groups, movie clips all mixed up. The only thing that was almost right is the...
  7. Replies
    3
    Views
    688

    If the xml and mp3 files are on myFileStash.com...

    If the xml and mp3 files are on myFileStash.com and the movie swf is playing from myspace.com, then it's a different domain.
  8. You need a scroller that scrolls a movie clip,...

    You need a scroller that scrolls a movie clip, then you can put anything in that clip. Look here for one that suits your needs, download the free fla and give it a try.
    ...
  9. I'm betting the stop action in the transition...

    I'm betting the stop action in the transition clip has stopped the main timeline. Without seeing the timeline layout it's hard to tell though.
  10. Thread: Mask

    by Ask The Geezer
    Replies
    1
    Views
    496

    Well, I made this a couple years ago, and I'm...

    Well, I made this a couple years ago, and I'm still not sure how it works, cause gradient masks shouldn't work. But your welcome to play with it. :)
  11. Replies
    3
    Views
    688

    Sounds like a cross domain problem, although I...

    Sounds like a cross domain problem, although I have never messed with the fix. If the files are stored on one domain and the swf on another, it won't work. There is a fix, but I can't help with it....
  12. Replies
    8
    Views
    3,783

    A button symbol is one of Flash's automatic built...

    A button symbol is one of Flash's automatic built in objects. It has 4 frames. The first is the static frame, what you see when it's not rolled over. Second is the over frame, third the down frame....
  13. Replies
    6
    Views
    842

    No, I sure don't, but you could check in teh...

    No, I sure don't, but you could check in teh Movies link at the top of the page. There might be something in there.
  14. Replies
    6
    Views
    842

    Here, get this fla and check it out. It uses some...

    Here, get this fla and check it out. It uses some code and a movie clip as the mask. I didn't finish the squares, but you can see what to do to finish it. :)
  15. Replies
    6
    Views
    842

    Yup, your right, just reverse what I said then,...

    Yup, your right, just reverse what I said then, add them to the timeline. On the other hand, you don't even need to use a mask, you can make one square movie clip first, with a fade out effect on...
  16. Replies
    1
    Views
    523

    my_button.onRollOver = function() { if...

    my_button.onRollOver = function() {
    if (some_variable == 650);
    gotoAndPlay(1);
    }
  17. Replies
    6
    Views
    842

    Make a movie clip. On the timeline, place the...

    Make a movie clip. On the timeline, place the squares, which can be another movie clip with just a white fill in it, over the area of the picture. Place them all in frame 1 and remove them along the...
  18. Replies
    5
    Views
    741

    Make sure the swf's that load are made at the...

    Make sure the swf's that load are made at the same frames per second as the main movie that loads them. It also looks like you did not put a stop in the last frame of the animated swf's.
  19. Replies
    5
    Views
    625

    I don't remember ever hearing of a way to change...

    I don't remember ever hearing of a way to change the scratch area color before. Did you ask in the CS3 forum?
  20. Replies
    1
    Views
    614

    I've got Flash 8 and it doesn't do that on mine,...

    I've got Flash 8 and it doesn't do that on mine, when I use the rounded rectangle tool. I use a setting of 4 for the radius.
  21. Replies
    5
    Views
    625

    In Flash 8, there is a color picker square in the...

    In Flash 8, there is a color picker square in the Properties panel. Click it and pick a color. I don't know about CS3.
  22. Replies
    18
    Views
    7,722

    It's been awhile since I used it, but basically,...

    It's been awhile since I used it, but basically, you fill out some boxes with the files to use and Dummy makes everything else, including whatever it takes to open the other files. Also, it's not...
  23. Replies
    18
    Views
    7,722

    Here's the problem with with the Mac script. You...

    Here's the problem with with the Mac script. You can't write it on a PC, you can't even open it on a PC or it will corrupt. I had someone else with a Mac do it. If the download site is down, do a...
  24. Replies
    3
    Views
    600

    I barely get by with AS 1 as it is. ;) If you...

    I barely get by with AS 1 as it is. ;)

    If you have questions, just ask in this thread again so I'll see it.

    The commented out code in the other frame will just play one after the other flv's,...
  25. Replies
    3
    Views
    600

    Here's an F8 fla with buttons and loads the first...

    Here's an F8 fla with buttons and loads the first flv when the movie loads.
Results 1 to 25 of 494
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center