Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~171 People Reached
Favorite Forums
Favorite Tags
Member Avatar for vijayzutshi

<script type="text/javascript"> function play(media){ document.getElementById('mediaplayer').innerHTML= '<object classid="clsid:22d6f312-b0f6-11d0-94ab-0080c74c7e95"' 'type="application/x-oleobject" width="320" height="285">' '<param name="showControls" value="false">' '<param name="fileName" value="' media '">' '<embed type="application/x-mplayer2" width="320" height="285"' 'showcontrols="false" src="' media '"><\/embed><\/object>' } </script> <div id="mediaplayer"></div> <ul id="menu"> <li><a onclick="play(this.href);return false" href="">Source 1</a></li> <li><a onclick="play(this.href);return false" href="">Source 2</a></li> <li><a onclick="play(this.href);return false" href="">Source 3</a></li> </ul> I have …

Member Avatar for vijayzutshi
0
128
Member Avatar for vijayzutshi

script type="text/javascript" function play(media){ document.getElementById('mediaplayer').innerHTML= 'object classid="clsid:22d6f312-b0f6-11d0-94ab-0080c74c7e95"' 'type="application/x-oleobject" width="320" height="285"' 'param name="showControls" value="false"' 'param name="fileName" value="' media '"' 'embed type="application/x-mplayer2" width="320" height="285"' 'showcontrols="false" src="' media '"\/embed\/object' } /script div id="mediaplayer"/div ul id="menu" li a onclick="play(this.href);return false" href=""Source 1/a/li li a onclick="play(this.href);return false" href=""Source 2/a/l li a onclick="play(this.href);return false" href=""Source 3/a/l …

0
43