A Flash Developer Resource Site

Search:

Type: Posts; User: director

Page 1 of 2 1 2

Search: Search took 0.14 seconds.

  1. Replies
    5
    Views
    555

    Sounds reasonable...

    Thanks for the advice etcettra! I'll let you know how it turns out...
  2. Replies
    1
    Views
    771

    Ok, I'll try to make this comprehensible,...

    Ok, I'll try to make this comprehensible, although it's pretty complicated...

    I'm loading XML into a SWF that causes a variable number of song titles to display - could be 2, could be 200. When...
  3. Replies
    5
    Views
    555

    Ok, I'll try to make this comprehensible,...

    Ok, I'll try to make this comprehensible, although it's pretty complicated...

    I'm loading XML into a SWF that causes a variable number of song titles to display - could be 2, could be 200. When...
  4. Replies
    0
    Views
    353

    Ok, I'll try to make this comprehensible,...

    Ok, I'll try to make this comprehensible, although it's pretty complicated...

    I'm loading XML into a SWF that causes a variable number of song titles to display - could be 2, could be 200. When...
  5. Replies
    12
    Views
    989

    let me go through the script library later and...

    let me go through the script library later and get back to you. Maybe not useless, but very specific, whereas the ability to organize text and (gulp) images easily is so critical...
  6. Replies
    12
    Views
    989

    This would be such a huge part of making Flash...

    This would be such a huge part of making Flash flexible enough to totally replace HTML, I can't believe they didn't think to add this! Tons of useless features, but nothing so basic as this??? Nice.
  7. Replies
    12
    Views
    989

    Does anyone know if MX supports the use of...

    Does anyone know if MX supports the use of embedded HTML Tables? i.e., tables within a SWF....
  8. Replies
    2
    Views
    397

    Um, when I create a dynamic text box, I just...

    Um, when I create a dynamic text box, I just noticed that Flash decides to embed all the characters for me, which even with a basic font like Arial, adds 20k to my file size! What's that, you want...
  9. Replies
    1
    Views
    545

    This is confusing, so a simple example: ...

    This is confusing, so a simple example:

    function getNews () {
    myvar = "PRINT ME"
    trace(myvar);
    }
    newsXML = new XML();
    newsXML.onLoad = getNews;
    newsXML.load("myXMLdoc.xml");...
  10. Replies
    4
    Views
    664

    Hey, thanks a lot for your feedback! The problem...

    Hey, thanks a lot for your feedback! The problem is, I'm loading variable text into a box that's within a scroller. So, I need the text box to resize based on the amount of text. Problem is, the...
  11. Replies
    4
    Views
    664

    This may be really stupid, but I created a text...

    This may be really stupid, but I created a text box that populates the text based on a variable, which can grow fairly large. Unfortunately, the box doesn't expand based on the text, it just cuts it...
  12. Replies
    4
    Views
    1,195

    Hmm...

    Thanks alot for the reply. Let me know if you get a perl solution working - I'm not really a PHP guy... To the best of my knowledge, there's no way for ASP to do this...

    Thanks again.
  13. Replies
    4
    Views
    1,195

    I know this does not work using XML.load, so the...

    I know this does not work using XML.load, so the real question: How do we do it? There must be an answer!

    For those unfamiliar with the problem, which appears to be done on purpose by...
  14. Replies
    3
    Views
    444

    Perfect

    Thanks David!

    Worked perfectly...
  15. Replies
    3
    Views
    444

    I'm loading a .swf into a level (200) and I'm...

    I'm loading a .swf into a level (200) and I'm trying to set the value of a variable in the parent .swf from the loaded .swf.

    I've tried:

    parentvar = 21
    /:parentvar = 21
    _root.parentvar = 21
    ...
  16. Replies
    13
    Views
    951

    mgb, How would this work? How can I have a...

    mgb,

    How would this work? How can I have a movie "pop itself up?" That was my initial thought too, but when I got deeper into it, it seemed impossible...

    I made a .swf (1) that loaded another...
  17. Replies
    3
    Views
    857

    The Superstitial, are you referring to Unicast? ...

    The Superstitial, are you referring to Unicast? If not, where can I find a java program that does this?

    How would the second option work? I had a .swf (1) that loaded another .swf (2) into a...
  18. Replies
    1
    Views
    459

    I'm looking for a way to load a flash movie in...

    I'm looking for a way to load a flash movie in the background, and have it launch itself in a popup window once it is loaded. For example:

    You visit yahoo.com, and while the user is reading the...
  19. Replies
    3
    Views
    857

    I'm looking for a way to load a flash movie in...

    I'm looking for a way to load a flash movie in the background, and have it launch itself in a popup window once it is loaded. For example:

    You visit yahoo.com, and while the user is reading the...
  20. Replies
    13
    Views
    951

    Come on...

    Someone must have at least a guess on this one???
  21. Replies
    13
    Views
    951

    I'm looking for a way to load a flash movie in...

    I'm looking for a way to load a flash movie in the background, and have it launch itself in a popup window once it is loaded. For example:

    You visit yahoo.com, and while the user is reading the...
  22. Replies
    1
    Views
    404

    I have a large flash file (350K) as well as a...

    I have a large flash file (350K) as well as a preloader created. I want to add the preloader to my main file...but can't seem to get it to work. Am I able to convert a complete file into 1 movie...
  23. Replies
    1
    Views
    426

    Is it possible to load a new SWF into the...

    Is it possible to load a new SWF into the location of a current MC? It's in a draggable MC, so I need to have the X and Y end up the same. Even if anyone knows how to get the X and Y of a MC loaded...
  24. Replies
    2
    Views
    487

    Aside from the fact that Flash 4 will not scroll...

    Aside from the fact that Flash 4 will not scroll far enough to see things that are off the stage, it also appears that there is a serious problem where long text blocks are wrapped back on top of...
  25. Replies
    3
    Views
    443

    Couldn't get it to work in Flash 4. I literally...

    Couldn't get it to work in Flash 4. I literally unmasked the layer, and it worked, so it shouldn't be the code. It was really weird.

    I did a work around by putting logic in the beginning of the...
Results 1 to 25 of 34
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center