A Flash Developer Resource Site

Search:

Type: Posts; User: freakomatic

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    553

    Oh, whoops! If it's in a different FRAME, then...

    Oh, whoops!

    If it's in a different FRAME, then you'll have to change that one line to:

    var targetMovie = (ie ? parent.FrameName.window.SecondMovie : parent.FrameName.document.SecondMovie);

    ...
  2. Replies
    2
    Views
    553

    You need to pass the variables to a Javascript...

    You need to pass the variables to a Javascript function embedded in the HTML page, and have that function pass them to the next movie. For example, suppose you are passing a variable from FirstMovie...
  3. Replies
    2
    Views
    668

    You can only change the contents, not the...

    You can only change the contents, not the formatting (except size) unless you're using XML or maybe Generator ...
  4. Replies
    6
    Views
    684

    Yeah, Sk8artist got it. "=" is the assignment...

    Yeah, Sk8artist got it.

    "=" is the assignment operator.
    "==" is the comparison operator.

    The way you have it, MenuID gets set to 11, and returns true, so that first if expression is evaluated...
  5. Thread: loadmovie

    by freakomatic
    Replies
    1
    Views
    423

    Are you asking how to load a movie into the Flash...

    Are you asking how to load a movie into the Flash player, on the bottom? Strictly speaking, you can't. You have to either,
    a) Make a "shell" which is nothing but a blank screen that plays your main...
  6. Replies
    2
    Views
    476

    Please title your post with something a little...

    Please title your post with something a little more useful.
    Could you imagine a page full of "Please help" posts - nightmarish!

    So when does your problem occur - when you first Ctrl-R it into...
  7. Why not just make it have no border/bg and put a...

    Why not just make it have no border/bg and put a rectangle with the desired properties behind it?
  8. Replies
    2
    Views
    526

    Maybe try...

    Maybe try http://www.shockfusion.com/gotflash.html ???
  9. Yup, there's a tutorial somewhere on Flashkit,...

    Yup, there's a tutorial somewhere on Flashkit, too.

    Just DON'T use FSCommand whatever you do!!! It's horrid!

    :)
  10. You're asking if it's possible to preload an HTML...

    You're asking if it's possible to preload an HTML site that's getting launched from a Flash movie?

    The only way I can think of is horrifically difficult:
    do all the preloading with JavaScript...
  11. Zigackly like dHTML event bubbling. At least,...

    Zigackly like dHTML event bubbling. At least, that's how I think of it. I didn't bring that up though, because the bubbling models for IE and NN are a bit different and can get really confusing ......
  12. Basically, as Button: "catches" the mouse...

    Basically,
    as Button: "catches" the mouse action
    as Menu Item: responds to the mouse action, but lets other buttons also receive the action.

    For a quick example: if you have a drop-down menu...
  13. Replies
    2
    Views
    480

    Do you mean that you need to display the code in...

    Do you mean that you need to display the code in your Flash movie? Any dHTML that's actually in operation would need to be in your <SCRIPT> ...
  14. I searched the archives for Flash->RealVideo...

    I searched the archives for Flash->RealVideo posts, and none seemed exactly what I've encountered.

    I'm making a page for a product that sends videos as emails (it has a built-in camera,...
  15. I searched the archives for Flash->RealVideo...

    I searched the archives for Flash->RealVideo posts, and none seemed exactly what I've encountered.

    I'm making a page for a product that sends videos as emails (it has a built-in camera,...
  16. Have you been able to make it work for IE? My...

    Have you been able to make it work for IE?

    My experience has been that
    1. You can make the movie the height of the closed menu, in which case when the menu pops down, it extends below the area...
  17. Thread: dieselboy

    by freakomatic
    Replies
    7
    Views
    868

    WHOOPS!

    There is a BIG difference between "Diesel Boy" the band and Dieselboy (aka Damian Higgins) the amazing Jungle/D&B DJ.

    Dieselboy is FANTASTIC, although the last couple of times he's played in CA,...
  18. Replies
    1
    Views
    333

    You mean, make a bunch of MC's in the shape of an...

    You mean, make a bunch of MC's in the shape of an "A" or something?

    Just name them something understandable when you do the duplicating ... and then use a bunch of
    setProperty("MC_1", _x,...
  19. If you want to send me your FLA, I'll take a look...

    If you want to send me your FLA, I'll take a look at it:
    freakomatic@hushmail.com
  20. I usually have my preloader in the main movie,...

    I usually have my preloader in the main movie, and subscenes, etc, loaded onto higher levels, or into targets. If your "loading data" message is for a SWF being loaded in like this, try putting an...
  21. I usually have my preloader in the main movie,...

    I usually have my preloader in the main movie, and subscenes, etc, loaded onto higher levels, or into targets. If your "loading data" message is for a SWF being loaded in like this, try putting an...
  22. If you have two coordinate pairs, (x1,y1) and...

    If you have two coordinate pairs, (x1,y1) and (x2,y2), then the slope of the line between them is (y2-y1)/(x2-x1). Is that what you're looking for?
  23. Replies
    3
    Views
    428

    Here's a tutorial that I found really helpful...

    Here's a tutorial that I found really helpful (and it's exactly what you want to do):

    Using CGI Forms in Flash (With Formmail)
  24. Easiest is probably just to make a dummy symbol...

    Easiest is probably just to make a dummy symbol (like a rectangle) MovieClip, and make it the exact size & position that you want. Just remember: Flash movies inherit the registration point (center)...
  25. Replies
    2
    Views
    349

    What action did you attach to the "on release" of...

    What action did you attach to the "on release" of the button in your menu?

    My guess is that you used a gotoAndPlay. However, if your pulldown menu is a named MovieClip, then you're just telling...
Results 1 to 25 of 61
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center