Which Method Alows The URL Of The Audio To Be Hidden When Others Embed The Audio ?

Dec 12, 2010

Adobe Flash or QuickTime..???

I assume Flash is not available via Ipads???

Which method alows the URL of the audio to be hidden when others embed the audio ?

View 4 Replies


Similar Messages:

Web Forms :: Play Audio From A Database Using Audio Or Flash Player

Mar 7, 2011

I am working on an ASP.NET Web application and I want it to have audio playback functionality. I can do is using directories. For example, using the ASP.NET Audio control like :- , is pretty easy and straight-forward and works accordingly. But, the trouble comes when I'm using a database and the control. I am totally new to data binding in ASP.NET. I don't like using JavaScript, but i am comfortable using it, but I would prefer C# solution (I know beggars can't be choosers).

I have a database containing only one table called tblAudio. This table has two fields only for the title of the audio file (type NVARCHAR(MAX)) and the field for the actual audio (type VAR BINARY(MAX)). I'm using Visual Studio 2010 Professional with SQL Server Express Edition. The table has a single record with the relevant data in their fields.

View 1 Replies

VS 2008 How To Embed Audio Into Webpage

Mar 3, 2010

I want to embed audio into my web page. What's the best built in control in Visual Studio 2008 to use to add a small control that can play audio?

View 1 Replies

Looking For Mp3 Audio Player To Embed In Website?

Mar 30, 2010

tell me the any player for mp3 audio files. I want to use it in ASP.NET

View 4 Replies

MVC :: Embed Audio Files In MVC Project?

Nov 30, 2010

I have an audio gallery in which i want to give play option to user. I find embed code of html but it just play a file in background i want to give user a control to play or stop as it is available in mediaplayer or any other player. How can i do this?

View 1 Replies

Web Forms :: Object Tag To Embed Video / Audio Files?

May 25, 2010

<object data="Wildlife.wmv" type="video/x-ms-wmv" width="320" height="255">
<param name="src" value="Wildlife.wmv">
<param name="controller" value="true" />
<param name="autoplay" value="true">
<param name="autoStart" value="1">
</object>

I want to embed video/audio files using Object tag, the above code works fine in IE with controller but in firefox it plays the video but controller doesn't shop up?

does any one have html code snippet which works in all browsers for all audio/ video mime types?

View 5 Replies

C# - Convert Any Audio Format To MP3?

Feb 15, 2010

is there any open source or paid api to convert any type of audio to mp3 format using c# and asp.net?

View 3 Replies

How To Play Audio File

Mar 5, 2011

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..

View 3 Replies

C# - Getting Size Of Audio File

Jan 4, 2010

Given an audio file (mp3 or wav), is here a way to get the duration, size (in bytes) and other other attributes of the file?

View 4 Replies

Inserting An Audio To Site?

Jul 23, 2010

i would like to ask on how to insert an audio to my site.

so when a user click it, it plays the sound.

View 5 Replies

Use Silverlight + VB.NET To Play Audio?

Aug 23, 2010

how to use Silverlight to play audio from local ASP.NET folders?

View 1 Replies

Convert Audio File Into MP3 Format Using C#

Feb 24, 2010

is there any way to convert all type of audio files into MP3 format. in my website... i have one control which plays MP3 files[audio]. but i have to provide facility to upload any kind of audio file[as i am developing audio gallary] and play it in my website..

if there is better solution to upload and play audio files in the website developed using asp.net 3.5.

View 2 Replies

C# Audio And Visual Streaming Over A Network

Jan 13, 2011

Trying to find code to basically stream audio and visual streams over a network can't find proper examples to firmly get a good understanding of how best to approach the development. I've looked at direct sound and Direct X examples but nothing has been concrete enough. Trying to basically create a web page in C# that will be able to stream audio and visual to users.

View 2 Replies

Web Forms :: How To Add Audio Play Button

May 24, 2010

how can i add audio play button to play mp3 file

View 3 Replies

Web Forms :: How To Implement Audio Recorder

Feb 16, 2011

I want make a demo project in which i want to implement audio sound recoder in asp.net through which user can record there voice and save it.Next time user can able to play it.Is any API use for it or not?.

View 6 Replies

Embedding An Audio Player In Page?

Apr 19, 2010

I was trying to embed an audio player ( a simple one !!) in one of my web pages. I used following code..

<object id="MediaPlayer" width="320" height="42" classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"

View 11 Replies

MVC :: Download Audio File From Server

Nov 1, 2010

string url = string.Empty;
string title = string.Empty;
//full file path should be assigned to url
//file name with format should be assigned to title

url = "p[URL]abc.mp3";
title = "abc.mp3.mp3";
WebClient wc = new WebClient();
byte[] byteData;
Response.ContentType="application/octet-stream";
Response.AddHeader("content-disposition","attachment;filename="+title);
Response.BinaryWrite(byteData= wc.DownloadData(@url));

View 3 Replies

Recording Audio Sound On Internet - C# ?

Oct 7, 2010

I want build an application on web which records the audio sound through Mic.

also if you can suggest some third party control which is free.

The technology for Implementation - ASP.NET , C#

View 3 Replies

Embedding Audio WebPlayer In Site?

Aug 17, 2010

Developing site that have requirment to play/stop the wav files. What options I have to fulfill these requirment.

One option would be to useHTML <object> tag but i think i can't access this in the C# as we can do for the other server side controls and in this case i need to handle everything in Java Script.

I also think embedding media player is not a good option in this way clients need to install the media player or plugin in case of firefox.

So do I have any option in which i can handle the player through C# class and play with it.

This player should be able to play the wav files and should be supported by the firefox and internet explorer.

View 5 Replies

Record And Save Audio In C# .net Web Application?

Oct 7, 2010

Is there anyway that I can record sound from a microphone using c# .net

What is the best option if i have to save the audio online in terms of the file occupying storage space. Any particular format that the file should be saved in for optimum output.

View 2 Replies

Play Audio Online In Website?

Mar 21, 2011

i need to play audio online in asp.net website

My requirement is

users 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

Play Streamed Audio In Browser?

Aug 25, 2010

I am trying to get this to work for quite some time now. I have an asp.net page in which I am trying to play a wav file. The code in the page load event is as follows:

Response.Clear()
Response.ContentType = "audio/wav"
Response.AppendHeader("Content-Disposition", "inline;filename=" + "temp.wav")
Dim filePath As String = Server.MapPath("/temp.wav")
If Not String.IsNullOrEmpty(filePath) Then
'Here I am converting the file to a byte array,as eventually I'll be creating the wav files on the fly
Dim fileBytes As Byte() = GetFileBytes(filePath)
Response.BinaryWrite(fileBytes)
Response.Flush()
End If

The problem I am having is every time I run this page, the windows media player opens up. I would like the audio to be played using some inbuilt plugin in the browser. Something like, when you click on a voice icon, how the sound pops up without opening any player.

If I have the same content in an ashx handler, would it be better?

I could not use the embed tag because, I shall not be having a physical file on the server, it would be generated on the fly using a response stream.

View 1 Replies

Playing Video/Audio In Webpage In 3.0?

Jul 23, 2010

i need to embedd a video player on web form, that will be able to play almost every ormost of the known video/audio formats....(mpeg, flv, avi, 3gpp, wmv, wma)..i need only a single player.....to be embedded....and it shuld not use the pc's local players..

View 6 Replies

Implement Audio / Video Conference App?

Jan 31, 2010

some one know server or Ocx or dll or code to implementing asp.net audio / vedio web conferance like [URL]

View 2 Replies

C# - Audio/Video/Text Chat In ASP.Net App

Jan 7, 2011

I need to develop a chat system in ASP.Net. I have gone through lots of SO question asked on similar topic, but did'nt find any one satisfactory. Is it possible to create it from scratch or do i need to go for some API's. My requirement is limited to my site users only, can say intranet based.

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved