A Flash Developer Resource Site

Search:

Type: Posts; User: SickBoy303

Page 1 of 8 1 2 3 4

Search: Search took 0.54 seconds.

  1. Replies
    4
    Views
    721

    I mean that the part where i can load an external...

    I mean that the part where i can load an external xml file doesn´t work...
    MC "load"
    if (eval("doc" + i).loaded == true) {
    docOnLoad();
    } else {
    gotoAndPlay (5);
    }
    // this runs endless :(...
  2. Replies
    4
    Views
    721

    John Wehr´s XMLEditor Problem at MX

    I downloaded following great fla of John Wehr:
    http://www.flashkit.com/movies/Applications/Flash_XM-John_Weh-3227/index.php

    Using it with Flash5 at my office works perfect!
    i load the static...
  3. Replies
    2
    Views
    811

    Generally db XMLFlash question

    I like to display db datas in flash via xml.
    But what is the common way to do this ?
    Here are two ways i thought about.

    1. I create a new db-base entry through an admin interface.
    The new...
  4. Replies
    7
    Views
    2,744

    Some more questions :)

    1. Where can i download a manual for the fcs? URL needed
    2. Is it possible to limit the up and down stream for all
    clients and according to their bandwidth?
    3. Where can I find an example of an...
  5. Replies
    7
    Views
    2,744

    Is it possible to make a video conferencing...

    Is it possible to make a video conferencing channel with the CS ? Something like Cuseeme ?
    My idea is up to 200 users on one server chatting in different chat rooms with video transmission.
    What do...
  6. Replies
    2
    Views
    1,266

    Thx alot !

    The way these guy describe the collision detections remind me at my friend here. They are c-64 freaks and working almoust with it. But I think the hitTest-command would be faster in my case.
    ...
  7. Replies
    2
    Views
    1,266

    Hi The actual game i´m working on works with...

    Hi

    The actual game i´m working on works with a lot of
    collision detections to find the way through the
    racing tracks. But I think some of the users here
    are real masters in game programming...
  8. Replies
    1
    Views
    757

    Hi I´d like to make an AVI from an Flash 5...

    Hi

    I´d like to make an AVI from an Flash 5 movie including
    Actionscript FX.

    Does anyone got a good working programm for it ?

    thx
  9. OK

    I found a solution :)

    The command is "quit".

    How stupid how simple ... ;)
  10. Hi Can somebody please tell tell me what´s the...

    Hi
    Can somebody please tell tell me what´s the correct
    Javascript command for close window when I use an flash
    projector file ?

    I have to use the FS-Command on a button but with which
    command...
  11. I found the solution

    A static text field use the line row ( line spacing )
    of 2pt which is standard in the text option.
    A dynamic text field adds 2 more pt !!

    The solution was:
    I choose the text option of the...
  12. Hi everyone I made following: 1. I create a...

    Hi everyone

    I made following:

    1. I create a texfield with "static text" option and
    "Arial" font in size "12". The text are above 5 lines.

    2. I create a textfield with "dynamic text"...
  13. Replies
    1
    Views
    428

    ok step by step ;) you got 20 mc´s...

    ok
    step by step ;)

    you got 20 mc´s (movieclips)
    they are named movie1 till movie20

    in the mc´s are 2frames.
    first frame shows nothing and got a stop(); AS (Actionscript) command
    second...
  14. Replies
    2
    Views
    757

    It´s a caching problem

    target = "hiscore.php?target" add random (9999) add "=" add (random(9999));

    onClipEvent (load) {
    loadVariables (target, _parent);
    }

    ready :)
  15. Replies
    0
    Views
    563

    When I create a rotation of a MC with many vector...

    When I create a rotation of a MC with many vector parts inside my computer is slowing down extremly compared to
    an rotating mc with an jpg or gif gfx inside. In my case
    the jpg gfx is a picture of...
  16. Replies
    3
    Views
    495

    There´s an easier way

    Try this:

    target="text.txt?dummy=" add math.random(9999);
    loadVariable(target,0);

    It´s much easier in this way I think ;)
  17. Replies
    1
    Views
    528

    Does anyone know a bandwith emulator app ? I...

    Does anyone know a bandwith emulator app ?
    I need it for different things, not only for flash where I can emulate different connection speeds.
    thx
  18. Replies
    1
    Views
    479

    Easy one

    You have to load the variable into your movie.
    The text file has to seem like this:
    variable1=Here is the demo text&variable2=demo demo&...

    then you put an variable declaration into your input...
  19. Replies
    0
    Views
    552

    1. What bug-fixes has this new player version...

    1. What bug-fixes has this new player version (XML..)??
    2. Where can I get informations about further updates ?
    THX
  20. Replies
    9
    Views
    912

    In germany you have to pay a license fee to the...

    In germany you have to pay a license fee to the GEMA.
    You have to look the for the regulation in your country.
  21. Replies
    1
    Views
    552

    1. What bug-fixes has this new player version...

    1. What bug-fixes has this new player version (XML..)??
    2. Where can I get informations about further updates ?
    THX
  22. sorry i think you misunderstand me

    I don´t want say flash to copy the clipboard content in an input text field.
    I´d like to use STRG+C for copy from word for example and STRG+V to paste an text into an input field.
    The only...
  23. no

    that´s not what I need :(
    I need a script for pasting text into an input textfield!
    thx
  24. Does anyone know a possibility to paste standard...

    Does anyone know a possibility to paste standard text from clipboard into input textfield ??
    Thx
  25. is it possible to paste an standard text from a...

    is it possible to paste an standard text from a clipboard
    into an input textfield ?
    I need it for a news system.
    thx
Results 1 to 25 of 191
Page 1 of 8 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center