On Oct 22, 10:37 am, Steamboy <[EMAIL PROTECTED]> wrote:
> Hye,
>
> I a un problem, I want to read a mp3 from un server, but I can't find
> the way to play it on my ipod touch.
> This code works well, but only with a mp3 on the same directory:
>
> <embed
> src="s1_mini.jpg"
> href="s2.mp3"
> type="audio/mp3"
> pluginspage="www.apple.com/quicktime/download"
> name="song3"
> enablejavascript="false"
> autoplay="false"
> target="myself"
> scale="1"
> kioskmode="true"/>
>
> but when I change the href paramters to href="http://myserver.com/
> songs/98.mp3" it doesn't want to play on the ipod, but it works with
> safari !
> I try to change the paramters for hours, but it never works !!
>
> Someone got an idea ?
> thanks !
Make sure your server supports HTTP range requests.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"iPhoneWebDev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/iphonewebdev?hl=en
-~----------~----~----~----~------~----~------~--~---