Click here to Skip to main content
15,909,651 members
Home / Discussions / Web Development
   

Web Development

 
GeneralVoice Pin
azitto11-Jun-04 10:55
azitto11-Jun-04 10:55 
GeneralRe: Voice Pin
theJazzyBrain13-Jun-04 21:57
theJazzyBrain13-Jun-04 21:57 
Generalmediaplayer problem... Pin
l a u r e n11-Jun-04 10:45
l a u r e n11-Jun-04 10:45 
GeneralRe: mediaplayer problem... Pin
palbano12-Jun-04 8:21
palbano12-Jun-04 8:21 
GeneralRe: mediaplayer problem... Pin
l a u r e n12-Jun-04 8:32
l a u r e n12-Jun-04 8:32 
GeneralRe: mediaplayer problem... Pin
palbano12-Jun-04 9:19
palbano12-Jun-04 9:19 
GeneralRe: mediaplayer problem... Pin
l a u r e n13-Jun-04 14:47
l a u r e n13-Jun-04 14:47 
GeneralRe: mediaplayer problem... Pin
palbano14-Jun-04 5:57
palbano14-Jun-04 5:57 
Since you are having so much trouble i thought i would post this just in case it helps


<SCRIPT LANGUAGE=javascript>
<!--
function changeit(){
document.all("MediaPlayer").FileName = "http://rnv-palbano/research/work/Ice_Man[1].wmv";
}
//-->
</SCRIPT>

</HEAD>
<BODY>

<OBJECT ID="MediaPlayer" WIDTH=132 HEIGHT=99 classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112"
standby="Loading Microsoft Windows Media Player components..."
type="application/x-oleobject">
<PARAM NAME="FileName" VALUE="http://rnv-palbano/research/work/funnyrunner.wmv">
<PARAM NAME="AutoStart" VALUE="true">
<param name="ShowControls" value="0">
<param name="ShowDisplay" value="0">
<param name="ShowStatusBar" value="0">
<PARAM NAME="AutoSize" VALUE="1">
<EMBED type="application/x-mplayer2"
</EMBED> </OBJECT>
<INPUT type="button" value="Button" id=button1 name=button1 onclick="changeit()">

GeneralRe: mediaplayer problem... Pin
l a u r e n14-Jun-04 8:12
l a u r e n14-Jun-04 8:12 
GeneralRe: mediaplayer problem... Pin
palbano14-Jun-04 8:23
palbano14-Jun-04 8:23 
GeneralRe: mediaplayer problem... Pin
l a u r e n14-Jun-04 8:25
l a u r e n14-Jun-04 8:25 
GeneralRe: mediaplayer problem... Pin
palbano14-Jun-04 10:13
palbano14-Jun-04 10:13 
GeneralRe: mediaplayer problem... Pin
l a u r e n14-Jun-04 10:25
l a u r e n14-Jun-04 10:25 
GeneralRe: mediaplayer problem... Pin
palbano14-Jun-04 10:39
palbano14-Jun-04 10:39 
GeneralHTC's public:component in IE5 Pin
Heath Stewart11-Jun-04 5:02
protectorHeath Stewart11-Jun-04 5:02 
GeneralTeam Development with VS.NET/Dreamweaver/VSS Pin
Sean Rock11-Jun-04 0:23
Sean Rock11-Jun-04 0:23 
GeneralMicrosoft Application Center Test Pin
Anonymous10-Jun-04 4:56
Anonymous10-Jun-04 4:56 
GeneralRe: Microsoft Application Center Test Pin
devvvy10-Jun-04 4:58
devvvy10-Jun-04 4:58 
QuestionHow to get data from database to Javascript Pin
KSurendranath10-Jun-04 4:33
KSurendranath10-Jun-04 4:33 
AnswerRe: How to get data from database to Javascript Pin
l a u r e n11-Jun-04 10:53
l a u r e n11-Jun-04 10:53 
GeneraliFrame question Pin
theJazzyBrain9-Jun-04 8:55
theJazzyBrain9-Jun-04 8:55 
GeneralRe: iFrame question Pin
Andrew Quinn AUS9-Jun-04 9:36
Andrew Quinn AUS9-Jun-04 9:36 
GeneralRe: iFrame question Pin
theJazzyBrain9-Jun-04 12:09
theJazzyBrain9-Jun-04 12:09 
GeneralRe: iFrame question Pin
Andrew Quinn AUS11-Jun-04 0:33
Andrew Quinn AUS11-Jun-04 0:33 
GeneralRe: iFrame question Pin
theJazzyBrain11-Jun-04 8:17
theJazzyBrain11-Jun-04 8:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.