 |
|
 |
I don't understand how to start (and etc.) playing track. Please, can you help me with C# Code Example how to start playing MP3? 
|
| Sign In·View Thread·PermaLink | 2.00/5 (1 vote) |
|
|
|
 |
|
 |
Hello Andrew,
Great control; thanks for making it available. I have a web page with multiple (10) audio controls being used on the single page. They all work fine on my dev system, but after uploading them to the hosting server, only the first two work. The other 8 display "Buffering .... 0kb" and won't play the audio file.
Do I need to purchase a license or is there another problem I am encountering?
Thanks in advance for your reply.
Regards, Richard Mikesell richard.mikesell@gmail.com
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
can I have an external asp button that invokes play/stop/etc ?
whats some code to do that if so?
|
| Sign In·View Thread·PermaLink | 1.00/5 (1 vote) |
|
|
|
 |
|
 |
Hello,
I want to use your control on a comercial web site. How much is the license?
Alse, I read that you have a newer version, can I update?
Tks
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Hi Andrew,
First of all, great control and thank you for uploading it for all of us to use!
I do have one question regarding the size of the file that gets bufferred before the MP3 starts playing: Would it be possible to change this value to, say, 300KB instead of 1024KB ? The reason I'm asking is because I am dealing with many users on my site that have slow connections and thus have to wait quite a while (30 seconds or more) before the file starts playing. Many of them assumes this is an error and leaves the website.
Thanking you in advance,
Wynand Murray.
|
| Sign In·View Thread·PermaLink | 5.00/5 (1 vote) |
|
|
|
 |
|
|
 |
|
|
 |
|
 |
below is the error msg i got when trying to deploy to godaddy. Is there a way around?
Description: The application attempted to perform an operation not allowed by the security policy. To grant this application the required permission please contact your system administrator or change the application's trust level in the configuration file.
Exception Details: System.Security.SecurityException: That assembly does not allow partially trusted callers. ------------ Source Error:
The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:
1. Add a "Debug=true" directive at the top of the file that generated the error. Example:
<%@ Page Language="C#" Debug="true" %>
or:
2) Add the following section to the configuration file of your application:
Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.
Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Hi jimkqui,
I fixed the Full Trust issue that you were experiencing. All you need to do is to modify the AssemblyInfo.cs file in the control's class project and add the AllowPartialTrust attribute. After having done this, simply rebuild the project and use the updated dll in the TestHarness bin folder.
Regards,
Wynand Murray.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Its one of the very good and interesting article I have ever seen, I am making a personal website and like to use your control in it, it's working fine locally but when uploaded into my hosting server it seems like license needed, can you please help me to use your control in my personal website
Thanks in advance
Thanks & Regards
|
| Sign In·View Thread·PermaLink | 2.00/5 (1 vote) |
|
|
|
 |
|
 |
I have downloaded both .zip files from the site. pseudomp3source.zip and pseudomp3.zip. I made a directory on C:\Program Files with the name mp3Control, and copied all the files into it, including .dll file on bin directory.
I opened the control in the toolbox by picking the .dll file and i got the radio to display on my site. Then i changed the directory for my mp3s (src), first to a folder containing .mp3 files and then i tried to change the source to a .mp3 file specifically. Either way the player won't play it. I got the name of the .mp3 on the radio on the radio but when i push play it won't play.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Hi,
Look at the Src for the mp3. This is 99% probably the cause of none file playback during development.
If you have mp3's in a folder called 'audio' (in your main site folder) and a file called 'shake Ur booty.mp3' (sorry) then the the Src will simply be Src="audio/shake Ur booty.mp3"
Of course when you deploy then you will need to include the full URL.
Hope this helps
Martin
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
 |
hi, is it possible to play files which are located on a network share? I have impersonate my application so that it has rights to access the files...
my "src" looks like this, but i does not work:
Src="file://10.10.44.8/voice/germany/279843931/Voice283990936_27115560.mp3"
|
| Sign In·View Thread·PermaLink | 3.00/5 (2 votes) |
|
|
|
 |
|
|
 |
|
 |
Hi,
I would like to know how do implement the position control for the same control. I would like to play mp3 giving preview of the mp3 i.e playing a snippet of mp3 for 60 sec or so from the position which is customisable. Let me know how do i do it?
Waiting for your prompt reply,
|
| Sign In·View Thread·PermaLink | 2.00/5 (1 vote) |
|
|
|
 |
|
 |
Did you ever figure this out? I'd like to have a property (for the server control) that can set the start and end positions of the mp3. Anybody found this?
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Dear Mr. Boisen
We want to use this control for comercial purpose.Please provide us with more details about the license or royalty and the method of payment.
Sujeet
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
I haven't sold this control before, but I would sell a single server license for AU $100, and a royalty free distrubution license for AU $300. If you are interested I have a new version of the code which uses ASP.NET 2.0. It removes the problems surrounding the internal flash resource file which this version on codeproject suffers from.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
i finally got the control to work. im wondering if i can dynamically change the Src so i can specify which file to load into the player? im using a sql server database and i would like to select a file from there in GridView control, then for it to play in the control.
do you know if this is possible?
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
I'd also like to use this for commercial purposes. Basically, what I need is an mp3 player that'll work in CLASSIC ASP. Can you do this? If so, please email me at justinr_02@yahoo.com. Thanks!
Panuvin / justinr_02@yahoo.com
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Can you modify the control in such a way so that it is not visible in our webpage and we can associate its fuctions to the the buttons on our page ?
Sujeet Singh Software Engineer Hanu Software Solution Gurgaon (H.R.) India E-mail :- sujeet.singh@hanusoftware.com
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
i am struggling to upload the file(s) into my visual studio 2005 application. i simply dont know what to properly do.
can anybody give me some helpful hints?
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
i got the control loaded into my application, but it wont play anything! does anybody have and hints at all to solve the problem??
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Ok so here is my dilema... I changed the way the MP3 Player looked to match the companies Intranet. But when I rebuild the project it does not change the looks. I am sure it is something simple and stupid and I am just being blind, but can ya help me out please. Thanks
Life is too short to not enjoy what you do everyday... - Me
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |