A Flash Developer Resource Site

Search:

Type: Posts; User: Hereje

Search: Search took 0.02 seconds.

  1. so you already know VB? why don't you try to make...

    so you already know VB? why don't you try to make your game in Blitz3D? you can find a library for multiplayer comunication, also blitz3d can manage 3D models in DirectX7, music in MOD or MP3...
  2. Replies
    3
    Views
    1,102

    well, your function say is not receiving the...

    well, your function say is not receiving the correct parameters then... because is only getting a "string", so... if you want it to return array, just return the array!:

    return($myArray);

    but...
  3. Replies
    3
    Views
    1,102

    $this->methodTable = array ( "say" => array (...

    $this->methodTable = array
    (
    "say" => array
    (
    "access" => "remote",
    "description" => "Pings back a message",
    "arguments" => "msg"
    )
  4. Replies
    16
    Views
    719

    do you have the DNS of easyhost? try changing...

    do you have the DNS of easyhost?

    try changing in the php file "$server = "localhost";" to the DNS of easyhost

    that crossdomain.xml is required if you need to interchange data from diferent...
  5. Replies
    16
    Views
    719

    its the &welcomeMessage variable you where trying...

    its the &welcomeMessage variable you where trying to get into flash, in the section:


    if (success) {
    result_ta.text = result_lv.welcomeMessage;
    }

    you can now use that variable in the...
  6. Replies
    16
    Views
    719

    I changed a few things: Flash: ...

    I changed a few things:

    Flash:


    submit_button.onRelease=function(){
    var result_lv:LoadVars = new LoadVars();
    result_lv.onLoad = function(success:Boolean) {
    if (success) {...
  7. Replies
    16
    Views
    719

    instead of "_blank" you have to send the send_lv...

    instead of "_blank" you have to send the send_lv object, something like this:

    send_lv.send("http://localhost/insertscore.php", send_lv, "POST");
  8. Thread: my site

    by Hereje
    Replies
    9
    Views
    563

    thanx for the coments :) @BlackCow237: it is...

    thanx for the coments :)

    @BlackCow237:
    it is not easy enought to browse or what do u mean?

    it has a little message when you first enter the website that saids "click here to start"

    regards
  9. Thread: my site

    by Hereje
    Replies
    9
    Views
    563

    my site

    It has some months online, but I haven't dare to post it
    Hope you don't hate winxp... more OS's comming soon ;)

    http://www.joelsedano.com

    feedback is welcome

    i'm still working in putting...
  10. Replies
    26
    Views
    6,657

    learn Blender (http://www.blender.org) + Yafray...

    learn Blender + Yafray, and you'll rule the world :cool:
  11. Replies
    4
    Views
    1,789

    i'm interested, contact me if you are still...

    i'm interested, contact me if you are still looking for people

    you can visit my web if you want to see some of my work

    regards
  12. Replies
    6
    Views
    489

    and... what whas the site?

    and... what whas the site?
  13. Replies
    13
    Views
    1,212

    You could trap CTRL+ENTER if you put the command ...

    You could trap CTRL+ENTER if you put the command
    fscommand("trappallkeys","true");
    at the beginning of your movie.
  14. Replies
    5
    Views
    2,060

    Hi! I currently develop educational videogames...

    Hi!

    I currently develop educational videogames for an interactive museum here in Mexico, but I could make almost any kind of game, if I can be of any help contact me.
  15. Replies
    30
    Views
    2,543

    turning off wordwrap it improves a little the...

    turning off wordwrap it improves a little the performance, but just a little.

    I'm using the evaluation version of flash8 (8 days remains)

    I'm using Win2k (service pack 4) in a P4 1.2G 640mb RAM...
  16. Replies
    30
    Views
    2,543

    When you have LARGE amount of code in the...

    When you have LARGE amount of code in the timeline, the scroll is really slow (I have some levels of my game in an array) :thumbsdow
  17. Replies
    37
    Views
    191,109

    Sticky: Screenweaver 3 OS (open source)

    I just posted in the News section of the board that Screenweaver, a SWF2EXE app has just become Open Source.

    Screenweaver provides developers all of the tools required to build full-fledged,...
  18. Replies
    83
    Views
    5,688

    hi, my name is Joel, i have been using flash...

    hi, my name is Joel, i have been using flash since version 3 came out, recently i took the certification exam of "Flash designer", i pass!!

    so, i'm a lurker, i believe this is my first post :D
  19. Replies
    9
    Views
    763

    Also the Linux version of the Flash player is not...

    Also the Linux version of the Flash player is not optimized :(
  20. Replies
    4
    Views
    393

    u can put a more quality picture, not talking...

    u can put a more quality picture, not talking about dpi, but pixels...
    so, wen u scale the movie, the picture only rezises to the correct dimension...

    basicaly:
    put you jpg of more size in your...
Results 1 to 20 of 21




Click Here to Expand Forum to Full Width

HTML5 Development Center