A Flash Developer Resource Site

Search:

Type: Posts; User: whispers

Page 1 of 5 1 2 3 4

Search: Search took 0.42 seconds.

  1. Replies
    203
    Views
    13,882

    "You say tomato, and I say tomato" :)

    "You say tomato, and I say tomato" :)
  2. Replies
    4
    Views
    511

    it was due to a couple things in the end.. ...

    it was due to a couple things in the end..

    mis-matched count in the records/values...

    and a typo in the database column name.. (had a space before it somehow?)

    anyways.. once the syntax was...
  3. Replies
    4
    Views
    511

    thanks.. actually breaking up the '...

    thanks..

    actually breaking up the ' $allRecords var.. so I broke up the string, where the variable was... got me actual data output....

    I left values blank right there.. for a reason (for...
  4. Replies
    4
    Views
    511

    PHP/MySQL help...

    Hey gang-

    having some trouble with my script...

    everything 'seems' to be working fine (when I print out vars/data, it all is correct).. until I get to the part where I need to INSERT these...
  5. Replies
    203
    Views
    13,882

    who left? :) (besides this our...

    who left? :)





    (besides this our special little bond between "G" and myself) haha

    I keep telling him he doesnt want to live here... but he posts all these articles/links to prove how...
  6. Replies
    203
    Views
    13,882

    pffftt... in WI we are always trying to look...

    pffftt...


    in WI we are always trying to look out for each other..

    so it makes sens that he left some 100's for the next guy.. ;)
  7. Replies
    4
    Views
    1,402

    AS 2 var nameArray:Array = new Array("name 1", "name...

    var nameArray:Array = new Array("name 1", "name 2", "name 3", "name 4", "name 5");
    function getName(){
    var ranNum = random(nameArray.length);
    var randomName = nameArray[ranNum];
    }...
  8. Replies
    3
    Views
    2,279

    he said needed to work IN flash.. NOT in...

    he said needed to work IN flash.. NOT in browser..

    hence why I told him to make his own...

    you also posted in AS3? (but were not in the AS3 section)
  9. Replies
    3
    Views
    2,279

    you would 'make your own' then.. attach a...

    you would 'make your own' then..

    attach a 'semi' faded movieClip that covers your flash area/stage... and then plays/loads whatever it is you want to 'display'.


    the TRUE lightbox works in...
  10. Replies
    6
    Views
    1,453

    HI Musicman- I am not familiar with the...

    HI Musicman-


    I am not familiar with the 'curl' option you suggest?

    I seem to pulling/loading the data into FLASH just fine (using a sendAndLoad method)... but can NOT get 'anything' to...
  11. Replies
    6
    Views
    1,453

    been working on this still.. I find it very...

    been working on this still..

    I find it very ODD that its not echo'ing out?

    Is there a syntax error or something somewhere? (but it shows all the correct data in PAGE SOURCE?????????)

    when...
  12. Replies
    6
    Views
    1,453

    thanks for the reply.. I dont really need...

    thanks for the reply..

    I dont really need (want) to build a XML object....

    cant I just pass back an 'XML string' to FLASH?

    Im also curious as to why nothing is being echo'd/printed to the...
  13. Replies
    6
    Views
    1,453

    php >> mySQL, not returning data as XML??

    hey gang-

    (more php problems apparently...LOL)

    I am trying to do a simple query to the DB.. using a specific userID.. as well as return rows between a date range...

    I tested the queries in...
  14. ahh... perfect! thank you Musicman. :) ...

    ahh...


    perfect! thank you Musicman. :)

    it was that last comma that was causing the major problem(s)..

    also thanks for telling me how to us the variable for the array index properly...
    ...
  15. multi-record insert to mySQl from (flash) PHP help?

    Hey gang-

    I am trying to insert multiple records into my DB and am having trouble..

    1 record insert seemed to work fine.. then I needed to band-aid fix for multiple records being inserted..
    ...
  16. Replies
    2
    Views
    566

    perhaps look into the greensock...

    perhaps look into the greensock animation/tweening classes (TweenMax, TweenLite..etc..)

    they are pretty robust and easy enough to work with..

    they do ALOT of the hard coding/work for you.
  17. Replies
    3
    Views
    884

    Flash can NOT talk to a DB directly.. it need s...

    Flash can NOT talk to a DB directly.. it need s 3rd party 'helper' to do so.. (such as: ASP, PHP, CGI..etc...etc..etc)

    the only thing a Database can/does do for you is provide you with a...
  18. Replies
    17
    Views
    23,208

    Sticky: 1.) this was NOT the thread to post this in.....

    1.) this was NOT the thread to post this in.. (there are several HELP forums here).. this was a post on HOW to format your thread/post to get the most response/help.

    2.) this is not an AE help...
  19. you should set a variable when you start your...

    you should set a variable when you start your drag.. and change the same variable when you stop.

    using that as a 'control var' you can then check to see if you are already 'playing' the sound.

    ...
  20. regarding...??? what is it you want to talk...

    regarding...???

    what is it you want to talk about?
  21. here is one I made:...

    here is one I made:
    http://dmstudios.net/misc/k3gr_gallery/


    it based off the one at: http://www.gotoandlearn.com/ I believe..
  22. Replies
    3
    Views
    511

    link works for me.. (read it carefully) ;) I...

    link works for me.. (read it carefully) ;)

    I dont have CS5 however.
  23. Replies
    4
    Views
    413

    without the source code.. it may be hard to tell...

    without the source code.. it may be hard to tell what is going on..

    for all we know it may load another/new external.swf for that 'button event'.. (clicking on the guy)..

    and if you do NOT have...
  24. Replies
    8
    Views
    878

    HTML 5 != FLASH KILLER. IMHO.. HTML 5 only...

    HTML 5 != FLASH KILLER.


    IMHO.. HTML 5 only covers/targets a SMALL prtion of what Flash can do.

    IMHO.. Flash was widely used as a way to deliver video on the internet..!


    people were...
  25. Replies
    5
    Views
    1,794

    I always hated this when I had to do banners for...

    I always hated this when I had to do banners for my company.. (clicktag, epinions, dealtime, yahoo..etc)

    I have found that compressing yrou images as much as you can in phothsop before importing...
Results 1 to 25 of 120
Page 1 of 5 1 2 3 4




Click Here to Expand Forum to Full Width


HTML5 Development Center