Jump to content

Load Audio And Video Files Using Php


misse

Recommended Posts

hi there, i`m looking for a php code to load (run) audio and video files into a page, does anyone has a clue where to find it, plz?thanks in advance =)
Are you sure it must be php? ,here is what I can offer you hope it helps you even if it's not php.. took this from one of my codes so search after it to get more options for the player w3schools has a page about thisW3school page
<object id="MediaPlayer1" width=150 height=45	classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"	codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"	standby="Loading heavy tunes.." 	type="application/x-oleobject" align="middle">	<param name="FileName" value="url address here">	<param name="AutoStart" value="True">	<param name="ShowStatusBar" value="True">	<param name="DefaultFrame" value="mainFrame">	<embed type="application/x-mplayer2" 	pluginspage = "http://www.microsoft.com/Windows/MediaPlayer/"	src="url address here" align="middle"	width=150	height=45	defaultframe="rightFrame"	ShowControls=true>	</embed>	</object>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...