A Flash Developer Resource Site

Search:

Type: Posts; User: Deltren

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    39,754

    session id and flash php style

    I'm hesitant to use session id (php style) because I don't know much about the secuirty issues. What is everyone else's experience with passing session id to flash and using it as a solid and secure...
  2. Replies
    1
    Views
    635

    php.net of course there is for just look it up...

    php.net
    of course there is for just look it up in their documentation
  3. Replies
    4
    Views
    624

    uhg I finially got some life when they hit enter...

    uhg I finially got some life
    when they hit enter it plays this:


    it was very very very picky about root
    here is my input_text.php



    and my recieve frame, the one after the quote AS above
  4. Replies
    4
    Views
    624

    will it be readily avaiable in php as input OR...

    will it be readily avaiable in php as input OR will I have to get it from $_POST?
  5. Replies
    10
    Views
    925

    [url]http://www.macromedia.com/support/flash/actio...

    [url]http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary427.html[\url]

    if im using Flash 5 to build will it still work? It says the loadVars()...
  6. Thread: variable help

    by Deltren
    Replies
    2
    Views
    341

    what events? make a array of bool (true/false)...

    what events?

    make a array of bool (true/false) for each of the 5 events and when they occur set it to true. On your button under an onmouseevent(press) or whatever event just have an if...
  7. Replies
    4
    Views
    624

    loadVars() ..... .send

    ok I have a basic text echo text box (to try to get the damn .send methods to work)
    frame one makes a new loadvars object by
    I'm using flash 5 so I don't know if the old flash is a problem.


    ...
  8. Replies
    10
    Views
    925

    is loadvars an object with AS 2.0 or does it work...

    is loadvars an object with AS 2.0 or does it work with flash 5 AS (1.0?). I'm having trouble with my load vars sending and loading crap... I will post a new topic on it.
  9. Replies
    8
    Views
    634

    by external do you mean not on the same server as...

    by external do you mean not on the same server as yours? BEcause flash doesn't open anything that isn't on the same server. otherwise make sure it is in the same directory?
  10. he he he

    hmmm I saw one of your other posts on xml to aragon23 or somthing and checked out the faq u offered there
    found this:
    http://www.actionscript.org/forums/showthread.php3?s=&threadid=23419
    ...
  11. Replies
    1
    Views
    838

    http://xmlfiles.com/rss/ What I would do,...

    http://xmlfiles.com/rss/

    What I would do, (having problems with XML and php at the moment) is write a xml file directly from flash. look at the link above for formatting RSS feeds and I guess...
  12. I was under the impression that the xml would be...

    I was under the impression that the xml would be sent as it traced in my AS which would have been perfectly ligitament XML. However I'm guessing, php somehow fumbles it up so that it cuts out that...
  13. Replies
    3
    Views
    439

    lol ya use powerpoint man, why are u using flash?

    lol ya use powerpoint man, why are u using flash?
  14. Replies
    1
    Views
    388

    php.net use a database, learn about mySQL...

    php.net

    use a database, learn about mySQL makes life a lil easier to update and store data (especially for a msg board). Look up f_write and whatever at php.net to learn how to do that with php.
  15. Replies
    0
    Views
    548

    am i mistaken? XML to PHP

    You are ok to send XML objects from FLASH to your php script, and you can access them in php via $_POST? (and then parse of course). I'm having alot of trouble sending them directly to my php script...
  16. XML to php script, not reading it correctly?

    simple login scene im working with... user name input field along with a password field and the submit button. On submit it goes to frame two which has the frame actions of this:



    my trace on...
  17. Replies
    1
    Views
    360

    for input text boxes there should be an option...

    for input text boxes there should be an option under "text options" window (using F5) to do the max char. just type it in. not sure what the AS is tho...
  18. Replies
    2
    Views
    456

    thats so crazy I bet u could improve on that...

    thats so crazy

    I bet u could improve on that now, making hands, feet move independtly, and show animation for movement:)
    Add some colour
    not bad for numba 1
  19. Replies
    1
    Views
    523

    probably have to import it or convert it to a...

    probably have to import it or convert it to a movie. I know Fireworks can do this for you, Export to Flash, and im sure to import it to flash all you have to do is convert it to a movie somehow....
  20. Replies
    1
    Views
    449

    ahhh i cant seem to open any of your files. using...

    ahhh i cant seem to open any of your files. using flash 5.

    Anyways for animated buttons beyond the classic up/over/down/hit i use a movie with multiple layers. MY buttons are usually transparent...
  21. Replies
    18
    Views
    1,459

    Your welcome! ...

    Your welcome!

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

    Not everyone is nice tho:(
  22. Replies
    5
    Views
    466

    smart ass you ever try to put your head through...

    smart ass you ever try to put your head through the loops and layers upon layers of oop? mm hmmm esppecially when one learns this it may cause pain in the brain ;)

    besides u got any answers to my...
  23. Replies
    18
    Views
    1,459

    carefull im not gay:o and yeah basicly you...

    carefull im not gay:o

    and yeah basicly you have three scenes, the first being your main page, the 2nd the email thing, and the third your photo thingymabober.

    database = mySQL. Works with PHP....
  24. Thread: Array Problem

    by Deltren
    Replies
    3
    Views
    350

    define 'i' first for your array so it knows how...

    define 'i' first for your array so it knows how many slots to open at the start... make i = 1 at least. length will automaticly update as you add new stuff. it may be choking on your undefined i
  25. Replies
    3
    Views
    401

    what are you using FLAsh MX?

    what are you using FLAsh MX?
Results 1 to 25 of 37
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center