A Flash Developer Resource Site

Search:

Type: Posts; User: num97

Page 1 of 8 1 2 3 4

Search: Search took 0.47 seconds.

  1. Replies
    3
    Views
    1,655

    Awesome! Thanks Musicman! What flash code...

    Awesome! Thanks Musicman!

    What flash code should I use if I want to ONLY send data to a php script? The help files say sendAndLoad should be used rather than send if I want to continue with the...
  2. Replies
    3
    Views
    1,655

    php/flash help - sendAndLoad

    Hi all,
    I'm lost on the php aspect of send and load. I have the following flash colde:


    var result_lv: LoadVars = new LoadVars();
    var send_lv: LoadVars = new LoadVars();
    send_lv = tittly;...
  3. Replies
    1
    Views
    1,494

    What I would do is put the song in a movie clip,...

    What I would do is put the song in a movie clip, then place it on the stage. Then when the pause button is pressed, make that clip play. Then when the play button is pressed, have the clip stopped.
  4. Replies
    4
    Views
    5,711

    I just made the set a variable equal to the node,...

    I just made the set a variable equal to the node, then did split and join. I outputted the variable rather than the node value.
  5. Thread: Auto sizing?

    by num97
    Replies
    3
    Views
    601

    The SWF itself will scale to the size of the...

    The SWF itself will scale to the size of the window. You could link them directly to it.

    You could create 2 or 3 different sized versions of your site, then have them choose the appropriately...
  6. Replies
    2
    Views
    358

    I'm having similar problems with Firefox and...

    I'm having similar problems with Firefox and Safari. With Firefox, the adblock extension was causing the problem. Is there something similar in Safari?
  7. Tried it tonight and that didn't work. What is...

    Tried it tonight and that didn't work.

    What is it about XML within flash that doesn't like & and '? The ID3 data is correct. I traced it and those characters are correct. However, when it's...
  8. My code works like this - I build an array with...

    My code works like this - I build an array with the information I need, then I populate an XML file with it.

    What you are suggesting is for outputting from an XML file, correct? My issue is...
  9. Replies
    6
    Views
    1,144

    Yeah, it loads too slow. Internet browsing is...

    Yeah, it loads too slow. Internet browsing is about instant gratification.

    Are you loading all of the gallery at the very beginning? I would suggest loading portions of the site at different...
  10. I think I see what you are saying. If I use just...

    I think I see what you are saying. If I use just .firstChild, I will get the funky characters, whereas .firstChild.nodeValue will give the actual characters.

    I'll give it a shot tonight - thanks!
  11. What happens when you put everything on a level...

    What happens when you put everything on a level (or rather, what doesn't happen)?

    Is it that you're seeing stuff from another clip?
  12. Replies
    1
    Views
    431

    I don't think I'm understanding your question. ...

    I don't think I'm understanding your question.

    What exactly works fine in photoshop? The anti-aliasing or the colors behind it changing?
  13. It looks like you have many different navigation...

    It looks like you have many different navigation problems.

    With what information you gave me, I'm not sure what the problem is. The site looks pretty sweet though.
  14. ' and & - a wrinkle to the special character problem

    Hi all.

    I have seen people having a similar problem as I am having, but mine's a tad different.

    I have written some code that builds an XML file from ID3 information from mp3's. I have all the...
  15. I wrote this php code:

    I wrote this php code:


    <?php
    echo 'theDate=' .urlencode(date('dMy'));
    ?>
    It assigns the server's date in ddmmmyy format. Then I used this code in my flash movie:

    loadHandler = function(){...
  16. It makes perfect sense, it just took me a bit to...

    It makes perfect sense, it just took me a bit to get my mind wrapped around it.
  17. FileReference does exactly what I want. Thanks...

    FileReference does exactly what I want. Thanks so much for your help! I think I'll try to handle the file uploading through php... Perhaps. And I answered my question about the security risks -...
  18. I suppose it could be an exe file... Right now...

    I suppose it could be an exe file... Right now it's flash embedded within html, but only because that's all I knew about. I will look at what you are suggesting.
  19. One of the things I am trying to do is have a...

    One of the things I am trying to do is have a flash program that will upload files to a server. That's why I ask. I'm also trying to figure out what to search for to find what you are talking about...
  20. silentweed: How would using a server side...

    silentweed:

    How would using a server side script be less of a security issue? I'm just curious. Is a php script on a remote server capable of compiling such a list from files on a local machine?...
  21. [F8] Is it possible to populate an array with...

    ...file names from a local folder?

    I know this is possible using php, but I was wondering if it could be accomplished using flash alone and if anybody had any ideas how to do it.

    Thanks in...
  22. Replies
    1
    Views
    372

    I figured out why I get two trace statements. ...

    I figured out why I get two trace statements. onID3 is called once each for ID3v1 and ID3v2...
  23. Replies
    1
    Views
    372

    [F8] for loop help

    Hi all, I'm pretty sure I know why my code won't work, but I unsure how to work around it. I have an array that holds mp3 file names. Using a loop, I'm creating new sound objects, loading a song...
  24. Replies
    1
    Views
    1,521

    I am doing the exact same thing you are doing...

    I am doing the exact same thing you are doing now.

    One thing I have found EXTREMELY useful is the Flash help files. Perhaps the help files become a resource once you get a little familiarity with...
  25. Publish it as HTML and see if that works rather...

    Publish it as HTML and see if that works rather than embedding it. I embedded flash movie that uses an xml file and it didn't work. When I published it as an HTML file, it worked. So maybe there's...
Results 1 to 25 of 196
Page 1 of 8 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center