A Flash Developer Resource Site

Search:

Type: Posts; User: funkykeys

Page 1 of 4 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    11
    Views
    1,684

    Thanks for the help -- I figured it out. ...

    Thanks for the help -- I figured it out. Array.push() is proper syntax, however, Array[0].push() is not. The correct syntax for the nested push is Array[i][j] = {var1:value, var2:value}.

    This...
  2. Replies
    11
    Views
    1,684

    I actually declared content_array outside of --...

    I actually declared content_array outside of -- and before writing -- the function, along with a ton of other vars.

    I actually created a test loop with a new array to see if the nested push()...
  3. Replies
    11
    Views
    1,684

    Here's the full XML parsing function, which does...

    Here's the full XML parsing function, which does a nested array.push. Is that invalid?



    function loadXML(success_bool:Boolean) {
    //init vars
    var temp_xml:XML = new XML();...
  4. Replies
    11
    Views
    1,684

    This is screwed up. I didn't think I was making...

    This is screwed up. I didn't think I was making a code mistake, so maybe Flash 8 is hosed and no longer functioning properly?

    As long as I can trace out content_array[i][j].photo_str within the...
  5. Replies
    11
    Views
    1,684

    Can anyone help? I'm in a real bind. :)

    Can anyone help? I'm in a real bind. :)
  6. Replies
    11
    Views
    1,684

    Need help with multidimensional arrays

    I'm pulling my hair out on this. How do you create named elements within arrays so that you can call them later?

    Example:



    //get info
    temp_array = temp_xml.firstChild.childNodes;...
  7. Replies
    1
    Views
    6,517

    Never mind, I found the problem: Win2003 IIS...

    Never mind, I found the problem: Win2003 IIS needed to have a MIME type added for FLV files!
  8. Replies
    3
    Views
    707

    gorlummeeguvnor, You are the dude! I forgot...

    gorlummeeguvnor,

    You are the dude! I forgot about that on Win2003. That's one great thing about 2003, compared to 2000. Most hosts that advertise Flash streaming probably have that setup. This...
  9. Replies
    3
    Views
    707

    Problem with FLV running in IE 6

    Hi,

    For some reason, I'm having a problem loading an FLV using the NetConnection stream. It works fine while doing a "test movie" in Flash, but in IE, no video loads. I've tried relative and...
  10. Replies
    1
    Views
    6,517

    Problem with FLV running in IE 6

    Hi,

    For some reason, I'm having a problem loading an FLV using the NetConnection stream. It works fine while doing a "test movie" in Flash, but in IE, no video loads. I've tried relative and...
  11. Replies
    4
    Views
    558

    Perfect, madzigian... thanks!

    Perfect, madzigian... thanks!
  12. Replies
    4
    Views
    558

    Yeah, I agree -- setInterval is the better way to...

    Yeah, I agree -- setInterval is the better way to go. I just don't want to try to figure out how to do this myself when the budget is only a couple hundred. :)
  13. Replies
    4
    Views
    558

    Anyone know where to grab this?

    Hello,

    This is probably one of Joshua Davis' old files, and we've all seen it around a gazillion times. It's the horizontal-pan navigation that http://www.paramount.com/ uses to display their...
  14. Great... thanks!

    Great... thanks!
  15. Communication between SWFs in different browser windows

    Hi,

    I'm got an MP3 jukebox that plays in a pop-up window throughout an HTML site. The site also has a storefront with samples from various CDs that also use the same player, only the MP3 content...
  16. When I print I make the printMC bounding box a...

    When I print I make the printMC bounding box a bit larger than what's displayed on screen. The print button would have something like this attached:


    on (release) {
    print ("_root.printMC",...
  17. Replies
    5
    Views
    548

    Hi bccreate, I assume you're printing to a MC...

    Hi bccreate,

    I assume you're printing to a MC that has a certain number of frames, each of which loads a new JPEG, and you've also set the label for each to #p?

    In whatever case, it doesn't...
  18. Replies
    4
    Views
    482

    If it's under 3 MB, sure. Otherwise, giving me a...

    If it's under 3 MB, sure. Otherwise, giving me a version that doesn't have any large bitmaps or anything that isn't need to troubleshoot the results you're wanting.
    ...
  19. That makes sense. There are so many variables...

    That makes sense. There are so many variables that could be involved in the lag--I'll just get rid of it, as 110k isn't all that much, really.

    Thanks for the reply.
  20. Thanks, that's the little push I needed. :) ...

    Thanks, that's the little push I needed. :) I'll get rid of BH and go for the full version altogether.

    bccreate: I usually always add a preloader to avoid having something move through and stop...
  21. Need opinions on MC size / download time

    I'm on the fence about a download issue and need some advise. I've created a short animation on the Home page of a client site, which is just about done in production.

    Innerhost, who's hosting...
  22. Need opinions on MC size / download time

    I'm on the fence about a download issue and need some advise. I've created a short animation on the Home page of a client site, which is just about done in production.

    Innerhost, who's hosting...
  23. Need opinions on MC size / download time

    I'm on the fence about a download issue and need some advise. I've created a short animation on the Home page of a client site, which is just about done in production.

    Innerhost, who's hosting...
  24. Flash 5 / MX can saving and loading variables to...

    Flash 5 / MX can saving and loading variables to a text file using loadVariables(). It will also create the text file if it doesn't exist.

    An example of saving is:
    ...
  25. Replies
    4
    Views
    482

    I couldn't open your FLA... got an error that...

    I couldn't open your FLA... got an error that said "Seek failed..."
Results 1 to 25 of 85
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center