A Flash Developer Resource Site

Search:

Type: Posts; User: Grimace

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Just a reply to subscribe on this thread :)

    Just a reply to subscribe on this thread :)
  2. Replies
    5
    Views
    619

    Erhm... must be me being *very* slow. You did not...

    Erhm... must be me being *very* slow. You did not mention MC, but every swf loaded onto the scene is an MC (as far as I know). I still don't get the whole picture, but I'll try give some relevant...
  3. Replies
    5
    Views
    619

    I'm not sure as what you mean with 'load one...

    I'm not sure as what you mean with 'load one after the other'. Do you mean that you have designtime dragged the MC's sequentially on stage, and left as many keyframes in between blank as there there...
  4. Thread: Localization

    by Grimace
    Replies
    0
    Views
    448

    Does anyone know a good source to find out more...

    Does anyone know a good source to find out more about localization in Flash. As far as I know, there's very little support for localization, and the ActionScripter is on his own for this. But just...
  5. Replies
    5
    Views
    619

    I'm not sure what you're actually doing, but from...

    I'm not sure what you're actually doing, but from you explanation, I make up that you're mixing the concepts of time and space in Flash. The loading sequence has not much to do with the play sequence...
  6. Replies
    1
    Views
    510

    First, you'll have to spread your code over 2...

    First, you'll have to spread your code over 2 frames. You cannot pause in the middle of a script, you *can* post in the middle of two frames (note: an ActionScript block in a frame is executed...
  7. Replies
    5
    Views
    583

    Let's start a petition to make this Google's...

    Let's start a petition to make this Google's first hit on 'ActionScript'...
  8. Replies
    3
    Views
    2,136

    Well... I wouldn't want to stand up against ppl...

    Well... I wouldn't want to stand up against ppl with more than 4000 posts.... so I'll stick with the querystring :p

    One question though... is there a convenient way to add the vars to the...
  9. Replies
    3
    Views
    2,136

    I know how to pass on variables to an swf by...

    I know how to pass on variables to an swf by querystring (http://my.domain.com/mymovie.swf?myparam=myvalue) for use within ActionScript, but I'm curious wether it is possible to pass information to...
  10. Replies
    3
    Views
    1,114

    Is the 'another timeline' the _root? Coz it has...

    Is the 'another timeline' the _root? Coz it has too. If it ain't, the thing might be working coz another version of func hangs 'round at the root. If that ain't the problem, I'm curious at what...
  11. Replies
    6
    Views
    489

    just fyi: if I recall it well, a copy by...

    just fyi: if I recall it well, a copy by reference is called shallow copy. I don't remember if there's a name for the opposite.
  12. They have locked the damn thing pretty good. Even...

    They have locked the damn thing pretty good. Even debugging (break points) fail while the panel is active. I wonder wether they have a special (preferably from within ActionScript invokable...
  13. that wasn't too hard... using debug facilities to...

    that wasn't too hard... using debug facilities to inspect the Settings Panel... (*bangs head against wall*). :o

    I hereby state officially that I will not abuse the Settings Panel in any way... at...
  14. C4_Tom: I guess MM had protected the Settings...

    C4_Tom:

    I guess MM had protected the Settings Panel from ActionScript already in some extent (as I coulnd't manage to get it's internal variables visible), and now, for security reasons, did the...
  15. Replies
    6
    Views
    683

    Scenes exist only designtime, in the FLA. A...

    Scenes exist only designtime, in the FLA. A compiled movie (SWF) ignores scenes and treats them all as being 1 long timeline... I guess that might be a reason why to prefer frame labels instead of...
  16. Sorry gnana, that was the HCI-er in me that...

    Sorry gnana, that was the HCI-er in me that spoke. I'm just someone who's quicker in hitting ALT-F4, than IE is in loading a page with background MIDI. But since I'm schizofrenic, I'll give the word...
  17. I hope I don't sound too arrogant, but why would...

    I hope I don't sound too arrogant, but why would you want to hide those settings? They're there for ppl who whant to adjust them, so I'd just leave em there.

    I also have never understood the urge...
  18. Replies
    6
    Views
    493

    hehe... drat: the brackets in my reply where also...

    hehe... drat: the brackets in my reply where also removed :)
  19. Replies
    6
    Views
    493

    gSOLO: Garbage collection is the concept of a...

    gSOLO:

    Garbage collection is the concept of a program cleaning up after you. In Flash this would mean: whenever the player (or testing environment for that matter) finds some idle time (it might...
  20. Well, I dare to doubt that XML.attributes is an...

    Well, I dare to doubt that XML.attributes is an array, as it is filled with named keys. Named keys are typical for objects, which is related to the fact that you can say to any object: myObject.myVar...
  21. I have an XML or XMLNode object (XML is deducted...

    I have an XML or XMLNode object (XML is deducted from XMLNode) whose attributes I'd like to get rid of. The 'attributes' property of an XML/XMLNode seems to be an object (it's behaviour at least...
  22. Replies
    6
    Views
    493

    This is a rather general question. I'm curious to...

    This is a rather general question. I'm curious to garbage collection in ActionScript. I suppose garbage collection *is* implemented in the Flash Player, but I wonder how it works.

    My guess is that...
  23. Replies
    0
    Views
    416

    I call onto ASSetPropFlags in my Flash movie, but...

    I call onto ASSetPropFlags in my Flash movie, but want to undo it afterwards. Does anyone know a way?

    If you want to know what I'm actually trying to do: I have a descendant of XML, being...
  24. Replies
    8
    Views
    597

    Tnx, senocular, that was *exactly* the thing I...

    Tnx, senocular, that was *exactly* the thing I was looking for!
  25. Replies
    8
    Views
    597

    tnx, Catbert... that shouldn't be too hard. I'll...

    tnx, Catbert... that shouldn't be too hard. I'll give it a try and post the result back here.
Results 1 to 25 of 49
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center