Click here to Skip to main content
15,884,353 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Swapping image + server side script Pin
Michael Hendrickx19-Dec-08 3:54
Michael Hendrickx19-Dec-08 3:54 
QuestionFilter a Dataset Pin
phani42016-Dec-08 21:54
phani42016-Dec-08 21:54 
AnswerRe: Filter a Dataset Pin
SeMartens16-Dec-08 23:12
SeMartens16-Dec-08 23:12 
GeneralRe: Filter a Dataset Pin
phani42016-Dec-08 23:27
phani42016-Dec-08 23:27 
QuestionFreetext box Like Control Pin
Member 400664816-Dec-08 21:05
Member 400664816-Dec-08 21:05 
QuestionRun Dot net application on TOMCAT Pin
phani42016-Dec-08 20:51
phani42016-Dec-08 20:51 
AnswerRe: Run Dot net application on TOMCAT Pin
Aman Bhullar21-Dec-08 20:28
Aman Bhullar21-Dec-08 20:28 
QuestionEmbded media player Pin
B8716-Dec-08 20:43
B8716-Dec-08 20:43 
Hi friends,
I have add a embded windows media player in my site using following code,

<object id="wmp" classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" style="width: 475px;
height: 367px;" type="application/x-oleobject" pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/MediaPlayer/">

<param name="URL" value="<%=url_filename %>"/>
<param name="enabled" value="True"/>
<param name="AutoStart" value="True"/>
<param name="PlayCount" value="0"/>
<param name="Volume" value="50"/>
<param name="balance" value="0"/>
<param name="Rate" value="1.0"/>
<param name="Mute" value="False"/>
<param name="fullScreen" value="False"/>
<param name="uiMode" value="full"/>
<param name="ShowStatusBar" value="True" />
<param name="SendPlayStateChangeEvents" value="True" />
<param name="autorewind" value="True" />
</object>


But its not supporting many formats is there is any way to code such that it will accept some additional formats
and one more problem is i uploaded this in server but some formats which can play in my system cant supported in other systems. Confused | :confused:
AnswerRe: Embded media player Pin
L. Madhavan16-Dec-08 21:19
L. Madhavan16-Dec-08 21:19 
QuestionHow to do a movenext into your data??? Pin
meki_211816-Dec-08 15:06
meki_211816-Dec-08 15:06 
AnswerRe: How to do a movenext into your data??? Pin
SeMartens16-Dec-08 23:19
SeMartens16-Dec-08 23:19 
AnswerPosted all over the place, been answered multiple times. Pin
Ashfield16-Dec-08 23:58
Ashfield16-Dec-08 23:58 
Questionobject not displaying on web page Pin
Tabb Smith16-Dec-08 14:59
Tabb Smith16-Dec-08 14:59 
Question.net web service in delphi Pin
Milin Thosani16-Dec-08 9:38
Milin Thosani16-Dec-08 9:38 
AnswerRe: .net web service in delphi Pin
SeMartens16-Dec-08 23:35
SeMartens16-Dec-08 23:35 
QuestionSome errors on test site - help Pin
bmx463716-Dec-08 8:21
bmx463716-Dec-08 8:21 
AnswerRe: Some errors on test site - help Pin
SeMartens16-Dec-08 23:39
SeMartens16-Dec-08 23:39 
GeneralRe: Some errors on test site - help Pin
bmx463717-Dec-08 8:04
bmx463717-Dec-08 8:04 
AnswerRe: Some errors on test site - help Pin
Ashfield17-Dec-08 0:01
Ashfield17-Dec-08 0:01 
GeneralRe: Some errors on test site - help Pin
bmx463717-Dec-08 8:05
bmx463717-Dec-08 8:05 
Questionrewrite url from xyz.com/page.htm to xyz.com/page.html Pin
random416-Dec-08 1:25
random416-Dec-08 1:25 
AnswerRe: rewrite url from xyz.com/page.htm to xyz.com/page.html Pin
bmx463717-Dec-08 15:10
bmx463717-Dec-08 15:10 
GeneralRe: rewrite url from xyz.com/page.htm to xyz.com/page.html Pin
random417-Dec-08 18:58
random417-Dec-08 18:58 
GeneralRe: rewrite url from xyz.com/page.htm to xyz.com/page.html Pin
bmx463721-Dec-08 14:44
bmx463721-Dec-08 14:44 
GeneralRe: rewrite url from xyz.com/page.htm to xyz.com/page.html Pin
random421-Dec-08 18:46
random421-Dec-08 18:46 

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.