A Flash Developer Resource Site

Search:

Type: Posts; User: Tea_J

Page 1 of 20 1 2 3 4

Search: Search took 0.05 seconds.

  1. Thank you all for your feedback and inputs.. ...

    Thank you all for your feedback and inputs..

    and thanks very much jAQUAN for the Link and update.. i would've not known about this if you didnt link me (i've almost ZERO time in my day to read...
  2. oh and BTW, how long do you think Flash CS6 will...

    oh and BTW, how long do you think Flash CS6 will last this time? any news w/ Flash CS7? that kinda gives me a clue as to when i should start getting worried again lol
  3. interesting conversation you guys... read the...

    interesting conversation you guys...

    read the whole roadmap, didnt mention of em killing AS2, but also didnt say anything bout maintaining compatibility :( scary..

    anyway AS2 has really...
  4. yeh there is no definite answer to my questions...

    yeh there is no definite answer to my questions (and i wish there was) but my point really is to get oppinions and estimations from people.. kinda like the WISDOM OF THE CROWD in their collective...
  5. Yep i agree, AS3 is really a great up from AS2.....

    Yep i agree, AS3 is really a great up from AS2.. but i do believe also in practicality.. of what WORKS , WORKS.. (and i dont mean DOS base inventory software vs VB based ones etc) .. i didnt mean...
  6. [woops double post]

    [woops double post]
  7. @Jaquan Thank you for your input.. YES a big...

    @Jaquan

    Thank you for your input.. YES a big reason of me sticking w/ AS2 is i have thousands of lines of legacy code developed already MY WAY w/c makes things so easy for me. i have my own...
  8. So what's the future for us Flash Developers? - yes it's that question again....

    Hi Guys

    Yes it's another one of those questions. It's been a while since I've asked this question so I figured I'd ask it again.

    I may PHP programmer using Flash as my GUI , under AS2......
  9. hi Rob! ok so i tried that.. by adding this...

    hi Rob!

    ok so i tried that.. by adding this line in my php before outputting it


    $output = "<data>
    <string><![CDATA[$output]]><string>
    </data>";
  10. thnx fruitbeard but it didnt work :( ...

    thnx fruitbeard but it didnt work :(

    @ROB.Shelley
    well it's basically just a simple XML load routine..


    my intention was to load PURE STRING DATA preserving all the symbols and even ALT Keys...
  11. lolz. yeh that's the less than sign.. but i dont...

    lolz. yeh that's the less than sign.. but i dont see why it's getting parsed liked html code <XXX> stuff..

    "hello <world>" output from my database
    when brought into flash w/ New String(); load()...
  12. Greater Than sign "

    Hi guys

    I've been using onLoad XML on my software and it's been working well until today, i noticed incomplete output.. and upon investigating i was shocked to find out (if true) that onLoad XML...
  13. .. or "F" it.. so what if i have another entry...

    .. or "F" it.. so what if i have another entry per transaction per item in the database? so what if it can easily go up to 10,000 records in under 1 month.. right? it provides the best means of...
  14. im thinkin of just adding a field in the ORDER...

    im thinkin of just adding a field in the ORDER ITEMS entry and store all stock id's related to that order..


    for example, one order item entry could be

    ID=001, intel processor, x 10pcs

    i...
  15. stumbling block on my Database design, stock tracking.. help.

    hi guys

    i basically just need your ideas ..

    I am developing an inventory system inventory system for products catering to both SERIALIZED and CONSUMABLES

    Primary Tables are:

    PRODUCTS...
  16. Replies
    2
    Views
    1,720

    AS 2 yah well that's the thing haha i want my function...

    yah well that's the thing haha i want my function to be as simple as possible. it's actually a debugger for variables so i can easily check if the said variable has the expected data...

    so if i...
  17. AS 2 hi, well i do appreciate the inputs and ideas...

    hi,

    well i do appreciate the inputs and ideas :) so thanks much..

    yeah i guess it is where one is more comfortable with, and after almost a decade of coding php and actionscript , and jumping...
  18. Inventory software.. consumables vs serialized stocks

    Hi guys

    i just finished a major part of our inventory software (for a computer retail store) using Flash gui and php backend..

    2 main tables for this system is the
    products = stores most of...
  19. AS 2 thanks for the inputs.. but hehe no.. i used to...

    thanks for the inputs.. but hehe no.. i used to do that.. it aint worth it.. too much more code, from both php and As2 side.. when i can simply output comma delimitted values or values in similar...
  20. AS 2 can't figure out how to call a function using a variable for its name..

    Hi

    basically, i want to call a function from within a function using a variable representing its name...

    eg

    i have 3 functions

    funcA()
    funcB()
  21. AS 2 @virual ... nope no can do... here's...

    @virual

    ... nope no can do...

    here's another reason why..

    my phpscript outputs say a comma separated value

    name,age,sex
  22. Replies
    2
    Views
    1,720

    AS 2 tracing the variable name?

    Hi

    i'm trying to create a function where when i pass a variable to it it displays both the var and the value...

    like:

    sex = "yes please";

    checker = function(var){
    trace([var] +"=" +...
  23. AS 2 thanks guys but these arent what im looking for...

    thanks guys but these arent what im looking for :(

    I can easily loop through arrays using the above loops but that's not possible since i need to assign these array elements into specific...
  24. AS 2 Is there no function for scrolling thru an array?

    Hi Guys

    I deal w/ arrays a lot in flash and i usually find myself doing:

    f1 = row[6];
    f2 = row[7];
    f3 = row[8];
    f4 = row[9];
    f5 = row[10]
  25. @Tai Nope im sticking w/ AS2 .. for the next...

    @Tai

    Nope im sticking w/ AS2 .. for the next few years too lolz.. im just so comfy w/ it already.. if this little stumbling block w/ my array is taking me morethan a day to figure out already,...
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center