A Flash Developer Resource Site

Search:

Type: Posts; User: mworld

Search: Search took 0.30 seconds.

  1. it's so simple :)

    Thanks, that worked a treat.

    http://www.emmerse.com/~mworld/flashkit.swf
  2. Does any one know why bitmap gfx appear to move...

    Does any one know why bitmap gfx appear to move when you change the alpha? It does not seem to depend on the canvis size. Take a look at http://www.portobello.au.com/ (yes this url is right!) why...
  3. I spose there is an easy answer for this one.......

    I spose there is an easy answer for this one.... I would like to load HTML from a web server into a dynamic text box:

    string loadHTMLFromURL(url)

    That would be nice :)
    ...
  4. Replies
    3
    Views
    535

    No one can stop me from downloading their...

    No one can stop me from downloading their pictures hehehehahahaha :) what about View > Page Source in the browser window? and then there's progs such as wget in unix ;)

    If the images were loaded...
  5. I've got the sucker all working now ;) I'm just...

    I've got the sucker all working now ;) I'm just impatient!
  6. yeah, and i know this need changing ...

    yeah, and i know this need changing

    textpercent = int ( bl/tb ) + "%";
    to:
    textpercent = int ( bl/tb*100 ) + "%";
  7. Thanks, that fixed that problem, now for the next...

    Thanks, that fixed that problem, now for the next one hehe.

    The preloaded Never goes to the 2nd frame! it just stays at the 1st frame where we test for the last frame to be loaded.

    1st frame...
  8. I cannot for the life of me get a preloader to...

    I cannot for the life of me get a preloader to work in my flash movie that contains 380k of jpegs! I am stumped!? It just runs through the preloader once then starts the main scene which is not...
  9. Replies
    1
    Views
    706

    In my pre-loader I would like to check if all the...

    In my pre-loader I would like to check if all the bitmap graphics have loaded yet and also a sound clip. I guess this is possible, I just dont know how.
Results 1 to 9 of 9




Click Here to Expand Forum to Full Width

HTML5 Development Center