A PLayer For SWF Files?
Aug 1, 2010
Visual Web Developer 2008 Express.I am using Adobe Captivate 3 to produce some nice flash material for my web site. When I publish from Captivate, it creates a SWF file. I have been using the JW Player (from LongTailVideo) to play flash files.Unfortunately, the JW Player does not support or play SWF files. Does anyone know of a player for SWF files that will work in an aspx page?By the way, I have tried to cust and paste the HTML produce by Captivate, but the <embed...> etc. does not work in aspx pages. If someone can tell me how to modify the following produced by Captivate, then that might be a solution:
[Code]....
View 2 Replies
Similar Messages:
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
Aug 3, 2010
I have two mp4 video files on webserver, i wanted to play them in flash player(flv player) on my asp.net page, but i couldn't be able to play them, i also tried to play them in quick time player the same prob occured. but i waz giving the accurate path, there were no spaces in mp4 file names etc.
Does it need to have mp4 player(or codec etc) installed on webserver?
I have also some wmv files on that server , and i am playing perfectly using silver light player, and media player object on my website.
View 1 Replies
Sep 8, 2010
I am using the media player and real player video controls they work fine in ie. How can I check they are installed in all main browsers like firefox and chrome and ie if not installed ?.
View 2 Replies
Sep 30, 2010
1)in my website i want to put a video player which player is best (windows media player or flash player) ?
2)if user will upload any type of video. how to convert to that video into (wmv or flv) ?
3)after uploading how to compress the video?
View 1 Replies
Jul 14, 2010
I have the following code that is trying to "spit out" an mp3 file so WMP can play it. However it keeps saying that it cannot play the file. However if I change the "inline" parameter for "attachment", the browser invistes me to open it and then, WMP can play it. I have seen some related articles around but I cannot make it work. The file is in the website's root folder and only authenticated users can reach it, but in my tests I am logged in as a valid user.
private static void Test2(HttpResponse Response, string filepath, params string[] additionalHeaders)
{
Response.ClearContent();
Response.ClearHeaders();[code].....
View 3 Replies
Mar 20, 2010
i have the following bit of code... is there a way to embed a media player into a webpage (such as windows media player) and play a file on it without actually having to have windows media player installed?
so to clarify, can i play a windows media player in a webpage without having it installed? because at the moment the follwing bit of code only plays my files asfter i installed windows media player on my PC.
private static string MediaPlayer(string file)
{ return "<OBJECT ID="mediaPlayer" classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" standby="Loading Microsoft Windows media Player components..." type="application/x-oleobject">" +
"<PARAM NAME="AutoStart" VALUE="true" />" +
string.Format("<PARAM NAME="FileName" VALUE="{0}" />", file) +
"<PARAM NAME="ShowControls" VALUE="true" />" +
"<PARAM NAME="ShowStatusBar" VALUE="true" />" +
string.Format("<EMBED type="application/x-mplayer2" SRC="{0}" name="mediaPlayer" width="176" height="144" autostart="1"showcontrols="1"></EMBED>", file) +
"</OBJECT>";
}
View 1 Replies
Feb 14, 2011
I have notice that every browser have a default player for playing music files. Like Firefox and Google Crome run the mp3 files in QuickTime palyer and IE will run files in Windows Media player by default.
Now my problem is that if User does not have quick time player in system then how we can play the mp3 files in firefox and google crome.
I am using anchor tag to run mp3 files like - <a href="Samplemusic.mp3" > Play </a>
Can any one know the concept behind this ?
View 5 Replies
Sep 5, 2012
I would like to have some youtube videos on my page, url will be entered manually.If found this: URL... I would highly prefer a standard control rather than jquerying all over the place.
View 1 Replies
May 7, 2010
I wondered if it is possible to place a second CreateUserWizard in my web application. Here's the scenario:
The application is a team selection site for coaches. Each coach registers and create a profile. Then , they must create a pool of players (or they have no team). When the coach registers, (s)he is assigned to the role of "Coach" in the ASPNETDB.MDF. In order to create a pool of players, the coach must register an account for each player (or ask them to do so themselves). The players then have an account with limited permissions (they can go to the forum and leave comments, or simply just check if they have been selected, etc).
Therefore my question is can I place another wizard to create a player (stored as role "Player" in the ASPNETDB.MDF), on a page dedicated to adding players, which will only be accessible to coaches?Or is there another way to implement this? It must be said at this point that players can only be registered if a coach already has an account on the site; i.e. if their team is existant on the site. This is to ensure that only members of teams can use the site; i.e. a single person cannot use the forum for example, unless they are part of a team, as a coach or a player.
View 2 Replies
Aug 22, 2010
i need to know if it's able to add a media player in my site in such a way that i can pass each time the name of the video that i want o be play.
and how i can add the media player in the toolbar?
View 2 Replies
Mar 18, 2010
I want to make a media player in asp.net... url's or code that is easy to understand.(bcoz i m learning asp.net)
View 2 Replies
Feb 1, 2011
i am using Media Player in my site its working fine..but if i want to use themes where should i get those thems(professional xaml.,,et.,) ..is it possible to download..if yes provide the link
View 1 Replies
Mar 30, 2010
tell me the any player for mp3 audio files. I want to use it in ASP.NET
View 4 Replies
Oct 9, 2010
I have an ASP.NET web application where a Microsoft Media Player object on the page (in IE) is issuing a request for an .aspx web page. In the page I use TransmitFile to send back the audio file. This works fine most of the time.
But, in some cases (a combination of IE version and a specific client, at least from what I can see) there is a second request issued, with the exact same URL. The only difference I can see between the first and second request is the user-agent value. The first request will have User-Agent: Windows-Media-Player/9.00.00.4508 and the second one will have User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
This second request is causing the audio file to be sent a second time over the net, which is wasteful. This is what I'm trying to avoid. I had a related question here, but in this case there is no Range request. It is just the same exact request again (same headers, except for the user-agent).
I was trying to suppress the second response (based on the user-agent in the header) with all kind of HTTP status responses (304, 404, 500 etc.) This works for some clients, some of the time, but breaks occasionally (the Media Player will just not play the audio, even though Fiddler will show it was transfered on the first request).
I would like to "convince" the browser to avoid the second request, if possible. As a second option I would like to find a response to the second request that will not break the playback, but avoid sending the whole audio buffer.
View 3 Replies
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
Apr 14, 2010
im using Jwflv player,which is free, to display flv players on .NET Web Form Application.
but the problems is when the page is load, the video area is first Black, and after clicking on Play you get your video.
i want to show the first frame of the video before clicking play, and after click play ill get my video
View 2 Replies
Jan 5, 2011
I have a master page and inside : a music player.
<object type="application/x-shockwave-flash" data="[URL]"
width="200" height="20">
<param name="movie" value="[URL]" />
<param name="bgcolor" value="#ffffff" />
<param name="FlashVars" value="mp3=Preloader.mp3&loop=1&autoplay=1&autoload=1" />
</object>
It works and I can hear sound, but if I go to a different page, it stop (pause and return to start, I can still see it through and press play since its in my master page) How do I make it play while I'm browsing through pages? Note : The player contains a pause function and doesn't auto play so users wont be annoyed.
View 5 Replies
Nov 24, 2010
My application plays movies from specific positions, so even a position mentioned in milliseconds matters for me. I'm assigning a position to a media element but it's showing the wrong frame. I don't know why media player is not playing from the position that I'm giving. Here is some sample code:
TimeSpan oTimeSpan = TimeSpan.FromMilliseconds(16800200); // This shows 04:40:00.2000000
MediaPlayer.Position = oTimeSpan; // But after assigning, value is 04:40:00.1990000
View 2 Replies
Apr 9, 2010
i am developing video uploading and play functionality just like You Tube for my project. which player i user for site? should be run all this file
* Windows Media Video (.WMV)
* .3GP (cell phones)
* .AVI (windows)
* .MOV (mac)
* .MP4 (ipod/psp)
* .MPEG
* .FLV (adobe flash)
* .MKV (h.264)
View 2 Replies
Feb 2, 2011
I am using visual basic web developer 2010 express. I have downloaded aspnetflashvideo web control to my toolbox. I then dragged it onto my web form and get the following 'Unrecognized tag prefix or device filter 'AspNetFlashVideo'.' Is there something else I need to do when I added this control to my toolbox?
View 7 Replies
Mar 20, 2010
Tried Flowplayer, doesn't seem great, is JW Player better ? Any other suggestion ? Especially need to be able to manage TimeCode with Frame support.
View 2 Replies
Jan 10, 2010
First of all, I have done a few C# applications, but are new to C# asp.net web applications.
What I am trying to receive is a simple Media player control on an aspx page. And furthermore a button (not the button on the media player control), that starts the media player with a videostream url. Thats all!
I can easily achieve this in an ordinary c# application form, by importing:
AxInterop.WMPLib.dll, Interop.WMPLib.dll and wmp.dll references in the project. Now i am able to choose a "Windows media player" control in the toolbox, which i can drag into my form. Nice and easy.
But when i import these dll´s in my ASP.NET Web application, I cannot see the media player control in the toolbox. Ive tried to right-click the toolbox, and click "Choose items", and see that 'Windows media player' is checked under the COM components tab. But i still cannot see the control in the toolbox. Only in an ordinary c# application form.
View 7 Replies
Oct 20, 2010
The WMP is loaded immediately but the wmv file need more time. How I can inform the visitor that the video is loading may be using a word "Wait..." or other?
View 2 Replies
Dec 21, 2010
how to insert windows media player control in asp.net 4.0 web form to retrieve video filename from an sql datasource and play online. no 3rd party tools that will ask for subscription post trial offer etc.
View 6 Replies