On 14/02/2006, at 11:06 AM, Will Leshner wrote:

On 2/13/06, Jeff Ayling <[EMAIL PROTECTED]> wrote:

ok, I had a look with a filetype editor and the files have type: TEXT
and Creator: R*ch - but I'm not setting those - these files are being
downloaded with the httpsocket and the server is sending the correct
audio/mp3 tags so I'm not sure why RB is setting them to TEXT/R*ch

Are you relying on the HTTPSocket to save them to disk? Or are you
doing the saving yourself?

--


I'm relying on HTTPSocket to save the file to disk.

I just tried the following in the downloadcomplete event:

    file.MacType=""
    file.MacCreator=""

But they still appeared as TEXT/R*ch

Then I tried:

    file.MacType=ChrB(0)+ChrB(0)+ChrB(0)+ChrB(0)
    file.MacCreator=ChrB(0)+ChrB(0)+ChrB(0)+ChrB(0)

and now they don't have Type or Creator codes but they still have the bbedit icons.

If I use:

    file.MacType="mpg4"
    file.MacCreator="TVOD"

Then they show up with QuickTime icons (the original files have iTunes icons) but there are many different formats and I didn't really want to have to add them all to every downloadcomplete event.

Cheers


Jeff


_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to