A Flash Developer Resource Site

Search:

Type: Posts; User: Leo Cavalcante

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Thread: :(

    by Leo Cavalcante
    Replies
    6
    Views
    3,210

    I finally get Adobe Flash CS3, but some times in...

    I finally get Adobe Flash CS3, but some times in month come here just to read.
    And I still waiting for new releases of 3DFA.
  2. finally :) here is it for who wanna know! ...

    finally :)
    here is it for who wanna know!

    file meuxml.xml

    <?xml version="1.0" encoding="utf-8" ?>

    <itens>

    <item1>Item 01</item1>
  3. External variables/XML, flash 9 export

    How to load external variables or a XML file in 3DFA using AS3/flash 9?
  4. Replies
    4
    Views
    2,234

    GRATZ for you guys ;)

    GRATZ for you guys ;)
  5. Replies
    2
    Views
    1,465

    put when movie starts: my_edit_var = "";

    put when movie starts:
    my_edit_var = "";
  6. Thank you so much :)

    Thank you so much :)
  7. Ok, forget it... sorry :D

    Ok, forget it... sorry :D
  8. [RESOLVED] Trouble with not conventional fonts

    Hi, I saw my website in other computer and it's bad, not is same that I see in my computer because of the fonts...
    It's should be like this:...
  9. Replies
    31
    Views
    7,692

    I have more 2 blur experiences :D See also:...

    I have more 2 blur experiences :D

    See also:
    http://www.leocavalcante.biteiro.com.br/3DFALabs/?id=BlurMove
    http://www.leocavalcante.biteiro.com.br/3DFALabs/?id=AlphaBlur
  10. Replies
    31
    Views
    7,692

    Hi folks, I'm showing my new experience, is...

    Hi folks, I'm showing my new experience, is simple but can be useful for a 3DFA beginner like me :p

    Here is it:
    http://www.leocavalcante.biteiro.com.br/3DFALabs/?id=Blur

    NOTE: "ob" var is my...
  11. [RESOLVED] Doesn't work when export, why?

    I'm making a simple move object using "...rest", when I test my movie in 3DFA window this woks well, but when I export doesn't work.! :confused:

    My code and a simple sample .movie in attach
    ...
  12. Replies
    14
    Views
    3,577

    can you attach a simple .movie to seen where's...

    can you attach a simple .movie to seen where's the problem?!
  13. Replies
    1
    Views
    1,358

    In your last scene, add a new script event and...

    In your last scene, add a new script event and put this:
    getURL("http://www.website.com/", "_self");

    "_self" : Open in the same window.
    "_blank" : Open in a new window.
  14. Replies
    3
    Views
    1,691

    Nice :) Thank you LewxX

    Nice :)
    Thank you LewxX
  15. Replies
    3
    Views
    1,691

    [RESOLVED] Accent in Edit Box?

    Hi, I'm having problems with the accentuation in Edit Boxes, this simply doesn't work. "You" is "você" in Portuguese(Brazilian).
    If I put "você" in a Edit Box this change to "vocÞe".
    Anybody...
  16. Replies
    8
    Views
    2,513

    LewxX try this: var myVideo:Video; var...

    LewxX try this:


    var myVideo:Video;

    var nc:NetConnection = new NetConnection();
    nc.connect(null);

    var ns:NetStream = new NetStream(nc);
    ns.play("video.flv");
  17. Replies
    7
    Views
    2,479

    so you'll need to set a variable name for...

    so you'll need to set a variable name for buttons:

    When Movie Starts:
    var wasClicked:Boolean = false;
    var first_btn = element("First button");
    var second_btn = element("Second button")

    On...
  18. Replies
    6
    Views
    2,102

    Oh sorry :/

    Oh sorry :/
  19. Replies
    6
    Views
    2,102

    I use www.110mb.com [:)]

    I use www.110mb.com [:)]
  20. Replies
    3
    Views
    1,585

    Thank you very much Zoranan.

    Thank you very much Zoranan.
  21. Replies
    7
    Views
    2,479

    try something to verify that the first button was...

    try something to verify that the first button was clicked, a boolen var for example:

    var wasClicked:Boolean = false;

    In first button:
    root.wasClicked = true;

    In second button:
    if...
  22. Replies
    6
    Views
    2,102

    try loadVariables: ...

    try loadVariables:

    root.loadVariables("http://localhost/file_write.php", "POST");
  23. Replies
    11
    Views
    2,940

    I'm not sure but, is this?!

    I'm not sure but, is this?!
  24. Replies
    14
    Views
    7,818

    Very nice. :)

    Very nice. :)
  25. Replies
    11
    Views
    2,940

    I guess that I make what you are looking for....

    I guess that I make what you are looking for.
    Can you programming using the progress script of loaders
    Take a look!
Results 1 to 25 of 47
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center