Carox
12-23-2010, 05:43 AM
Hi,
I am creating a website where I have to embed audios. I am not able to find a convenient way in which audios can be embedded. I have found out a website called soundcloud.com wherein we can upload the audio clips and then copy the widgets of soundcloud in our websites. I did so. I copied the embed code of the widget:
<object height="81" width="100%"> <param name="movie" value="http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F8210892"></param> <param name="allowscriptaccess" value="always"></param> <embed allowscriptaccess="always" height="81" src="http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F8210892" type="application/x-shockwave-flash" width="100%"></embed> </object> <span><a href="http://soundcloud.com/jaskiran/sacha-sirjanhara">Sacha Sirjanhara</a> by <a href="http://soundcloud.com/jaskiran">Jaskiran</a></span>
and pasted in the html file (under td tag). It works fine in Firefox 3.6.10 but is not working in IE 7.
Please suggest me a way in which I can embed the audio and vedio in my website. I can use my server space also for uploading.
Thanks.
I am creating a website where I have to embed audios. I am not able to find a convenient way in which audios can be embedded. I have found out a website called soundcloud.com wherein we can upload the audio clips and then copy the widgets of soundcloud in our websites. I did so. I copied the embed code of the widget:
<object height="81" width="100%"> <param name="movie" value="http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F8210892"></param> <param name="allowscriptaccess" value="always"></param> <embed allowscriptaccess="always" height="81" src="http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F8210892" type="application/x-shockwave-flash" width="100%"></embed> </object> <span><a href="http://soundcloud.com/jaskiran/sacha-sirjanhara">Sacha Sirjanhara</a> by <a href="http://soundcloud.com/jaskiran">Jaskiran</a></span>
and pasted in the html file (under td tag). It works fine in Firefox 3.6.10 but is not working in IE 7.
Please suggest me a way in which I can embed the audio and vedio in my website. I can use my server space also for uploading.
Thanks.