[flexcoders] Opening GIF in Safari (offtopic?)

2007-02-09 Thread Roman Protsiuk
Hi, everyone.

Dunno maybe it's offtopic. However, the question is:
if I try opening GIF image in a Safari browser via ExternalInterface,
e.g. ExternalInterface.call(window.open, /content/some.gif,
_blank);
I get it saved instead of showed. Browser just saves image and that's all.

I'm not keen on Safari and stuff. Maybe someone knows what it's all about.

Thanks,
R.


Re: [flexcoders] Opening GIF in Safari (offtopic?)

2007-02-09 Thread ilya . devers
Its probably the mime type (or content type) of the server that serves up
the gif...


 Hi, everyone.

 Dunno maybe it's offtopic. However, the question is:
 if I try opening GIF image in a Safari browser via ExternalInterface,
 e.g. ExternalInterface.call(window.open, /content/some.gif,
 _blank);
 I get it saved instead of showed. Browser just saves image and that's all.

 I'm not keen on Safari and stuff. Maybe someone knows what it's all about.

 Thanks,
 R.




Re: [flexcoders] Opening GIF in Safari (offtopic?)

2007-02-09 Thread Roman Protsiuk

Thanks, I'll check that out.

R.

On 2/9/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:


  Its probably the mime type (or content type) of the server that serves
up
the gif...


 Hi, everyone.

 Dunno maybe it's offtopic. However, the question is:
 if I try opening GIF image in a Safari browser via ExternalInterface,
 e.g. ExternalInterface.call(window.open, /content/some.gif,
 _blank);
 I get it saved instead of showed. Browser just saves image and that's
all.

 I'm not keen on Safari and stuff. Maybe someone knows what it's all
about.

 Thanks,
 R.