A Flash Developer Resource Site

Search:

Type: Posts; User: euphoricGenius

Page 1 of 15 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    14
    Views
    696

    yeah, its so frustrating! glad to hear things are...

    yeah, its so frustrating! glad to hear things are working now!


    eG
  2. Replies
    8
    Views
    526

    well you could develop your own image format, you...

    well you could develop your own image format, you can get flash to read an write them, you could store them in a MySQL data base for example and just pull and save the data from there.


    eG
  3. Replies
    7
    Views
    564

    is that what you wanted? eG

    is that what you wanted?


    eG
  4. Replies
    8
    Views
    526

    i dont think its is a good idea to try and parse...

    i dont think its is a good idea to try and parse a pdf

    are we only talking about modifying vector images?


    eG
  5. Replies
    5
    Views
    387

    ah, after reading the post properly, i see...

    ah, after reading the post properly, i see clearly now.


    to however clawback an inch of dignity maybe this is closer;


    "http://blahaja.com/name.php?site="+_root.Color.input.text;


    eG
  6. Replies
    1
    Views
    565

    you could simply use custard =...

    you could simply use


    custard = setInterval(function (){clearInterval(this);gotoAndPlay(2);},5000)


    and remove the need for an external function call

    eG
  7. Replies
    5
    Views
    387

    "http://blahaja.com/name.php?site="+_root.input+"&...

    "http://blahaja.com/name.php?site="+_root.input+"&colour="+_root.inputcolour;



    eG
  8. Heres the file if you dont want to read the...

    Heres the file if you dont want to read the dialog.


    eG
  9. i rembered a thread i answered some time ago ...

    i rembered a thread i answered some time ago

    http://www.flashkit.com/board/showthread.php?threadid=471124

    eG
  10. Replies
    14
    Views
    696

    could you open my flash file publish it and post...

    could you open my flash file publish it and post it here so i can see if i see the same as you.


    eG
  11. Replies
    16
    Views
    1,019

    if you are using this code if (_root.pagina...

    if you are using this code


    if (_root.pagina == "test"){
    gelukt = "ja";
    _root.gotoAndPlay(100);
    }
    else {
    gelukt = "nee";
    }
  12. Replies
    16
    Views
    1,019

    have you tryed tracing the value of "pagina"...

    have you tryed tracing the value of "pagina" before the if statement and then again within the if statement to check its not the variable causing the problem

    eG
  13. Replies
    14
    Views
    696

    i am using Flash MX Pro 7.0.1 (thats got the...

    i am using Flash MX Pro 7.0.1 (thats got the flash update on it)

    try installing the update and see if that helps

    http://www.macromedia.com/support/flash/downloads.html#updaters

    eG
  14. Replies
    7
    Views
    564

    backdated to MX if you need it eG

    backdated to MX if you need it

    eG
  15. Replies
    7
    Views
    564

    Attached. eG

    Attached.

    eG
  16. Replies
    14
    Views
    696

    seems to work this end eG

    seems to work this end


    eG
  17. Replies
    16
    Views
    1,019

    could you post the fla, the code is fine it has...

    could you post the fla, the code is fine it has to be a fault somewhere else.


    eG
  18. Replies
    16
    Views
    1,019

    try this if (pagina == "new") { test =...

    try this


    if (pagina == "new") {
    test = "ja";
    _root.gotoAndPlay(100);
    }
  19. Replies
    8
    Views
    526

    you can find out more @ ...

    you can find out more @

    http://www.php.net/manual/en/ref.pdf.php

    and at the related links


    eG
  20. Replies
    8
    Views
    526

    ...did i mention PHP could write PDF....eG:p

    ...did i mention PHP could write PDF....eG:p
  21. :) eG

    :) eG
  22. http://www.actionscript.org/software/converters_to...

    http://www.actionscript.org/software/converters_to_swf/

    is one place to start


    eG
  23. Replies
    16
    Views
    1,019

    is this code on an MC somewhere ie not on the...

    is this code on an MC somewhere ie not on the root?

    eG
  24. if you have a lot of clips its ages, unless you...

    if you have a lot of clips its ages, unless you use a program to do it automatically.

    Personally i stick to Jpgs or vector art in a swf


    eG
  25. look through the code until you find "," and...

    look through the code until you find "," and change it to " "



    eG
Results 1 to 25 of 367
Page 1 of 15 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center