A Flash Developer Resource Site

Search:

Type: Posts; User: cuaris

Search: Search took 0.05 seconds.

  1. Thread: Print to file

    by cuaris
    Replies
    2
    Views
    402

    It wasn't my intention to store the information...

    It wasn't my intention to store the information inside flash.

    I already have a swf which loads information from a database and creates a chart based on these information.

    What I'd like to do...
  2. Thread: Print to file

    by cuaris
    Replies
    2
    Views
    402

    Print to file

    Imagine you generate a dynamic graphic which depends on several database information.

    Now I'd like to provide a button which enables the user to save this illustration as a file. Equivalent to a...
  3. Replies
    3
    Views
    399

    Imagine you generate a dynamic graphic which...

    Imagine you generate a dynamic graphic which depends on several database information.

    Now I'd like to provide a button which enables the user to save this illustration as a file. Equivalent to a...
  4. Replies
    3
    Views
    399

    Saving a particular frame as a file

    Hi everybody,

    is it possible to save a partcular frame as a file (for example as a JPEG)? I know I can export JPEG's. But is it also possible with Actionscript?

    Thx cuaris
  5. Replies
    4
    Views
    502

    Place the preloader on level0. Maybe in a...

    Place the preloader on level0. Maybe in a preloader scene.
    But for this you have to MAKE three keyframes ;-)
  6. So why don't you combine the answer of that guy...

    So why don't you combine the answer of that guy in
    the other forum with a normal preloader?

    e.g.:http://board.flashkit.com/board/showthread.php?threadid=151796

    Or did I get the problem...
  7. Hi, why don't you use several movies instead?...

    Hi,

    why don't you use several movies instead? :D

    cu
  8. Replies
    4
    Views
    502

    Hi, looks like you have to program a preloader...

    Hi,

    looks like you have to program a preloader ;-)

    Make three Keyframes.
    The first should look something like this:

    loadMovie("movie1.swf",1);
    loadMovie("movie2.swf",2);
    ...
  9. Replies
    1
    Views
    428

    Hi, I just can tell you how to call your cgi...

    Hi,

    I just can tell you how to call your cgi script from
    your flashmovie...

    Try this one:

    loadVariables ("yourscript.cgi?search="+yoursearch,0);

    yourscript.cgi has to make an output in...
  10. Replies
    13
    Views
    1,081

    Can't believe this :-))

    Haven't you heard of Swift Generator yet?!? *lol*
  11. Replies
    13
    Views
    1,081

    Thank you all... :-)

    Well... what should I say. Now I'm able to import
    a mysql database into flash. Thank you :-)

    By the way... How can I send a query to the php Script
    through flash?

    regards cuaris
  12. Replies
    13
    Views
    1,081

    Little bit too much for me ;-)

    Hi again...

    Thanks for your support, but I'm a newbie to php and mysql.

    Maybe at the first step you could help me to correct this code:

    //text.php3
    <?
    $text="Hello";
    ?>
  13. Replies
    1
    Views
    343

    Hi everybody... Can anybody tell me how to...

    Hi everybody...

    Can anybody tell me how to import variables from a
    *.php3 document into Flash 5?

    I just don't get it work :-)

    regards cuaris
  14. Replies
    1
    Views
    634

    Hi everybody... How can import variables from...

    Hi everybody...

    How can import variables from a *.php3 document
    into Flash? I tried it with load variables using get
    but that doesn't seemed to work...

    Thanks in advance cuaris
  15. Replies
    13
    Views
    1,081

    Hello there... Can anybody help me with data...

    Hello there...

    Can anybody help me with data import from an MySQL
    database with php3 into Flash?

    Thanks in advance...

    cu cuaris
  16. Thanks a lot

    Unbelieveable that this is can be found in the Macromedia documentation ;-))

    regards cuaris
  17. Hi everyone... How can open a new browser...

    Hi everyone...

    How can open a new browser window using a FS-Command and JavaScript?

    cuaris
  18. Replies
    0
    Views
    352

    How can I open a new browser window using...

    How can I open a new browser window using JavaScript and FS Command. Unfortunately the tutorial does not work. Really urgent!!!

    Thanks cuaris
  19. Replies
    1
    Views
    470

    Hope this helps :-)

    Hi...

    First you have to make a movie clip which contains
    the scrolling images. Then give it an instance name.
    i.e. pictures or something...
    After you finished the animation, create a new layer...
  20. Replies
    4
    Views
    622

    Thanks a lot :-)

    Hey Rosie...

    Thanks a lot for your support, but I had do perform a little modification on your script.
    It worked fine with the example I gave you. But as I tried to increase the number of mc's...
  21. Replies
    4
    Views
    622

    Got an idea. But need some further help :-)

    My idea is a colision detection with two kinds of movieclips.
    One movie clip is a dragable which snaps to the cursor at the begining
    of the main movie.

    Then I got several movies which lie also...
  22. Replies
    1
    Views
    1,231

    Hi everyone... how can I create a mouseblur...

    Hi everyone...

    how can I create a mouseblur without a button effect.
    Means that I don't want to see a hand like in the behaviour
    of a button.

    Thanks in advance
  23. Replies
    4
    Views
    622

    Hi everyone... how can I create a mouseblur...

    Hi everyone...

    how can I create a mouseblur without a button effect.
    Means that I don't want to see a hand like in the behaviour
    of a button.

    Thanks in advance
Results 1 to 23 of 23




Click Here to Expand Forum to Full Width

HTML5 Development Center