A Flash Developer Resource Site

Search:

Type: Posts; User: StarLight{PL}

Page 1 of 5 1 2 3 4

Search: Search took 0.05 seconds.

  1. Interesting article looking back on webdesign in 2003

    http://www.makikoitoh.com/archives/2003/12/30/webdesign2003.php

    Has anyone seen similar articles? I need more sources to educate the managementeria, so to speak :-)

    Any help greatly...
  2. Replies
    15
    Views
    1,128

    Ads do not bother me

    I even click on a few here and there when I visit, just to show my appreciation for the outstanding site that Flashkit is...

    best regards,
    StarLight
  3. Replies
    0
    Views
    455

    asfunction hangs up!

    Grrr Flash 5...

    I'm creating an interactive CD-ROM, where I've dynamic text loaded into textbox. I'm using asfunction to jump to another part of the swf. While it works flawlessly on a website, it...
  4. Replies
    6
    Views
    757

    Perhaps You simply need to

    tick the "html" formatting checkbox in text options panel. From what You're saying (the tags appearing in the resulting textbox) it just seems that the box doesn't accept html formatting. If it is...
  5. Replies
    4
    Views
    497

    Keep the scope in mind

    You have to make sure that the change to the movementFlag variable is visible in the scope the scrolling code resides. I've appended "_root." (i.e. _root.movementFlag) to it and it works :mrpimp: :D...
  6. Replies
    4
    Views
    497

    Set a flag variable or something like that on click

    You could do it like this. On init, set the two variables:


    expandMe = false;
    movementFlag = 0;


    upon clicking:
  7. Replies
    4
    Views
    497

    Syntax?

    if (getProperty(this,_y)>255) {
    setProperty(this,_y,-1);
    }


    hmmm. I think it should read

    if (getProperty(this,_y) > 255) {
    setProperty(this,_y, _y - 1);
    }
  8. Thread: x board

    by StarLight{PL}
    Replies
    2
    Views
    358

    One more huge resource...

    Again, there is a large resource here on Flashkit:

    Movies > Scripting > Using external files

    (http://www.flashkit.com/movies/Scripting/Using_External_Files/index.php)

    These aren't tutorials,...
  9. Thread: x board

    by StarLight{PL}
    Replies
    2
    Views
    358

    Perhaps this would be of some help...

    Here are some links I've stumbled into when searching for things completely different from the subject :D :


    ...
  10. thx :(

    Hmmm... This explains why there are sometimes NaN's and sometimes values like 98%. Sad. I don't have any other idea for this. It would be good to have this functionality around. Alas.
  11. preloader for loadvariables - challenge or utopia?

    Hello!

    (Flash 5)

    I'm using "loadvariables" command to load text from external php scripts. I was wondering if it was possible to do some sort of preloader for this, as some texts tend to be...
  12. dynamically passing label to gotoAndPlay?

    Hello,

    I need a code which would allow me to dynamically pass a frame label to a gotoAndPlay instruction. Is it possible in Flash 5?

    Sth like this pseudocode:

    label="myFancyFrameLabel";...
  13. Replies
    1
    Views
    509

    Posts don't show? [solved - spambots]

    I've got a few mails recently informing me of new posts in subscribed threads, but when I follow the link there are no new post displayed. Strange though, because there are last post indicators on...
  14. Replies
    8
    Views
    1,823

    I know I owe You a volley

    It's just lack of time which keeps me away from tennis. Will try to pixelize sth. by the end of the week...

    sorry for beeing so slow :(
    StarLight{PL} webmaster @ hell on earth :P
  15. Replies
    8
    Views
    1,850

    Short of time :(

    As I've written You in the PM I've very little time for tennis now, but I'll try to assemble something till end of the week... Depends on many things.

    I apologise for being so slow, It's just that...
  16. Replies
    8
    Views
    1,850

    To embeed an image You have to host it somewhere...

    To embeed an image You have to host it somewhere on a webserver and link it using the IMG tag. If the image is above 100kb, link it using URL tag (the "http://" button on the reply panel).

    If You...
  17. Replies
    8
    Views
    1,823

    Yessss :)

    Gr8! Now the time that went into that volley won't be wasted. You're welcome to battle :)

    l8r :D
    StarLight
  18. Replies
    8
    Views
    1,850

    I'm game!

    Of course if You don't mind slight longer reply times (I've monstrous week ahead of me).

    Any rules?
  19. Replies
    24
    Views
    3,177

    Only wanted 2 help

    (There goes my hope of someone picking up the (vanishing)killabry vs me :P)

    May the gods of photoshop bless You on this one :D

    Good night :D

    ZZzzzzZZZzzzZZZzzzzz
  20. Replies
    24
    Views
    3,177

    okay, one more time :)

    I can see Labels serve. In fact I've it downloaded :)

    I can e-mail it to You (150kb worth of GIF :) ), but I need Your e-mail for this. PM me with Your e-mail or post Your e-mail here :)

    I ask...
  21. Replies
    24
    Views
    3,177

    hmmmm strange - I can

    As fair play means much to me, I can e-mail it to You! PM me with Your e-mail :D

    Perhaps some nice exchange? I'll email the serve to You, and You'll pick up after killabry? :D

    greetz,
    ...
  22. Replies
    24
    Views
    3,177

    Ha!

    Hey Sybersnake,

    I gave up because You Really Really wanted to go into this battle, You muscled in with the serve, and now what :p ?

    Anyways I'm out for this weekend, if You don't want to...
  23. Replies
    8
    Views
    1,823

    Seems like killabry chickened out :(

    Strange... I saw him posting on the other forums on 29 and 30 Jan, sent him two emails, no reply (chicken :p)...

    Why everytime I try to enter a battle sh*t happens? Damn.

    Anyone to pick up...
  24. Replies
    24
    Views
    1,755

    Developing HTML for Flash

    Ok, here's a small trick I use when I'm developing something in flash that has to have a certain html wrapping (i.e. like table with background and such).

    To avoid the hassle of cut&pasting the...
  25. Replies
    8
    Views
    1,823

    Beware!!

    http://www.slt.solutions.net.pl/fk/frag/frag_r1.jpg

    :D

    or, just in case the above doesn't work, see attached file...

    PS: It's 3:01 AM... LOL, how fast the time flows when in battle :P
Results 1 to 25 of 102
Page 1 of 5 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center