 |
|
 |
Hi,
Seeking your assistance as the control cannot play MP3 file.
What I did :
Add the pseudomp3.dll to Toolbox, under .Net Framework Component Tab
Drag the control to Test web form, control show as:
PseudoMP3
set control property as below
Autostart True
Console True
Loop False
Src HTTP://localhost/pseudomp3/testharness/s550_05_wind.mp3
Stream False
Rebuilt the solution
Run the solution under Debug \ Start Without Debugging , screen doesn't any radio plyer picture.
Platform
Windows 2000
Visual Studio 2003
.NET Framework 1.1
Visual C#
Thanks for your kind assistance.
Chkoid
chkoid2@gmail.com
|
|
|
|
 |
|
 |
I am new to .net and I am doing a small project of putting the mp3 files on my website the web want to do it in asp.net I found the code in your website when I downloaded it and try to run it gives me the following error. Using Visual Studio 2010.
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Could not load file or assembly 'PseudoMp3' or one of its dependencies. The system cannot find the file specified.
Source Error:
Line 1: <%@ Register TagPrefix="pseudoengine" Namespace="PseudoEngine" Assembly="PseudoMp3" %>
Line 2: <%@ Register TagPrefix="cr" Namespace="CrystalDecisions.Web" Assembly="CrystalDecisions.Web, Version=9.1.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" %>
Line 3: <%@ Page language="c#" AutoEventWireup="false" %>
Source File: /PseudoMp3/TestHarness/test.aspx Line: 1
Assembly Load Trace: The following information can be helpful to determine why the assembly 'PseudoMp3' could not be loaded.
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
Pl. help me. Expecting reply.
|
|
|
|
 |
|
 |
works in IE, Chrome and FireFox
|
|
|
|
 |
|
 |
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?
|
|
|
|
 |
|
 |
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
|
|
|
|
 |
|
 |
Wow, late answer for the win...
This sounds to me like you're just doing too much on one page and only the first 2 audio files are able to load before a timeout or something occurs.
You probably figured it out by now though
|
|
|
|
 |
|
 |
can I have an external asp button that invokes play/stop/etc ?
whats some code to do that if so?
|
|
|
|
 |
|
 |
Here is how I did it using ASP.NET w/AJAX...
Add a MultiView control to the page. I called it MultiView1.
Add a View control to the page. I called it View1.
Add the PseudoMP3 control INSIDE the View control and set AutoStart=true.
Add a Button to the page.
Go the the Button click code and put: MultiView1.SetActiveView(this.View1);
|
|
|
|
 |
|
 |
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
|
|
|
|
 |
|
 |
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.
|
|
|
|
 |
|
|
 |
|
 |
i want to play 5 mp3 files one by one
so how can i create the playlist.
|
|
|
|
 |
|
 |
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.
|
|
|
|
 |
|
 |
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.
|
|
|
|
 |
|
 |
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
|
|
|
|
 |
|
 |
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.
|
|
|
|
 |
|
 |
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
|
|
|
|
 |
|
 |
Thanks, it did.. Can I set it to play every song in that folder? Src="audio/" Did not work..
|
|
|
|
 |
|
 |
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"
|
|
|
|
 |
|
 |
Does anyone know how to rebuild the dll?
|
|
|
|
 |
|
 |
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,
|
|
|
|
 |
|
 |
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?
|
|
|
|
 |
|
 |
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
|
|
|
|
 |
|
 |
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.
|
|
|
|
 |
|
 |
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?
|
|
|
|
 |