access a songfile from remote server using remote php file
Posted: Wed Nov 26, 2008 4:07 pm
hi all.
i have a scenario::----
-i have a song file on my application server(Ex:- song1.mp3)
-i have a php file on application server which gets this song(ex:- song1)
when receives a request from the php file on webserver.
- i have a player on my webserver which has to play this song(got from application server)
Note:- suppose, the song(ex:- song1.mp3) is located on the "http://applicationserver(ip)/songs/song1.mp3 " , flash player(on webserver) cannot play the song when given this url directly.
Not Sure:-
i think i can call application level php from webserver php to get the song using CURL but dont know how to make that play in flash player.
please steer me to the correct solution!!!!!
i have a scenario::----
-i have a song file on my application server(Ex:- song1.mp3)
-i have a php file on application server which gets this song(ex:- song1)
when receives a request from the php file on webserver.
- i have a player on my webserver which has to play this song(got from application server)
Note:- suppose, the song(ex:- song1.mp3) is located on the "http://applicationserver(ip)/songs/song1.mp3 " , flash player(on webserver) cannot play the song when given this url directly.
Not Sure:-
i think i can call application level php from webserver php to get the song using CURL but dont know how to make that play in flash player.
please steer me to the correct solution!!!!!