A Flash Developer Resource Site

Search:

Type: Posts; User: Justlar

Page 1 of 2 1 2

Search: Search took 0.05 seconds.

  1. Replies
    0
    Views
    381

    Here is a better way for converting your number...

    Here is a better way for converting your number into a currency format.



    //---------------------------------------------------------------------------
    // ActionScript Currency format v1.2
    //...
  2. Replies
    3
    Views
    858

    Is the loadVariables action on the main timeline,...

    Is the loadVariables action on the main timeline, in the _root, to begin with?
    Also you said you were using a text box? Is the sizing handle on the top right or bottom right?
    Text boxes (Static...
  3. Thread: Set Property?

    by Justlar
    Replies
    1
    Views
    405

    I have the following two statements which do the...

    I have the following two statements which do the same thing, which one is better? Less Processor (Player) intensive? Which is more efficient? Also if you know why can you explain it in any detail....
  4. Replies
    2
    Views
    782

    Flash needs time to process the LoadVariables as...

    Flash needs time to process the LoadVariables as well as the server needs to translate the page request. Try placing your LoadMovie action 10 frames out from this LoadVariables. Another thing to...
  5. Thread: Weird problem

    by Justlar
    Replies
    10
    Views
    783

    Just a thought here, does your cgi-bin directory...

    Just a thought here, does your cgi-bin directory have "write" permissions? If not then no message would be sent back to Flash and a loop would follow. As far as why the page did not send the email...
  6. Replies
    4
    Views
    880

    No way for Flash to read into Excel directly. Is...

    No way for Flash to read into Excel directly. Is this a local problem or will the excel spreadsheets be on the Internet?
    Anyway you look at it you will have to pull out your data and then convert...
  7. Replies
    3
    Views
    775

    Please email me so we can do this offline. Here...

    Please email me so we can do this offline. Here is some initial info.
    Like ASPExec I would like something like this (this is actually the ASP code):
    ...
  8. Replies
    3
    Views
    775

    Any one out there also do COM objects? Looking...

    Any one out there also do COM objects? Looking for an object rather simialr to ASPExec but I need someone to have a few additional items added to handle more params. I posted a note in the...
  9. Replies
    1
    Views
    713

    You are not going to be able to use the...

    You are not going to be able to use the functionality of a DB and the search tool on a CD. There is no Internet Server (capacity for using middleware) nor a DB program to operate in a web-like...
  10. Replies
    2
    Views
    816

    You are not going to be able to swap out images...

    You are not going to be able to swap out images in your Flash movie unless you use a tool like Generator. If these images were in fact individual swfs then you could use LoadMovie although with...
  11. Replies
    5
    Views
    1,158

    Not sure how best to create the Javascript to do...

    Not sure how best to create the Javascript to do this but the answer to your question is to use a query string with the call for the swf.
    Something like...
  12. Replies
    10
    Views
    1,244

    Just one note. You can pass in variables as...

    Just one note. You can pass in variables as comma seperated text, which is the same as saying and Array. With this you can pass in Names_Arr and then Val_Arr. Now you can Split these strings and...
  13. Replies
    10
    Views
    1,244

    Thanks for the input. I have used a middleware...

    Thanks for the input. I have used a middleware and xml solution as well, this is easy to do since working with middleware is rather easy (now).
    So the question still is out there is the XML...
  14. Replies
    10
    Views
    1,244

    Question: What is going to be the more...

    Question:
    What is going to be the more effiecient method for pulling in dynamic variables into Flash?

    LoadVariables or XML

    One can call a form in middleware which can get your data for Flash...
  15. Replies
    7
    Views
    1,294

    Dafted, I am not sure what you mean by verifying...

    Dafted, I am not sure what you mean by verifying the tags? IF you are asking where does the query string get appended then it is inside the PARAM portion and then again in the EMBED.

    <OBJECT...
  16. Replies
    8
    Views
    1,020

    Give this one a try: (use single quotes inside...

    Give this one a try:
    (use single quotes inside of the double quotes)
    ...
  17. Replies
    7
    Views
    1,294

    Note: Note a moderator of this forum. This is...

    Note: Note a moderator of this forum.

    This is an easy one. You are already using a CGI for the link (www.someserver.com/game.cgi?lonin=dave&pass=1234), and this goes to PERL or PHP, just reuse...
  18. Replies
    1
    Views
    562

    You have the right idea. You need to use the...

    You have the right idea. You need to use the slash syntax with the colon. The colon after a slash or a movie clip name will allow for your script to look inside that target for a variable and...
  19. Replies
    1
    Views
    733

    Yes, there is an easier way to do this. Pass all...

    Yes, there is an easier way to do this. Pass all the variables in one string, comma delimited and then split it in Flash.

    You could create something that will dynamically count the commas and...
  20. Note: Not a moderator for this forum. Ok, a...

    Note: Not a moderator for this forum.

    Ok, a few questoins. Why did you use the escape character in the LoadVariables statement?
    loadVariables ("\"http://localhost/Flash/submit.asp", "", "POST");...
  21. Replies
    5
    Views
    934

    Note: Not a moderator for this forum. My guess...

    Note: Not a moderator for this forum.

    My guess is that the variable is not coming in accurately from the Flash form.

    Here is a piece of code I use on various testing pages to see what actually...
  22. Note: Not a moderator for this forum When you...

    Note: Not a moderator for this forum

    When you are passing variables to an ASP via the LoadVariables you do not necessarily need to write it out as;
    filename.asp?item1=blah blah blah

    What you...
  23. Note: Not a moderator for this forum oConn...

    Note: Not a moderator for this forum

    oConn refers to the object instance that was create to connect to a database.
    Think if ASP as a bridge, the actual bridge is the connection between you and...
  24. Replies
    0
    Views
    565

    Note: Not a moderator for this forum. Need to...

    Note: Not a moderator for this forum.

    Need to get a quick take or survey from those out there looking at this thread.
    Ever taken a Flash course, one of the 2 or 3 day Macromedia authorized...
  25. Replies
    5
    Views
    464

    Note: Not a moderator for this forum The...

    Note: Not a moderator for this forum

    The previous responses for creating line breaks is right for ASP, text written to the screen but when sent back to Flash as a variable string it is not the...
Results 1 to 25 of 44
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center