On Wed, Sep 24, 2008 at 12:53 AM, Ashley Sheridan
<[EMAIL PROTECTED]> wrote:
> On Tue, 2008-09-23 at 21:23 +1000, hce wrote:
>> Hi Ashley,
>>
>> The object tag is indeed working. It does not automatically play
>> audio.mp3 from my home web server, but it does automatically play if I
>> add an audio source value from a streaming server. Can you make it
>> work to play the audio automatically from a normal web server not
>> streaming server?
>>
>> Thanks.
>>
> As far as I'm aware it should play from any server. What kind of paths
> are you putting into the object tag? Absolute or relative and is it a
> URL or local resource?

I tried both relative and absolute paths as following from a firefox browser:

<param name="src" value="audio.mp3">

Or

<param name="src" value="http://www.myweb.com/audio.mp3";>

The audio.mp3 is in the same location with audio.php.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to