Web Forms :: How To Play .xap Files
Jan 31, 2011
I am working on CMS program and i want to be able to play .xap files (Silverlight Files) the problem
I can't find a tag that can contain xap files and be valid in c# code to be able to change the source file
View 3 Replies
Similar Messages:
Jul 16, 2012
How to play audio and video files...
View 1 Replies
Jan 14, 2010
I am developing a ASP.NET by using c#.net and have many WMV files and have to watch the range of the file which I gave.The size of files are too big also the users shouldn't download the all of the file , should download between the range which I give .
View 1 Replies
Jul 9, 2010
i have an example of a windows app media player. which opens up a file selection and plays that mp3. i want to play from a web location.
the method is below whch i am using, i have commented the old code, how would i get a track to play which is located on the web?
[Code]....
View 1 Replies
Nov 20, 2010
I would like to build a component to play all the audio/media files(especially .flv files) using asp.net.so could you please provide me the necessary code/idea to create the component
View 1 Replies
Nov 27, 2012
i have a requirement like...we display all the mp3 detaiils in a gridview...a link button or hyperlink is placed in the gridview..once the link button or hyperlink is clicked a seperate popup window shouls appear and respective songs or audio file should be played...
View 1 Replies
May 7, 2015
i wanna play and download song from database but only path of song is stord in database so how to do this and i don't wanna use id of song i wanna select song by column name (ASP.NET)(SQL server)
View 1 Replies
Jul 2, 2011
I would like also to know the way to have an embedded video in my site that will not have the play buttons and play again and again. Is there a way to do that??
View 2 Replies
May 24, 2010
how can i add audio play button to play mp3 file
View 3 Replies
May 12, 2010
Method 1:(does not work on IE, works on Firefox, the downloadatt.aspx load video from document server and ouput)
<object width="320" height="240" autoplay="false" controller="true" scale="ASPECT" src="http://localhost/TestVideo/DownloadAtt.aspx">
<embed play="false" autoplay="false" controller="true" width="320" height="240" src="http://localhost/TestVideo/DownloadAtt.aspx"></embed></object>
Method 2 works
<object classid='CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95' id='player' width="320" height="240" standby='Please wait while the object is loaded...'>
<param name='src' value="http://localhost/TestVideo/DownloadAtt.aspx" />
<embed play="false" autoplay="false" controller="true" width="320" height="240" src="http://localhost/TestVideo/DownloadAtt.aspx"></embed></object>
</object>
But the problem is that I do not know the video format, so I can not predefine object's classid.
I prefer method 1(since I do not need to worry about the video format), But it does not work on IE, I used to point the src to an ISAPI dll which does the same thing as DownloadAtt.aspx(below) and it works. Now I change to Asp.net, it does not work. :(
Does anybody know how to make the method 1 work?
File DownloadAtt.aspx:
[Code]....
View 9 Replies
Mar 6, 2011
I want to play the video file from my repository into the web browser using asp.net/c#.
View 3 Replies
Apr 22, 2012
How can I play an audio on my web page using file path from Sql database?
While I am embedding a player for playing media.
View 1 Replies
May 7, 2015
I want to play live tv on my website .. I have a video url: and want to embed it with flash player.
View 1 Replies
Jan 29, 2010
I'm wth Asp.net, c#. How Can I do Audio ,Vedio streaming for a web page?
View 1 Replies
Apr 18, 2010
how to play wave sound and video by asp.net c#
View 2 Replies
Jan 29, 2010
i have one confusion. i have added following code to my aspx page for playing video:
[code]....
now here i have one cofusion. i want to play video dynamically. how i can set "../Downloads/Videos/Video2_Part3" Dynamically??
can i do with this approarch, or i have to go for some alternative??
View 6 Replies
Feb 5, 2010
I want to give the videos Upload and Play feature in website, and i want to use youtube for play the uploaded video.
So please suggest me how to upload videos and store these video in sql database and how to link these video to youtube.
View 1 Replies
Feb 8, 2010
Is there any good way of playing a sound when clicking a button on my web page?? It works great on my local mashine but won't work on the server! I don't want any windows media player or any other window to pop up! Just to play a wav sound!
This is the code that works on my local mashine!
[Code]....
View 5 Replies
Feb 7, 2011
i have tryed belowe code to play sound file and it has working perfectly when i run it in debug mode but after i host it is not working
using IIS 6 and VS 2008
[Code]....
View 7 Replies
Mar 26, 2011
1) user A inputs some data into webpage "a.aspx". When he clicks save button, data is insert into table A and table B.
2) another user B is accessing webpage "b.aspx" or could be away from his desk. To inform user B that he has new incoming data (upon insert into table B from step 1), I was thinking to play a sound to get user B attention that he has new incoming data.
Can I achieve this (play sound) in coding (without interfering with what user B is currently doing)?
View 2 Replies
Mar 21, 2011
i need to play audio online in asp.net websiteMy requirement isusers will be able to browser the audio file using file upload control and two button will be displayed 'Play' and 'Stop'.site should have the capability to play audio file in any format.
View 3 Replies
May 20, 2010
How can I create a link when it is clicked, it plays the audio.
I have a speex file on the server and my browser has the latest adobe flush-based player.
View 2 Replies
Jul 29, 2013
Follow this link: [URL] ...
In this tutorial when we upload Videos, it will upload in new FlowPlayer window, but I want to retrieve videos from sql server and play in same player window.
View 1 Replies
Nov 22, 2013
how to play .mp3 sound in page load?as background music.
View 1 Replies
Mar 6, 2014
How to play mp4 file in website which is having a size of approx 20 mb.
View 1 Replies