A Flash Developer Resource Site

Search:

Type: Posts; User: makemachines2

Page 1 of 9 1 2 3 4

Search: Search took 0.21 seconds.

  1. Replies
    0
    Views
    286

    I'm part of a large team that works on the site. ...

    I'm part of a large team that works on the site. I handle flash progamming, so I've worked on about every component on the section front page. I'm not the designer, though. Still I like what we've...
  2. Replies
    0
    Views
    208

    I'm part of a large team that works on the site. ...

    I'm part of a large team that works on the site. I handle flash progamming, so I've worked on about every component on the section front page. I'm not the designer, though. Still I like what we've...
  3. Hah, this is pretty funny, I've never seen...

    Hah, this is pretty funny, I've never seen someone reference code I worked on. I didn't come up with it, I think I got it from javascript.com, but I do have some advice.

    We were using it for an...
  4. Just change the scale of a placeholder MC that...

    Just change the scale of a placeholder MC that you would load the movie into.

    Creat a rectangle 770x440. Make it a movie clip (MC). Let's say it's called 'position'. Look in the info panel...
  5. I'm using getURL("javascript:someFunction()"); ...

    I'm using getURL("javascript:someFunction()");

    occasionally, clients are seeing the javascript call appear on the url line (address) and the browser open to a blank page. In other words getURL()...
  6. OK I can't help it. General Public :D...

    OK I can't help it. General Public :D
    http://www.amazon.com/exec/obidos/ASIN/B000000QGJ/qid=1005866868/sr=1-5/ref=sr_1_15_5/103-0979105-4027857
  7. Replies
    2
    Views
    520

    I've been trying this for a while. Static text...

    I've been trying this for a while. Static text fields are no problem, by dynamic fonts flat out don't work. I'm wondering if it's a PC/ MAC thing. By any chance are you using a mac?

    - Tony
  8. havn't done it myself, but it's a DHTML thing. ...

    havn't done it myself, but it's a DHTML thing. Here's a start.

    http://www.macromedia.com/support/flash/player/ie55_final/
  9. Replies
    2
    Views
    433

    this kinda thing should work. initialize in...

    this kinda thing should work.

    initialize in frame 1
    loop in frames 2 and 3


    frame 1
    width = 500; //movie width
    i = 1;
    numberOfSteps = 8;
  10. remove the fonts you are using from the system...

    remove the fonts you are using from the system one by one. If your file stops crashing when a font is removed, then that was the problem. Replace the font.

    - Tony
  11. ah, to use it just: variable =...

    ah, to use it just:

    variable = replaceBreaksInXML (someNode.attributes.name);

    or

    variable = replaceBreaksInXML (someNode.nodeValue);


    It adds about 350 bytes.
  12. answered my own question. For those who want...

    answered my own question.

    For those who want it here's a function that makes the "\n" escape sequence evaluate back to a line break in XML attributes or node values.

    note: don't put a line...
  13. We're using attributes in our xml and those are...

    We're using attributes in our xml and those are getting put into variables and we would like to get a block of text in there with line breaks, dumped into those same variables.

    Is there any way? ...
  14. Replies
    6
    Views
    630

    Any documentation on this? I thought it was only...

    Any documentation on this? I thought it was only IE 4.5 mac and only when viewed locally. Meaning it would work on the servers, but doesn't look like it when the files are on your computer.

    Do...
  15. Replies
    4
    Views
    804

    Even if it isn't the only problem, my experience...

    Even if it isn't the only problem, my experience is that the XML files will cache unless you append a queery string with a different value, I prefer to append the time as that will always be...
  16. Replies
    6
    Views
    668

    The command for the button would be: on...

    The command for the button would be:

    on (release) {
    TellTarget("nameofclipinstance") {
    gotoAndStop (2);
    }
    }
  17. If the pictures are all the same size, then it's...

    If the pictures are all the same size, then it's easier. Can you do that?

    - Tony
  18. I know that _url returns the URL of the flash...

    I know that _url returns the URL of the flash file, however if that file is called from a page on a different server, the relative links will be relative to the HTML page. Is there a way I can...
  19. Replies
    5
    Views
    537

    if the .swf, the text.txt file and the HTML are...

    if the .swf, the text.txt file and the HTML are in the same directory, then yes, otherwise the rule is the references in the .swf are relative to the HTML file, except if the client is IE 4.5 mac,...
  20. Replies
    5
    Views
    719

    no not really

    no not really
  21. Replies
    7
    Views
    947

    Ah well Flashkit doesn't like to display tabs,...

    Ah well Flashkit doesn't like to display tabs, let's see pretend the ( is a <

    (?xml version="1.0" standalone="yes" ?) stick that up top.

    and the duplicated tab at the end ...
    ...
  22. Replies
    5
    Views
    719

    http://www.foxsports.com ha, still diggin' it.

    http://www.foxsports.com

    ha, still diggin' it.
  23. Replies
    7
    Views
    947

    Wow, that's some nasty malformed xml. I saw it...

    Wow, that's some nasty malformed xml. I saw it come in as a partial file, I saw it come in seemingly complete then I saw it come in with the opening tab duplicated right before the ending tag.
    ...
  24. Replies
    3
    Views
    503

    Is it possible the text window is taller than the...

    Is it possible the text window is taller than the screen? If so the scroll is only going to scroll the text in the window till the last line is in it. It won't scroll farther as far as I understand.
  25. Thanks everyone for the nice wishes. And yes our...

    Thanks everyone for the nice wishes. And yes our baby has a body, but I didn't want to ridk running afowl of any laws. His name is Cullen.

    - Tony

    Hey this is post 200! :)
Results 1 to 25 of 205
Page 1 of 9 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center