Web Forms :: Link To Play A Speech File?
May 20, 2010How 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.
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.
I am trying to make website in asp.net webforms in which I have to displayed some text. Upon user button click the text is converted to speech and played on the page. I have tried the speech.lib but the sound plays on the server not on the client side. How can this done without using flash silver light. Do I have to use the web methods or web services.
View 1 RepliesFor example, i browse the web page in browser, at first, i clink "home", home page is show out, then i click the "Contact us", then the "contact us" web page is showing out, BUT the problem is come out when i try to click the home page again, the home page doesn't come out and still at the contact us page...any1 know WHY?Thank you for helping...
View 4 RepliesHow to play mp4 file in website which is having a size of approx 20 mb.
View 1 RepliesI have problem while try to play a swf file from server.
i am using this below code :
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="640" height="418" id="csSWF">
<param name="movie" value="FPM_Overview.swf" />
<param name="quality" value="best" />
<param name="bgcolor" value="#1a1a1a" />
<param name="allowfullscreen" value="true" />
<param name="scale" value="showall" />
<param name="allowscriptaccess" value="always" />
<param name="flashvars" value="autostart=false&thumb=FPM_Application.jpg&thumbscale=45&color=0x1A1A1A,0x1A1A1A" />
<!--[if !IE]>-->..........
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.
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.
View 6 Replieshow 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.
View 4 RepliesI 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 RepliesI 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..
View 3 RepliesI 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 :-
[Code]....
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
View 1 RepliesIs there a way to play a wmv file in my asp.net webpage? Will an end use need install some control when he access the webpage?
View 5 RepliesI am developing one windows application project which is nothing but
"to convert speech(Audio) to text" using c# language. Actually i have tried many other way but i couldn't yet exact output were am aim on this.
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
View 2 RepliesHow 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?
View 1 RepliesHow could i paly a video & audio file on an asp.net page so that the file is determined on the run time
View 2 Replieshow can I embed .swf file in a web page and play successfully?
View 6 RepliesI'm trying to play a WAV file that I generate dynamically in a HTTP handler and setting the NavigateUrl property of HyperLink control:
<asp:HyperLink runat="server" NavigateUrl="~/ServeAudio.ashx" Text="Play Sound" ImageUrl="~/images/speaker_louder_32.png"
ToolTip="Play Sound"></asp:HyperLink>
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.
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.
View 6 Repliestell me can i play a media file using mobile controls of asp.net.if yes then How?
View 2 RepliesHow do I insert and play swf or flv file into aspx page? I do not want to use silverlight for that purpose.
View 1 RepliesI 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;
[Code] ....
i have created basic .aspx files .one is login.aspx and registration.aspx...Now in my solution explorer i also added class file i.e StudentInfo.cs and wrote some properties in it...now my question is
1. i want to connect Studentinfo.cs class to my login.aspx.cs...So that i can call the methods in Studentinfo.cs..how to do it?
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?
I want use flowplayer to play my flv video file. I have a datalist like below :
<asp:DataList ID="frmViedo" runat="server">
<ItemTemplate>
<div class="flowplayer"> <video>
<source type="video/flv" src='<%# Eval("Vurl" , "~/Videos/Video/{0}") %>'>
</video></div>
</ItemTemplate></asp:DataList>
In code behind :
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?