Kodi Community Forum

Full Version: How to find actual song link
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am trying to find the actual url for the mp3 played in embeded player in below link

http://www.bollyclips.com/moviesongs/son...ongid=1350

In Source I can find

Code:
<object width="350" height="80" type="application/x-shockwave-flash" data="http://musicmazaa.com/MMaPlayer/embedded/player.swf"><param name="movie" value="http://musicmazaa.com/MMaPlayer/embedded/player.swf" /><param name="flashvars" value="id=a6b71fc612e9ba0895cbaa03110fb4ed&amp;p=1" /><param name="wmode" value="transparent" /><em><a href="http://musicmazaa.com/hindi/audiosongs/Kismat Konnection.html?e">Listen to Kismat Konnection - hindi Audio Songs at MusicMazaa.com</a></em></object>

but using firebug,httpfox - I am not able to find the actual url from where the embeded player is picking up the song. I think the value ID "a6b71fc612e9ba0895cbaa03110fb4ed" is used but not sure about actual url..

Please let me know
Thanks
Anyone ?

I just need to know the method to get actual url from embeded flash players..

Thanks