i am using jw player to play an flv file including captions. this seems to work fine. but now i need to play a ad before my flv file starts playing?or can we play flv files one aftre the another using jquery
I'm finding it next to impossible setting up a slideshow given the constraints I have. I could do it easily using a listview control except listview controls don't automatically page themselves! Is it possible to use jquery to create a play/pause button to auto page through the listview control, making it a slide show?
I need this video to play automatically. It would be nice, this code can play videos from other sources like yahoo etc.. Is it also possible to use HTML5, instead of jquery?
how i can play a .wav file in my web application. i am using asp.net mvc with c#. i am very new to using mvc and i need some guidence for the use of views and controllers.
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??
I got the following code with the help of raghav khunger and I wanna add a play and stop button on it to cycle the pictures orderly and stop them. how can I do that?
I already have my audio file in database (which is in varbinary(max) data type) and I could retrieve said music as byte(). But the problem is I don't know how to play it..
I have created a web-page where I have to paly .swf file. My code is working fine and swf file is played perfectly in Internet Explorer but not in mozilla firefox. Below is my code :-
i have used "embed" tag for Flv file, Flash Player for "swf" file and "object tag for other files.. everything working fine with IE but in Mozilla only swf files working properly.. way to play video of any type in IE and Mozilla both
How to play any audio file on browser? I used HTML5's <audio> but it does not support to all extensions. Is it any control for that that any file I can play?
But when I click on that link, it opens Windows Media Player - I don't want that. I just want the sound to play.
I have also tried using a few of the jQuery plugins and they seem to work if I have have a fixed URL to a WAV file but they don't work if I set the URL to my HTTP handler.
But this above code work in my local development version , When i try to open from my domain like: http://domain.com/Files/ sample.swf ,not play the file but it show the timing of the swf file then the slider and info icon of the player.
Am also try to open the swf file using html file from the same domain,it not working.
I am using asp.net 4.0 with C#. I have a webpage which shows a tabular list and upon clicking any one of it, the path of the swf file is queried to the access database and then the file needs to be played on the same webpage.
I am using ajax and javascript to play sound from specific time till a specific time.
I do change the class from play to pause when user plays it but i am unable to change it back to play when the sound duration stops
<script type="text/javascript"> function aud_play_pause() { var myAudio = document.getElementById("myTune"); var musicStartTime = 25; var musicStopTime = 35;
I want to open the songfile automatically with blackberry native music player ,upon clicking that link. I have searched almost all web , but i was not able to find a solution, how we can download and open a file with native medal player browser. All the code samples i got was in java. Is there any code for doing that in asp.net ? Any alternative in html? The <object> & <embedd> tags are not displaying in the browser when i run the project. So, i think it won't work ? Is there any possible solution for that.... Suppose the content type="audio/mp3" . can any one specify code for that ?
When normal downloading, again Request Entity Too Large Error appears. It's not bcoz the file is large, Itz only 344 kb. Still its not working.Why is it so?
Iam having a avi video file of 250MB.i want to play it through it media player control.it plays but first it download the whole file than plays.so what i want is to buffer that file.so at moment user clcks on play buttonit starts playing the file.
if (Request.QueryString["vid"] != null) { frmViedo.DataSource = video.GetVideoById(Convert.ToInt32(Request.QueryString["vid"])); frmViedo.DataBind(); } public OleDbDataReader GetVideoById(int id) { string strSelect = "select * from Video where VID = @VID"; return ExecuteReader(CommandType.Text, strSelect, new OleDbParameter[]{ new OleDbParameter("@VID" , id), }); }
But it don't work and i get this error :
Adobe Flash is disabled for this page, click player area to enable. Why?
I am using VSTS 2008 + C# + .Net 3.5 + Silverlight 3.0 + ASP.Net to develop a Silverlight application (a video media player) in browser and the function is simple, just use MediaElement to play a remote video file.The remote server is Windows Server 2008 + IIS 7.0 + IIS Media Bit Rate Throttling Control.Since the request media URL can be discovered (e.g. from traffic sniffer), and I want to know how to prevent from download directly from the Url? i.e. I want end user to use my Silverlight media player application in browser to play the file, prevent them from download to local directly. Any easy and quick solution or reference code/documents?