Re: [Flashcoders] IE7 Crashing on FileReference.download()

2007-06-07 Thread Helmut Granda

Doesn't matter whether it's our site, or other sites that allow
downloads that we've directed her to to test.




It sounds to me like its her system more than a bug but I might be wrong.
specially since she is the only one having this issue with all sites that
allow downloads. Who knows what she has installed in her browser.

I hope you guys are able to figure it out.

...helmut
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] IE7 Crashing on FileReference.download()

2007-06-07 Thread Muzak
Can you post a sample that doesn't work/crashes, so we can test this?

regards,
Muzak

- Original Message - 
From: "eka" <[EMAIL PROTECTED]>
To: 
Sent: Thursday, June 07, 2007 11:30 PM
Subject: Re: [Flashcoders] IE7 Crashing on FileReference.download()


> Hello :)
>
> this bug ... i have 3 computers (Core2 Duo, Athlon XP 3500 and a laptop..)
> with WinXP and i can't use the FileReference.download method : In Flash, in
> the desktop, in Firefox, IE etc... my player crash and if i test my
> animation in flash.. flash is closed !
>
> The upload method work.. not the download :( Same problem with all FP9
> version and the FP8 :( And i don't know why ?
>
> EKA+ :)
>


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] IE7 Crashing on FileReference.download()

2007-06-07 Thread Merrill, Jason
I know you said it's related to downloading, not uploading, but it still
could be related to this:  For example, one place I have noticed an
issue is the FileReference browse() action uses a Windows component for
browsing files.  That Windows component is sometimes, I believe, not the
same component all over your system - it can be a different one for
Office as for Photoshop AFAIK, even though it looks the same, or at
least it is the same but uses different .dlls or something, and it can
actually get corrupted.  For example, on my machine the file browser
related to Office is broken and if I use it, it can crash the app I have
open, like Outlook.  It does not happen when file browsing using
non-Outlook application.  So it's possible it's not a Flash issue at all
but a windows/Internet Explorer file download "component" issue -
whatever the browser OS is using to download the file. Those kind of
issues can be very difficult to troubleshoot, and even more difficult to
fix.  I mean, she could try de-fragging/HD cleaning/Windows repairing
and/or re-installing Windows, but that's a tad drastic.  Just a thought.

Jason Merrill
Bank of America  
GT&O Learning & Leadership Development
eTools & Multimedia Team


 
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] IE7 Crashing on FileReference.download()

2007-06-07 Thread eka

Hello :)

this bug ... i have 3 computers (Core2 Duo, Athlon XP 3500 and a laptop..)
with WinXP and i can't use the FileReference.download method : In Flash, in
the desktop, in Firefox, IE etc... my player crash and if i test my
animation in flash.. flash is closed !

The upload method work.. not the download :( Same problem with all FP9
version and the FP8 :( And i don't know why ?

EKA+ :)

2007/6/7, Joshua Buhler <[EMAIL PROTECTED]>:


I've actually had her uninstall/install the FP 3 times now, with no
luck.  I've found a few forum posts which have a list of registry
items to tweak, but that's something that's way over her head -
reinstalling Flash was pushing it.

As for uploading via HTML forms - haven't tried it, as the problem
seems to be related to downloading a file. There's no uploading in
this application.

Thanks for the suggestions though.

- Josh

On 6/7/07, Duncan Reid <[EMAIL PROTECTED]> wrote:
> I guess i'd start with a full uninstall / re-install of the player if
you
> haven't had her try already.  I know it's not much but a good starting
> point.
>
> http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_14157
>
>
>
> On 6/7/07, Joshua Buhler <[EMAIL PROTECTED]> wrote:
> >
> > For 99% of our users, they can download images just fine via
> > FileReference.download().
> >
> > However, one user in particular is using IE7, Windows XP, and without
> > fail, anytime FileReference.download() is called, IE will crash.
> > Doesn't matter whether it's our site, or other sites that allow
> > downloads that we've directed her to to test.
> >
> > Anybody see a similar problem, or have any ideas?
> >
> > She's using FP 9.0.45
> >
> > - Josh
> > ___
> > Flashcoders@chattyfig.figleaf.com
> > To change your subscription options or search the archive:
> > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> >
> > Brought to you by Fig Leaf Software
> > Premier Authorized Adobe Consulting and Training
> > http://www.figleaf.com
> > http://training.figleaf.com
> >
> ___
> Flashcoders@chattyfig.figleaf.com
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.com
>
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] IE7 Crashing on FileReference.download()

2007-06-07 Thread Joshua Buhler

I've actually had her uninstall/install the FP 3 times now, with no
luck.  I've found a few forum posts which have a list of registry
items to tweak, but that's something that's way over her head -
reinstalling Flash was pushing it.

As for uploading via HTML forms - haven't tried it, as the problem
seems to be related to downloading a file. There's no uploading in
this application.

Thanks for the suggestions though.

- Josh

On 6/7/07, Duncan Reid <[EMAIL PROTECTED]> wrote:

I guess i'd start with a full uninstall / re-install of the player if you
haven't had her try already.  I know it's not much but a good starting
point.

http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_14157



On 6/7/07, Joshua Buhler <[EMAIL PROTECTED]> wrote:
>
> For 99% of our users, they can download images just fine via
> FileReference.download().
>
> However, one user in particular is using IE7, Windows XP, and without
> fail, anytime FileReference.download() is called, IE will crash.
> Doesn't matter whether it's our site, or other sites that allow
> downloads that we've directed her to to test.
>
> Anybody see a similar problem, or have any ideas?
>
> She's using FP 9.0.45
>
> - Josh
> ___
> Flashcoders@chattyfig.figleaf.com
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.com
>
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] IE7 Crashing on FileReference.download()

2007-06-07 Thread Duncan Reid

I guess i'd start with a full uninstall / re-install of the player if you
haven't had her try already.  I know it's not much but a good starting
point.

http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_14157



On 6/7/07, Joshua Buhler <[EMAIL PROTECTED]> wrote:


For 99% of our users, they can download images just fine via
FileReference.download().

However, one user in particular is using IE7, Windows XP, and without
fail, anytime FileReference.download() is called, IE will crash.
Doesn't matter whether it's our site, or other sites that allow
downloads that we've directed her to to test.

Anybody see a similar problem, or have any ideas?

She's using FP 9.0.45

- Josh
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] IE7 Crashing on FileReference.download()

2007-06-07 Thread Johannes Nel

have you checked to see what happens when she uploads in an html form?

On 6/7/07, Joshua Buhler <[EMAIL PROTECTED]> wrote:


For 99% of our users, they can download images just fine via
FileReference.download().

However, one user in particular is using IE7, Windows XP, and without
fail, anytime FileReference.download() is called, IE will crash.
Doesn't matter whether it's our site, or other sites that allow
downloads that we've directed her to to test.

Anybody see a similar problem, or have any ideas?

She's using FP 9.0.45

- Josh
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com





--
j:pn
http://www.lennel.org
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] IE7 Crashing on FileReference.download()

2007-06-07 Thread Joshua Buhler

For 99% of our users, they can download images just fine via
FileReference.download().

However, one user in particular is using IE7, Windows XP, and without
fail, anytime FileReference.download() is called, IE will crash.
Doesn't matter whether it's our site, or other sites that allow
downloads that we've directed her to to test.

Anybody see a similar problem, or have any ideas?

She's using FP 9.0.45

- Josh
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com