hi list

I'm having some teething problems with streaming mp3s in an online project.
im using the following to check the status, the file is imported via insert
swa and the url is set in the script

on mouseDown me

  member("hippy").URL = "http://www.webaddress.co.uk/hippy.mp3";
  member("hippy").soundChannel = 3
  member("hippy").stop()
  member("hippy").preLoadTime = 6
  member("hippy").preLoadBuffer()
  member("hippy").play()

end

if member("hippy").getError() <> 0 then
    member("tx").text = member("hippy").getErrorString()
  end if

Im getting the error --  File is too short. 80040054
the member is an mp3 file (266k)ive checked it with a larger file size and
get a network error mesg?
it seams inconsistent in its error messaging???

Any ideas where im getting it wrong, thanks


Robin Pereira
M-07905125482
WWW.BlueQube.org.uk
[EMAIL PROTECTED]
live-love-be

The information herein transmitted is intended only for the person or entity
to which it is addressed and may contain confidential and/or privileged
material. Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited. If you received
this in error, please delete the material from your computer and contact the
sender at  (the above address). If you are not the intended recipient you
must not use, disclose, distribute, copy, print or rely on this e-mail

Any e-mail attachment may contain software viruses which could damage
your own computer system. Whilst reasonable precaution has been taken to
minimise this risk, we cannot accept liability for any damage which you
sustain as a result of software viruses. You should therefore carry out
your own virus checks before opening any attachment.

[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email [EMAIL 
PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping 
with programming Lingo.  Thanks!]

Reply via email to