A Flash Developer Resource Site

Search:

Type: Posts; User: suprme32

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    371

    variable into currency

    i have a product catalog that loads variables from a textfile on load and when the product is selected in a listbox the price is shown.....now when the item is added to the cart the shopCart list has...
  2. Replies
    3
    Views
    356

    flash MX conversion

    can anyone please open this file in MX 2004 and save it for flash MX, i made it on a different computer in MX 2004 and i cant open it on mine, very important code inside that i need thanks so much!
  3. Replies
    8
    Views
    538

    i already have like 13 other variables being...

    i already have like 13 other variables being loaded correctly, it just will not hold the strSitetype variable, i know for a fact that strSitetype equals the correct group value, i replaced the...
  4. Replies
    8
    Views
    538

    var strSitetype=siteType.getValue();...

    var strSitetype=siteType.getValue(); //strSitetype is a radiobutton group name
    loadVariablesNum ("MailPHP2.php", "0", "Post");





    $message .= "<font color=\"#000000\"...
  5. Replies
    8
    Views
    538

    shall i give a better explanation, i wouldnt have...

    shall i give a better explanation, i wouldnt have thought i would have this much trouble with it
  6. Replies
    8
    Views
    538

    no no

    that is my PHP script or the actionscript? -> $_POST['strSitetype'];
    the PHP is a mailer that sends about 12 flash variables in an email
  7. Replies
    8
    Views
    538

    loading vars into PHP

    im trying to send the Data from a radiogroup (the Group Name is 'siteType') as a variable to my PHP script the flash code i have is

    the 3 radio buttons are in the group siteType their data values...
  8. Replies
    39
    Views
    2,528

    thanks much oldnewbie for everything youve worked...

    thanks much oldnewbie for everything youve worked on with this code, i guess when it comes down to it, my main concern is the updatable files, im going to shy away from the hardcoding and use the XML...
  9. Replies
    39
    Views
    2,528

    enter the .fla, in this version i am using the...

    enter the .fla, in this version i am using the style that works, but as reported the .fla is huge, simplification is a must

    http://www.documince.com/useless/pages.zip
  10. Replies
    39
    Views
    2,528

    ill try and explain one last time what i would...

    ill try and explain one last time what i would like to achieve:

    i have almost 30 variables i am loading from a text file:


    var1=<u>tvshow1</u><br><b>role played</b><br><i>more info</i>...
  11. Replies
    39
    Views
    2,528

    finale

    i believe we have just come to the fact that we are all stumped, please no more replys to this post, im going to have to go a different route, thanks for all the effort and possible solutions guys
  12. Replies
    39
    Views
    2,528

    but the labels are already in place, if i change...

    but the labels are already in place, if i change them the user wont know the difference between mylabel0 and mylabel1

    and i have looked into that thread oldnewbie (even responded to it) thanks,...
  13. Replies
    39
    Views
    2,528

    unfortunately turns out i have 18 variables to...

    unfortunately turns out i have 18 variables to create, is there a way to add an if statement to shorten the code here


    var1 = this.var1;
    var2 = this.var2;
    var3 = this.var3;...
  14. Replies
    39
    Views
    2,528

    i appreciate your help through this

    i appreciate your help through this
  15. Replies
    39
    Views
    2,528

    all i have is what you gave me, thats what im...

    all i have is what you gave me, thats what im testing
  16. Replies
    39
    Views
    2,528

    still only shows first item clicked in combo

    still only shows first item clicked in combo
  17. Replies
    39
    Views
    2,528

    the values do not change when i click on one and...

    the values do not change when i click on one and then another, always stays on my first choice, also, the combobox values are hardcoded into the combobox, i would rather not load them the way you...
  18. Replies
    39
    Views
    2,528

    it doesnt work fine tho, cause when you change...

    it doesnt work fine tho, cause when you change that (was typo on my part).....click on "test 2" in combo and it says var2 in textbox, it should say "variable 2 loaded"
  19. Replies
    39
    Views
    2,528

    that way still worked tho..

    that way still worked tho..
  20. Replies
    39
    Views
    2,528

    attachment...can we please argue in a different...

    attachment...can we please argue in a different topic :) ur cloggin my mail server..lol ;)...and making me excited thinking a solution has been found
  21. Replies
    39
    Views
    2,528

    ive tried it both ways, no result, just shows...

    ive tried it both ways, no result, just shows var1, var2, var3....(the value of the data) doesnt treat data as a variable
  22. Replies
    39
    Views
    2,528

    really need some help with this, if im doing it...

    really need some help with this, if im doing it wrong please let me know, if you know its not possible, please let me know either way
  23. Replies
    26
    Views
    1,596

    function LoadArticle() { loadVarsText = new...

    function LoadArticle() {
    loadVarsText = new loadVars();
    loadVarsText.load(dropDown.getSelectedItem().data);
    loadVarsText.onLoad = function(success) {
    if (success) {
    trace("Done...
  24. Replies
    2
    Views
    401

    thanks bud, i had a variable setup for myTxt...

    thanks bud, i had a variable setup for myTxt also, that stopped it from reocurring, thanks much
  25. Replies
    2
    Views
    401

    combobox change handler

    this is my handler


    function loadit() {

    myTxt.text = comTV.getSelectedItem().label;


    }
Results 1 to 25 of 48
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center