linking to vidoes/audio

  • Thread starter Thread starter Malaikah
  • Start date Start date
  • Replies Replies 7
  • Views Views 1K

Malaikah

IB Legend
Messages
6,351
Reaction score
907
Gender
Female
Religion
Islam
:sl:

does anyone know how to link to videos and audio tracks and get to play in media player in an actual post rather than having to follow a link to another website?
 
here's the code for that:

<object width="300" height="42">
<param name="src" value="LINK">
<param name="autoplay" value="true">
<param name="controller" value="true">
<param name="bgcolor" value="#FF9900">
<embed src="LINK" autostart="true" loop="false" width="300" height="42" controller="true" bgcolor="#FF9900"></embed>
</object>

replace LINK with the mp3 file link..



HTML:
 <html>
<head><body>
<object width="300" height="42">
<param name="src" value="LINK">
<param name="autoplay" value="true">
<param name="controller" value="true">
<param name="bgcolor" value="#FF9900">
<embed src="LINK" autostart="true" loop="false" width="300" height="42" controller="true" bgcolor="#FF9900"></embed>
</object>
</head></body></html>
salamz
 
Last edited:
:sl:

wow that looks complicated.. what kind of link do you mean? and is it just for forums?
 
oh lol sorry.. here i found a simpler way.. use the [ media ] mp3file [ / media] tags...

where mp3 file is link 2 aduio/video

and without the sapces in the media tag.. i had 2 put sapcse so it doesnt show the player

sorry the other link was 4 html pages.. totally diff
 
btw, i just realised i use to spell videos wrong all along!! its suppose 2b vidoes! :hiding:
 
actually i think its is video lol, i wrote it wrong..

[MEDIA]http://quran.jalisi.com/001fatiha_01.mp3[/MEDIA]

yay it works!! thanks a lot!
 

Similar Threads

Back
Top