A Flash Developer Resource Site

Search:

Type: Posts; User: shayforsythe

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    18
    Views
    732

    Is there a limit as to how many characters I can...

    Is there a limit as to how many characters I can have in my href? Or in my asfunction? I've seen various answers all over this board.

    When I trace my link I get:

    <a...
  2. Replies
    18
    Views
    732

    Is there a limit as to how many characters I can...

    Is there a limit as to how many characters I can have in my href? Or in my asfunction?

    When I trace my link I get:

    <a href="asfunction:descriptionWindow,26|01|Practice|Kettle Moraine High...
  3. Replies
    18
    Views
    732

    Excellent! Now it mostly works... just a few...

    Excellent! Now it mostly works... just a few little things to work out. Thank you for your help!!!
  4. Replies
    18
    Views
    732

    Hmm.. okay. I'm new at this, so forgive my...

    Hmm.. okay. I'm new at this, so forgive my ignorance.
    If Flash does not use "," in the array, then why are there always commas in it when I trace it? The commas are not in my XML.

    Anyway, I got...
  5. Replies
    18
    Views
    732

    Nope, unfortunately that gives me NaN. I'll keep...

    Nope, unfortunately that gives me NaN. I'll keep playing around with it. I think what would solve my problem is to be able to use | in my array instead of a ,

    Is there a way to tell flash to...
  6. Replies
    18
    Views
    732

    It looks like I should be able to get that to...

    It looks like I should be able to get that to work. Thanks! I'll give it a shot tonight. Also, I'll post the finished, working version here once I'm done with it for anyone who is interested.
  7. Replies
    18
    Views
    732

    Read post above first.... Is there a way to...

    Read post above first....

    Is there a way to tell my original XML Arrays to use | instead of , ? Then I could just always strip out I and any , could stay.

    Here's what I've got for my XML...
  8. Replies
    18
    Views
    732

    I think I have another problem that was causing a...

    I think I have another problem that was causing a lot of my confusion.

    Here's the output I get from the code above...

    ,<font color='#0000cc'><a href='asfunction:...
  9. Replies
    18
    Views
    732

    function descriptionWindow(w,x,y,z) { ...

    function descriptionWindow(w,x,y,z) {
    drawText = (w + " " + x + "<br><b>" + y +"</b><br>" + z);
    trace(w)
    trace(x)
    trace(y)
    trace(z)
    trace(drawText);
    }
  10. Replies
    18
    Views
    732

    function descriptionWindow(w,x,y,z) { ...

    function descriptionWindow(w,x,y,z) {
    drawText = (w + " " + x + "<br><b>" + y +"</b><br>" + z);
    trace(w)
    trace(x)
    trace(y)
    trace(z)
    trace(drawText);
    }
  11. Replies
    18
    Views
    732

    I am unable to get any of those examples to work...

    I am unable to get any of those examples to work for me. It is not recognizing my variables.
  12. Replies
    18
    Views
    732

    dynamix text

    Hello,

    Is this possible? - I've got a dynamic text boxes displaying information from an XML file as HTML. My first box, box A, is a list of titles. I've got another box, box B, that I would like...
  13. Replies
    1
    Views
    353

    Here's the actual script for those who are interested

    myXML = new XML();
    myXML.ignoreWhite = true;
    myXML.onLoad = myOnLoad;
    myXML.load("calendar.xml");

    function myOnLoad(success) {
    if(success) {
    trace("Loaded XML");...
  14. Replies
    1
    Views
    353

    asynchronous XML

    Hello all,

    I'm having a bit of an XML problem. I'm trying to get my XML to load before the rest of the script executes. The problems is, if I do something like the following, buildCalendar does...
  15. Replies
    4
    Views
    367

    nope

    I can't because

    x=27
    y="27"

    x<>y because x is an integer and y is a string

    They either both need to be an integer or both need to be a string. Preferably, I would like the to both be...
  16. Replies
    4
    Views
    367

    how do i...

    How do I convert an integer to a string and vice versa?

    If I have

    x = 27
    y = "27"

    how can I make it so that I can test to see if x=y?
  17. Replies
    1
    Views
    338

    variable and integer

    Hi, could someone please tell me what I'm doing wrong? It is not recognizing xmlArrayDate[i]

    Here's my script:

    i=1
    xmlDate = xmlDay + xmlMonth + xmlYear;
    xmlArray["xmlDate"] = xmlDate;...
  18. Replies
    3
    Views
    604

    script

    Here you go.....





    myXML = new XML();
    myXML.ignoreWhite = true;
    myXML.onLoad = myOnLoad;
    myXML.load("calendar.xml");
  19. Replies
    1
    Views
    266

    clarification

    Maybe it will help if I explain a bit more...

    ...it needs to work something like this...

    (pseudo code)

    drawDay = 1
    today = getDate
    monthLim = days in the month
    eventDay = a date in the...
  20. Replies
    3
    Views
    604

    clarification

    Maybe it will help if I explain a bit more...

    ...it needs to work something like this...

    (pseudo code)

    drawDay = 1
    today = getDate
    monthLim = days in the month
    eventDay = a date in the...
  21. Replies
    3
    Views
    604

    XML help please

    I'm not sure exactly what I'm doing wrong here... can someone help please? Thanks! Here's what I have...

    I cannot get the XML file to load and reload each time t < 5.
    The only way the XML file...
  22. Replies
    1
    Views
    266

    xml call problem

    I'm not sure exactly what I'm doing wrong here... can someone help please? Thanks! Here's what I have...

    I cannot get the XML file to load and reload each time t < 5.
    The only way the XML file...
  23. Replies
    2
    Views
    489

    Thanks!

    Thanks! Works great!
  24. Replies
    2
    Views
    489

    while loop

    Can someone please help me with a syntax problem? I'm new to Action Scripting and am having trouble getting a WHILE LOOP to work. Here's what I want to do...

    while(xmlLoop.attributes.day eq myDay)...
  25. Replies
    0
    Views
    577

    Flash and Novell

    Hello all,

    I was wondering if anyone knows of any resources where I could find out how to get a Novell login ID in Flash?

    Thanks!
Results 1 to 25 of 31
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center