 |
|
 |
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?
|
|
|
|
 |
|
 |
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
|
|
|
|
 |
|
 |
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
|
|
|
|
 |
|
 |
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?
|
|
|
|
 |
|
 |
i got the control loaded into my application, but it wont play anything!
does anybody have and hints at all to solve the problem??
|
|
|
|
 |
|
 |
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
|
|
|
|
 |
|
 |
Hi everyone,
I figured it out. But let me tell you, I emailed the source provider and received a read receipt, but them I was just ignored.
Nothing worse than a programmer that cannot even attempt to help out others int heir time of need.
A simple... I really cannot support this prject anymore would have been fine.
|
|
|
|
 |
|
 |
From the source viewer:
clip=http://localhost/GreatestGift.mp3
aspx:
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default" %>
<%@ Register Assembly="PseudoMp3" Namespace="PseudoEngine" TagPrefix="PseudoEngine" %>
<%@ Register Assembly="MMP" Namespace="MMP" TagPrefix="cc1" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>Untitled Page</title>
</head>
<body>
<form id="form1" runat="server">
<PseudoEngine:PseudoMP3 ID="PseudoMP3_1" runat="server" Src="http://localhost/GreatestGift.mp3">
</form>
</body>
</html>
If I navigate in the browser to the file(http://192.168.15.230:8088/GreatestGift.mp3) and double click, it will play with Quick Time but not in the control.
Does anybody have any ideas??
Thanks,
Bill
|
|
|
|
 |
|
 |
im in the exact same position.
i finally got the control to load,
but no music is playing.....help please is badly needed...
|
|
|
|
 |
|
 |
The mp3 being played sounds like the chipmunks. The file sounds normal when played with Media player, but twice as fast when played with this control. Are there any formatting requirements for the mp3 file?
|
|
|
|
 |
|
 |
:(This control works for me if I set the URL to a static mp3 file. However, I need to set the SRC to a HTTP Handler URL for example
http://www.domain.com/MediaServer?MediaID=22
If I access the URL directly via the browser, the song is played by Media Player.
If I set the SRC for this control to the URL above, the song is not played, and there is no error message.
What am I getting wrong?
Eric Onyango
|
|
|
|
 |
|
 |
The Control it's really cool, but i need to know, maybe, to play a video, what do i need to do on the control? this control could be, in sometime, used for that use too? One more time, the control it's really cool
Greetings, Raul
|
|
|
|
 |
|
 |
This control looks awesome - just what I've been looking for, BUT...
I have copied psuedomp3.dll to my virtual directory and checked that all users, including the Internet guest Account, have full permission to the containing directory and file. I then added the control to the toolbox successfully and added it to my working asp.net page. when I execute the page I get the following...
Access to the path "d:\inetpub\wwwroot\chaseadmin\PseudoEngine\" is denied.
Stack Trace:
[UnauthorizedAccessException: Access to the path "d:\inetpub\wwwroot\chaseadmin\PseudoEngine\" is denied.]
System.IO.__Error.WinIOError(Int32 errorCode, String str) +393
System.IO.Directory.InternalCreateDirectory(String fullPath, String path) +632
System.IO.Directory.CreateDirectory(String path) +195
PseudoEngine.PseudoMP3.FileFromResource(String FilePath, String FileName, Assembly AssemblyReference, String ResourceName, Boolean OverWrite)
PseudoEngine.PseudoMP3.Render(HtmlTextWriter output)
System.Web.UI.Control.RenderControl(HtmlTextWriter writer)
System.Web.UI.Control.RenderChildren(HtmlTextWriter writer)
System.Web.UI.HtmlControls.HtmlForm.RenderChildren(HtmlTextWriter writer)
System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer)
System.Web.UI.HtmlControls.HtmlForm.Render(HtmlTextWriter output)
System.Web.UI.Control.RenderControl(HtmlTextWriter writer)
System.Web.UI.Control.RenderChildren(HtmlTextWriter writer)
System.Web.UI.Control.Render(HtmlTextWriter writer)
System.Web.UI.Control.RenderControl(HtmlTextWriter writer)
System.Web.UI.Page.ProcessRequestMain()
If anyone else has seen this error or even worked through it I would love to hear from you.
TIA
|
|
|
|
 |
|
|
 |
|
 |
Ok So I changed the look of the swf file. How do I obtain the new .dll with the new looks, I have trouble figuring it out. I tried to rebuild ur project, but I'm missing something
|
|
|
|
 |
|
 |
I'm quite new in programming and I can't sort this out.
I built the web app on an Oracle database, and the .mp3's are stored in BLOB fields in a table. I use stored procedures to return the content of the BLOB, and stored it into a System.Byte[]. But when I try to feed this as "Src" to the control, it doesn't work.
Am I doing it wrong ? Or I can't use this control to do this....
Or, is there any other way to listen to those BLOB's in asp.net?
reallistic....
|
|
|
|
 |
|
 |
You can't feed a byte array into the src attribute. The src attribute for the flash file takes an address to a physical file on the server hard disk. EG. http://myserver/mysite/mymp3.mp3
What you could do is take the byte array, convert it to a stream, write the stream to a file on the hard disk, and then give the src attribute the path to the file.
|
|
|
|
 |
|
 |
and so I did... and works like a charm
thanks
reallistic....
|
|
|
|
 |
|
 |
I love this control but I am having problems adding a playlist to it. Can anyone help me?
Thanks!
|
|
|
|
 |
|
 |
I'd like to use this as well, but only if it will support playlists. Will playlists work with this code as it is?
|
|
|
|
 |