Click here to Skip to main content
15,920,896 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Csharp WebService Client authentification Pin
PHP_Guy16-Mar-10 9:34
PHP_Guy16-Mar-10 9:34 
Questionusing Mindterm Pin
sangeethanarayan11-Mar-10 2:13
sangeethanarayan11-Mar-10 2:13 
AnswerRe: using Mindterm Pin
T M Gray12-Mar-10 11:57
T M Gray12-Mar-10 11:57 
QuestionCappuccino framework with ruby on rails Pin
PeriyasamyRamachandran10-Mar-10 22:46
PeriyasamyRamachandran10-Mar-10 22:46 
Questiononmouseover and onmouseout event Pin
bigeyed9-Mar-10 5:33
bigeyed9-Mar-10 5:33 
AnswerRe: onmouseover and onmouseout event Pin
T M Gray9-Mar-10 9:15
T M Gray9-Mar-10 9:15 
GeneralRe: onmouseover and onmouseout event Pin
bigeyed9-Mar-10 9:38
bigeyed9-Mar-10 9:38 
GeneralRe: onmouseover and onmouseout event [modified] Pin
daveyerwin9-Mar-10 14:32
daveyerwin9-Mar-10 14:32 
Questionexample on registering on web sing UDDI Pin
NetQuestions8-Mar-10 22:09
NetQuestions8-Mar-10 22:09 
AnswerRe: example on registering on web sing UDDI Pin
T M Gray9-Mar-10 9:05
T M Gray9-Mar-10 9:05 
GeneralRe: example on registering on web sing UDDI Pin
NetQuestions12-Mar-10 20:13
NetQuestions12-Mar-10 20:13 
Questiontype check in http_get Pin
NetQuestions8-Mar-10 21:11
NetQuestions8-Mar-10 21:11 
AnswerRe: type check in http_get Pin
daveyerwin9-Mar-10 14:43
daveyerwin9-Mar-10 14:43 
GeneralRe: type check in http_get Pin
NetQuestions12-Mar-10 20:04
NetQuestions12-Mar-10 20:04 
QuestionWebsite Chache Pin
JM22518-Mar-10 20:57
JM22518-Mar-10 20:57 
AnswerRe: Website Chache Pin
R. Giskard Reventlov8-Mar-10 21:33
R. Giskard Reventlov8-Mar-10 21:33 
GeneralRe: Website Chache Pin
JM22518-Mar-10 21:40
JM22518-Mar-10 21:40 
QuestionSending mail using ASP. Pin
Venkatesh.P8-Mar-10 20:56
Venkatesh.P8-Mar-10 20:56 
AnswerRe: Sending mail using ASP. Pin
RCoate8-Mar-10 21:20
RCoate8-Mar-10 21:20 
GeneralRe: Sending mail using ASP. [modified] Pin
Venkatesh.P8-Mar-10 21:40
Venkatesh.P8-Mar-10 21:40 
GeneralRe: Sending mail using ASP. Pin
T M Gray9-Mar-10 9:19
T M Gray9-Mar-10 9:19 
GeneralRe: Sending mail using ASP. Pin
DX Roster10-Mar-10 0:34
DX Roster10-Mar-10 0:34 
GeneralRe: Sending mail using ASP. Pin
T M Gray10-Mar-10 8:09
T M Gray10-Mar-10 8:09 
Questionwindowsmediaplayer not playing in mozillaa firefox Pin
rajiv_kadam8-Mar-10 17:53
rajiv_kadam8-Mar-10 17:53 
below is my code for playing videos but problem is that video player is hidden automatically after playing videos in mozilla browser but it works ok in internet explorer browser and i m playing .avi files please suggest me.i have use only this much code for playing videos on my website.


<object id="MediaPlayer1" 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 Microsoft Windows® Media Player components..." type="application/x-oleobject" width="900" height="600" style="background-color:black">
<param name="fileName" value="<%=videopath%>">
<param name="animationatStart" value="true">
<param name="transparentatStart" value="true">
<param name="autoStart" value="true">
<param name="showControls" value="true">
<param name="Volume" value="-450"><embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" src="http://www.bigbonenews.net<%=videopath%>" name="MediaPlayer1" width=280 height=256 autostart=1 showcontrols=1 volume=-450>
</object>
AnswerRe: windowsmediaplayer not playing in mozillaa firefox Pin
jayantbramhankar10-Mar-10 9:18
jayantbramhankar10-Mar-10 9:18 

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.