A Flash Developer Resource Site

Search:

Type: Posts; User: Sander Kessels

Search: Search took 0.05 seconds.

  1. scaleable swf - fixed html - scaleable swf problem

    What I'm trying to achieve is this:
    One swf on the right, one swf on the left, in the middle fixed space (400px) for html content, the swf-files fill up the right and left space when the browser...
  2. I found the solution. It should be ...

    I found the solution.
    It should be


    MovieClip(grid.getChildByName("clip")).gotoAndStop(5);
  3. Can use gettersetter, can't use gotoAndStop

    I've got a animation, defined as a MovieClip inside another MovieClip ("grid"), named "clip". The following code works:


    grid.getChildByName("clip").alpha=0.5;

    So logically speaking, this...
  4. How to talk to Children within a Movieclip?

    Here a Movieclip "game" that contains 6 movieclips "enemies":
    In the library, I've got a clip "Game" and a clip "Enemy"


    import flash.display.MovieClip;
    import fl.transitions.Tween;
    import...
  5. Replies
    2
    Views
    2,433

    Flash Lite Player 1.1

    I understand from Macromedia the only way to get the flash lite player on your mobile phone is to get it from your phonecompany. My phonecompany (T-mobile the Netherlands) does not provide such a...
  6. Well, I've checked on my Mac and the problem...

    Well, I've checked on my Mac and the problem counts for Macs too, unfortunately. Using macOSX, IE5.1
    What you should do to check if all swfs are loaded totally: look into your cache at the...
  7. Replies
    122
    Views
    18,146

    Well, the betatesting started in early november...

    Well, the betatesting started in early november 2001 and I was one of the beta-testers. It was certainly not MMs intention to launch a buggy product, they took the beta-testing very serious and...
  8. Replies
    122
    Views
    18,146

    Upgrade to macOSX

    I know folks at Macromedia spend almost twice as much as time on the macOSX version of Flash MX as on the Windows version. For me, FlashMX runs smoothly on OSX and is worth the jump to MacOSX. If you...
  9. Replies
    1
    Views
    1,621

    Does anybody out there work, like me, in a mixed...

    Does anybody out there work, like me, in a mixed Mac/Pc environment? Maybe you have the solution for this font problem: I convert a Mac TT font to a PCtruetype with Fontographer. I install it on the...
  10. Replies
    2
    Views
    1,007

    Nope

    On the Mac, you can't make a flash movie transparent in a browser. Neither Netscape or IE5 do support flash transparancy. On Windows, IE4+ does support transparent flash movies on top of html.......
  11. Replies
    1
    Views
    538

    if (clip._totalframes> 1) { trace...

    if (clip._totalframes> 1) {
    trace ("loaded");
    }

    will do...

    or

    trace (_root.clip.getBytesLoaded());
  12. Replies
    3
    Views
    1,165

    Just put a code like this in your first frame: ...

    Just put a code like this in your first frame:

    if (_url eq "http://www.flashkit.com/game.swf") {
    play ();
    } else {
    loadMovieNum ("http://www.mywebsite.com/gotohellthief.swf", 0);
    ...
  13. Replies
    0
    Views
    890

    I do not bother to install MacOSX until a...

    I do not bother to install MacOSX until a carbonized version of Flash arrives, so I was wondering if someone has experienced the performance of the Flash Plug-in in IE 5.1 on MacOSX. Is it any faster...
  14. Replies
    1
    Views
    1,081

    file:///

    It should be something like this, I suppose:

    file:///CDROMNAME/mytextfile.txt

    Try to open the file with a webbrowser and you'll see the correct url in the addressfield.

    Sander
    ...
  15. Replies
    0
    Views
    914

    I work in a mixed environment, you know:...

    I work in a mixed environment, you know: designers like to work on Macs, programmers on PC. If I create a .Fla with a certain font on a Mac, and I want to be able to use the same file on a pc with...
  16. http://cmart.design.ru/

    There are many great sites out there, but a lot of them use current design cliches like 45degree corners, a huge bitmap background and tiny Miniml fonts on top of it..., backed by a techno loop. (you...
  17. Replies
    240
    Views
    56,534

    Re: FlashKit v2.0 - 100% Flash

    Ultrashock is a good example why you should NOT use flash for a resource-site. I saw it, waited, waited, waited, waited. Patience gone, closed browser, will probably not go back again because I HATE...
  18. Replies
    7
    Views
    711

    Okay, as stated below, it is possible to load...

    Okay, as stated below, it is possible to load flashmovies from another server. If you have the database on server A and the html files on server B, you can put an empty .swf file on server A. In the...
  19. Replies
    7
    Views
    711

    One way

    There is one little way: put a empty .swf file beside your asp files and refer to this file in your html files, that sit on the different server. Use load movie level "0" in the empty swf file,...
Results 1 to 19 of 19




Click Here to Expand Forum to Full Width

HTML5 Development Center