A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: FileReference.browse() with large fonts crashes the player

Threaded View

  1. #1
    Flash Gordon McUsher's Avatar
    Join Date
    Mar 2001
    Location
    Krautland
    Posts
    1,560

    FileReference.browse() with large fonts crashes the player

    If you turn on large fonts on your system and try to execute this code:
    Code:
    import flash.net.FileReference;
    var f:FileReference = new FileReference();
    f.browse();
    Players 8 and 9 crashes...

    Is there any known workaround?


    [Edit]
    Of course FileReference.download() crashes the player as well...
    [Edit2]
    It might be on WinXP Pro SP2 German only.. we are still testing it.
    Last edited by McUsher; 07-03-2006 at 06:31 AM.
    My letters on the F1 key have faded, how are yours today?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center