A Flash Developer Resource Site

Search:

Type: Posts; User: idi

Page 1 of 10 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    1
    Views
    2,042

    hi FlashLite supports loadVariables which you...

    hi

    FlashLite supports loadVariables which you can use to call a PHP script - the only catch being that the user has to approve each time your script calls the internet. But basically it is very...
  2. Replies
    4
    Views
    2,554

    Hi I would think the Nokia 6680 would be a...

    Hi

    I would think the Nokia 6680 would be a good bet for the top spot. According to this list it is available in the US. (Unfortunately I could only afford the 6260 myself :-) ). Dunno if the Nokia...
  3. Replies
    4
    Views
    3,357

    according to this link...

    according to this link the 3650 supports FL1.1
  4. Replies
    4
    Views
    1,074

    Library palette finally stays put - NOT!

    Hi all

    One of the much publicized "features" of S8 was supposed to be that at long last the Library palette (among others) would stay where it was left. This is not true on my dual monitor-system...
  5. Replies
    4
    Views
    1,447

    Well, you can order it now (not pre-order), but...

    Well, you can order it now (not pre-order), but what happened to my order was that it was placed on "pending" status whatever that means. I ordered the download upgrade version of Studio for Win. If...
  6. Replies
    3
    Views
    2,299

    Hi I for one would be interested in learning...

    Hi

    I for one would be interested in learning how to do hitTest in FL1.1 - which is a barrier in many projects/ideas I develop. Also tips on optimizing graphics, colors, and animation would be...
  7. Replies
    2
    Views
    686

    on the cursor issue you could try:...

    on the cursor issue you could try: myBtn1_btn.useHandCursor = false;
    (In this case nyBtn1_btn is the instance name of the button on your stage)

    cheers
    idi
  8. Replies
    1
    Views
    373

    Maybe you need to load/run your animation in a...

    Maybe you need to load/run your animation in a different depth index. If you use Flash MX 2004 (Flash Player 7) you can use the getNextHighestDepth() to determine what depth index you should use.
    ...
  9. Replies
    1
    Views
    503

    Check this page out...

    Check this page out - its a good place to start...

    cheers
    idi
  10. Replies
    3
    Views
    1,117

    You could probably find what you're looking for...

    You could probably find what you're looking for in the LoadVars.send() or loadVariables command...

    cheers
    idi
  11. Replies
    1
    Views
    384

    have you tried something like this: ...

    have you tried something like this:

    _parent.boil_mc.gotoAndPlay("framelabel");

    cheers
    idi
  12. Replies
    5
    Views
    537

    you can use this format: ...

    you can use this format:

    myfile.swf?var1=val1&var2=val2

    in this way when the swf loads it will (in this case) have a variable called "var1" with a value of "val1" and so forth. this is a pretty...
  13. Replies
    2
    Views
    608

    Hi Apparently you're absolutely right - it...

    Hi

    Apparently you're absolutely right - it does work fine when I do that. Old and bad habits die hard I guess :-)

    cheers
    idi
  14. Replies
    2
    Views
    608

    beginGradientFill not working in v7 player?

    Hi

    The code below is copied directly from the helpdocs - and when published as player version 6 it works fine - BUT when publishing as v7 it apparently does nothing... Does anyone know what is...
  15. have you tried dropping the controller onto the...

    have you tried dropping the controller onto the video?

    idi
  16. Replies
    4
    Views
    492

    Hi AFAIK there is no projector-option for...

    Hi

    AFAIK there is no projector-option for Linux. You have to run it via a browser. And you have to publish for Flash Player 6 for the time being as the Linux version isn't quite up to date yet.
    ...
  17. Replies
    1
    Views
    300

    Maybe the TextFormat.tabStops command can help...

    Maybe the TextFormat.tabStops command can help you - otherwise set each column up in a separate textfield. If you go with the tab stops method then just use regular tabs in the text file - they...
  18. Replies
    2
    Views
    469

    In Flash MX you could try something like, which...

    In Flash MX you could try something like, which will work on MM 'official' components:

    globalStyleFormat.embedFonts = true;
    globalStyleFormat.textFont = "Arial";...
  19. Thread: leading in text?

    by idi
    Replies
    2
    Views
    440

    Actually there is a leading adjustment: In the...

    Actually there is a leading adjustment:
    In the Text properties box click on Format and adjust the Line Spacing value (why MM uses Line Spacing instead of Leading I don't know though).

    cheers
    idi
  20. Replies
    4
    Views
    433

    selv tak :)

    selv tak :)
  21. Replies
    4
    Views
    433

    use new Date().getDate(); to return todays date...

    use new Date().getDate(); to return todays date (a number between 1 and 31) - eg.:

    daytoopen = new Date().getDate();

    cheers
    idi
  22. maybe you should doing something with the timer,...

    maybe you should doing something with the timer, which measures time rather than frames...

    idi
  23. Replies
    3
    Views
    827

    If you are using embedded fonts and library items...

    If you are using embedded fonts and library items that are set to export in first frame all these elements have to load before any preloading sequence will start. In fact nothing will happen before...
  24. Replies
    0
    Views
    841

    shutting down a chatroom

    Hi

    Any help on the following problem would be greatly appreciated (and please bear with a relative newcomer):

    I have a public chatroom (just textchat) created using standard components. And I...
  25. Replies
    2
    Views
    444

    check out clydesonline.com - saw it showcased at...

    check out clydesonline.com - saw it showcased at FlashForward03 in New York (I think). Pretty cool implementation. There is also an article about that site at macromedia.com.

    cheers
    idi
Results 1 to 25 of 228
Page 1 of 10 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center