tony007
Apr 30th, 2006, 02:22 PM
Hi all i came accross this [/b]smil[b] file that if i open it with real audio player it starts playing the 3 songs one by one. But if i try to put one of the urls in browser i do not get songs instead i get a voice says the song could not be found!!
I wonder how they did that since i want to do the same for some of my files on my webserver. Could an expert tell me how this is possible and how it works that real audo player can get the songs and play them but direct url will give failed massge.Thanks
<smil>
<head>
<layout type="text/smil-basic-layout">
<root-layout id="root" height="2" width="2" background-color="black"/>
</layout>
</head>
<body>
<seq>
<audio src="http://remotsite.com/new/play.php?d=04&song=2353"/>
<audio src="http://remotsite.com/new/play.php?d=04&song=2354"/>
<audio src="http://remotsite.com/new/play.php?d=04&song=2355"/>
</seq>
</body>
</smil>
I wonder how they did that since i want to do the same for some of my files on my webserver. Could an expert tell me how this is possible and how it works that real audo player can get the songs and play them but direct url will give failed massge.Thanks
<smil>
<head>
<layout type="text/smil-basic-layout">
<root-layout id="root" height="2" width="2" background-color="black"/>
</layout>
</head>
<body>
<seq>
<audio src="http://remotsite.com/new/play.php?d=04&song=2353"/>
<audio src="http://remotsite.com/new/play.php?d=04&song=2354"/>
<audio src="http://remotsite.com/new/play.php?d=04&song=2355"/>
</seq>
</body>
</smil>