DavidTigerch
MIS
Hi all i came accross this smil 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
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
Code:
<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="[URL unfurl="true"]http://remotsite.com/new/play.php?d=04&song=2353"/>[/URL]
<audio src="[URL unfurl="true"]http://remotsite.com/new/play.php?d=04&song=2354"/>[/URL]
<audio src="[URL unfurl="true"]http://remotsite.com/new/play.php?d=04&song=2355"/>[/URL]
</seq>
</body>
</smil>