A Flash Developer Resource Site

Search:

Type: Posts; User: Ilya

Page 1 of 20 1 2 3 4

Search: Search took 0.35 seconds.

  1. Replies
    2
    Views
    836

    Hi ! Are you sure that you output text in...

    Hi !

    Are you sure that you output text in win125x encoding, use fonts with default cyrilic encoding and include font outlines ? :)
    And in Flash6 you may try to use unicode or say ...
  2. Replies
    5
    Views
    1,185

    I mean that it will work awful with detection.swf...

    I mean that it will work awful with detection.swf exported by Flash MX :) After careful reading you will find it on page where you found that files :) (actually it is my page :)
  3. Replies
    5
    Views
    1,185

    Hi ! But you forgot to mention that for real...

    Hi !

    But you forgot to mention that for real results detection.fla can be edited only in Flash4 :) If you have no Flash4, don't touch detection.swf and use included urls.txt file :)
  4. Thread: PHP+Flash news

    by Ilya
    Replies
    4
    Views
    1,518

    Hi ! have you some url to look at your .php...

    Hi !

    have you some url to look at your .php and .swf files ?
    And what action do you use to call .php from Flash ?
  5. Thread: PHP+Flash news

    by Ilya
    Replies
    4
    Views
    1,518

    Hi ! You may try to call that script from...

    Hi !

    You may try to call that script from flash using loadvariables action and say in the end something like
    <?echo "headline=".$headline."&text=".$text;?>
    after it you will have variables...
  6. Replies
    3
    Views
    1,498

    Hi ! and what flash version are you talking...

    Hi !

    and what flash version are you talking about ? If you mean windows Flash4-5 projectors, i had example about it on my page :)
  7. Replies
    1
    Views
    1,213

    Hi ! As I remember Chili!Soft ASP still requre...

    Hi !
    As I remember Chili!Soft ASP still requre SMTP server at localhost ? Are you sure that you have smtp on port 25 ? If not, you may try SMTP links from ...
  8. Replies
    9
    Views
    2,196

    Hi BooGY! and sorry - i do not recommend you...

    Hi BooGY!

    and sorry - i do not recommend you using small http server as web server - it still have some limitations (you can't use php modules and etc.). It is perfect only for using as SMTP, POP3...
  9. Replies
    4
    Views
    883

    Hi ! If you want to close parent window...

    Hi !

    If you want to close parent window without prompt, try to check this old .fla :)
    http://polar-lights.com/fla/fla/Open_Close.zip
    or example
    http://polar-lights.com/fla/fla/Open_Close.html...
  10. Replies
    4
    Views
    1,621

    Hi ! are you sure that variable $Email exixts...

    Hi !

    are you sure that variable $Email exixts in that script ?
    You send it in post data ?
  11. Replies
    2
    Views
    1,237

    Hi ! And why not to say just: ...

    Hi !

    And why not to say just:

    getURL("javascript:document.bgColor='#ff0000'; void(0);");

    without editing HTML page ? :)
  12. Thread: Message Board

    by Ilya
    Replies
    2
    Views
    1,344

    Hi ! Not talking about features, i think that...

    Hi !

    Not talking about features, i think that http://www.invisionboard.com/ is faster and more secure :)
  13. Replies
    9
    Views
    2,196

    Hi ! Internal windows SMTP server is not...

    Hi !



    Internal windows SMTP server is not the best choice, but you may try for example :
    1. EzMTS from http://www.ezmts.org/
    2. Small HTTP server from http://home.lanck.net/mf/srv/index.htm...
  14. Thread: Conversion

    by Ilya
    Replies
    3
    Views
    1,027

    Hi ! and why not to use something easy and...

    Hi !

    and why not to use something easy and without backend like

    str = "hay";
    for (i=0; i<str.length; i++) {
    letter = str.substr(i, 1);
    if (letter == "A" || letter == "a") {
    newstr +=...
  15. Replies
    1
    Views
    844

    Hi ! Just a suggestion. Try to do everything...

    Hi !

    Just a suggestion. Try to do everything wihout Java and javascript :) And about detection for example I have that old url :)
    http://www.polar-lights.com/fla/detection.html
  16. Replies
    4
    Views
    1,303

    Hi ! or try that funny .fla...

    Hi !

    or try that funny .fla
    http://www.polar-lights.com/chrome/
    :)
  17. Replies
    1
    Views
    653

    Hi ! Nothing changes in this world :) Same...

    Hi !

    Nothing changes in this world :) Same vBulletin v1.1.3 on FlashKit and same questions :)
    try
    ...
  18. Replies
    1
    Views
    744

    Hi ! Just one small tip :) For example if you...

    Hi !

    Just one small tip :)
    For example if you will send to server scripts something like
    name.php?set[id1]=43&set[id2]=44
    then this easy script


    <?
    foreach ($set as $name => $value) {
  19. Thread: php confusion...

    by Ilya
    Replies
    1
    Views
    777

    Hi ! Why not to take server with already...

    Hi !

    Why not to take server with already build-in PHP ? :)
    Like OmniHTTPd or MicroHost ? :)
  20. Replies
    4
    Views
    990

    Hi ! You may try to check .fla about...

    Hi !

    You may try to check .fla about server-side cookies on my page :)
  21. Thread: Random motion

    by Ilya
    Replies
    1
    Views
    755

    Hi ! Object in Flash movie ? or using JS ? :)...

    Hi !

    Object in Flash movie ? or using JS ? :)

    PS have one old funny example with random
    http://www.polar-lights.com/test/test2.html
    :)
  22. Hi ! 2 boiled brain : Actually FS_commands...

    Hi !

    2 boiled brain :
    Actually FS_commands work in both directions :)
    In that example SetVariable send variable from JS to Flash and GetVariable reads variable from Flash. But it is true that...
  23. Hi ! And while experimenting with tables, keep...

    Hi !

    And while experimenting with tables, keep in mind that it is impossible to to detect Flash player and show image with stability more then 85-90% :) Never!
    :)
  24. HI ! One more link :) ...

    HI !

    One more link :)
    http://members.lycos.co.uk/rogergo/
    server+perl+php+mysql+myadmin
    foxserv = 33.8Mb and microHost= 1.6Mb :)
    But seems that there is no any docs and only CGI.pm and...
  25. Replies
    4
    Views
    929

    Hi ! sure :) for example with PHP+FlashMX or...

    Hi !

    sure :) for example with PHP+FlashMX or with php+ming+Flash5 or cgi+jpeg2swf+flash4-4 or generator+anything+flash4-5 and etc :)
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center