Small width layout Medium width layout Maximum width layout Small text Medium text Large text
     Search
Downloads Downloads Directory Directory Forums Forums Forge Forge Blogs Blogs        Marketplace Marketplace Careers Program Careers
Community › Forums Register  |  

AspDotNetStoreFront
  Need Help?  
Professional technical support for DotNetNuke is available from DotNetNuke Corporation.
 


  Ads  
Webhost4Life - $4.95 Windows Hosting
 


  Sponsors  

Meet Our Sponsors

Merak Mail Server
WebSecureStores -- ASP.NET & DotNetNuke Hosting Solutions
FCKeditor Project
Salaro -- Skins and more
OnyakTech
The best choice for your web site host, email hosting, and domain registration.
 


DotNetNuke Forums
 
  Forum  DotNetNuke® Pro...  Media Module [L...  Advice on mp3 players
Previous Previous
 
Next Next
New Post 4/1/2007 1:39 AM
User is offline Michael van Zwieten
51 posts
wiki.flgisa.org
10th Ranked


Advice on mp3 players 

Hi All... I like the media module and all, but I'd like to see something more... like a multiple-song mp3 player with pick lists, etc.  Does anyone know of any good free embedded mp3 players that work good with DNN?  I've taken a look at a couple:  XSPF Flash Music Player -- I could not get it to read its .xspf config file and didn't get it working.  I've tried several other flash-based players which required inserting javascript, and those didn't seem to take either in the text/html module.  It's been very frustrating.  So, if you all know of a good mp3 player which can handle multiple songs you can pick from based on mp3 files sitting in DNN, I would certainly appreciate your input!  :)

Thanks,
Mike

 
New Post 4/3/2007 6:28 AM
User is offline KProuty
42 posts
www.jessicaprouty.com
10th Ranked


Re: Advice on mp3 players 

Mike,

Have you tried the instruction links below yet? I'd love to get a response as well! I'm going to tackle this tonight myself becuase the media module isn't good for a band dotnetnuke website. It automatically loads content at startup doesn't let you choose whether or not to load and it doesn't let you offer people the choice of what to listen to. Can I just put this flashplayer on my site, configure it, and put it into a dotnetnuke module how so it will launch correctly in the pane?

The flash sounds like a good solution... (and wouldn't this avoid the windows/quicktime/firefox, etc. problems because most people do have flash?)

http://www.lissaexplains.com/mp3player.shtml

http://www.ic.sunysb.edu/stu/ahanley/music/help.htm

and the help here?

http://sourceforge.net/projects/musicplayer/

What have you tried?

Anyone else down this? Can I embed this and what is the best way to embed it?

Best,

Katherine

 
New Post 4/3/2007 5:07 PM
User is offline Michael van Zwieten
51 posts
wiki.flgisa.org
10th Ranked


Re: Advice on mp3 players (ie. XSPF) 

Hi Katherine...

Yep, I did try those sites to get the XSPF player working... I was really hoping to get it working cuz it's a pretty cool little player, bu no dice.  For some reason, it just doesn't like to pick up or read the custom .xml file you have to create and reference.  For me, I could get the player running, but it would only play a default playlist from who knows where.  It wasn't my own playlist... oh well.  If anyone has had any luck with the XSPF player on DNN, I'd certainly love to hear from you!  :)

I did get a player finally working on my site... you can check it out here... I'm not sure if it's streaming, or if it has to d/l the entire mp3... not sure.  I'll need to try from remote some day.  Perhaps you can tell me?  :)

http://www.chasingjonah.com/Downloads/Music/tabid/191/Default.aspx

It's sad to me that this was the only one... I tried a bunch of other cool ones, but no dice.  Guess I'm stuck with this one for now...

Thanks for your reply, Katherine!

Cya,
Mike

 
New Post 4/4/2007 4:06 PM
User is offline KProuty
42 posts
www.jessicaprouty.com
10th Ranked


Re: Advice on mp3 players (ie. XSPF) 

Mike,

OK, I got it to work on my site...

Here is the code. You need the absolute paths in four places in order for it to work.

 <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" align="center" width="400" height="151" > <param name="allowScriptAccess" value="sameDomain"/> <param name="movie" value="http://url.com/folder/xspf_player.swf?playlist_url=http://url.com/folder/playlist.xspf"/> <param name="quality" value="high"/> <param name="bgcolor" value="#E6E6E6"/> <embed src="http://url.com/folder/xspf_player.swf?playlist_url=http://url.com/folder/playlist.xspf" quality="high" bgcolor="#E6E6E6" name="xspf_player" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" align="center" height="168" width="400"> </embed> </object>

If the above code that you embed in the text/html module still doesn't bring something up, make sure you validate your xspf file at www.xspf.org to make sure that that isn't it.

BTW, I checked out your site. The link you gave me went to a mp3 player that did stream (ie, it didn't have to load the whole song in order to start playing.) However, when you click on the mp3 in the top menu, it brings you to the xspf player with the playlist not loading, not the mp3 player that works.

Are you friend or relative that is working on the site? I'd love to compare notes! Another band site using DNN! BTW, I'm the mom doing my daughter's site. She also LOVES Flyleaf. My son loves Hawk Nelson. I love your template! How did you do that?

Check the site out at http://www.jessicaprouty.com

I'm not happy with the usability of the gallery, and I'm trying to get the email sign up in the same text/html module with the flashpaper via a table, but it messes up everything when I try to do that. Have you used DNN before in other capacities?

Best,

Katherine

 
New Post 4/4/2007 6:12 PM
User is offline Michael van Zwieten
51 posts
wiki.flgisa.org
10th Ranked


Re: Advice on mp3 players (ie. XSPF) 

Hi Katherine... I finally got it working... dang, that took long.  I had the 4 absolute paths already... it just wasn't able to read the playlist.xspf for some reason.  I finally figured out... it's because IIS didn't have .xspf registered as a known mimetype, and wasn't able to serve it up!  Arrrghghgh...  So for all of those of you out there with this issue... pretty easy... just add this mimetype:

extension:  xspf
mimetype:  application/xspf+xml

I am the Dad setting up the site for my daughter and her band.  :)  Pleased to meet you... looks like we have similar jobs here... :)  The template is just one of those freebies I found out there on the net... wish I could find more of them, or at least figure out how to make my own. 

I'm also not happy with the gallery either, but I found a workaround... I've been using this one for my personal family pictures, albeit outside of dotnetnuke:  http://www.klingebiel.com/tempest/hd/Xibit.htm... I'll probably be moving more stuff over to it.  Wish I could drop it into DNN.  :)

I try to stay as much within the boundaries of DNN so thing don't break... plus I don't know what the heck I'm doing anyways if I have to venture into dotnet programming.  :)

Take care,
Mike

 
Previous Previous
 
Next Next
  Forum  DotNetNuke® Pro...  Media Module [L...  Advice on mp3 players
 


Forum Policy

These Discussion Forums are dedicated to the discussion of the DotNetNuke Web Application Framework.

For the benefit of the community and to protect the integrity of the project, please observe the following posting guidelines:

1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DotNetNuke.
2. Discussion or promotion of DotNetNuke product releases under a different brand name are strictly prohibited.
3. No Flaming or Trolling.
4. No Profanity, Racism, or Prejudice.
5. Site Moderators have the final word on approving/removing a thread or post or comment.
6. English language posting only, please.

 


Mad Development: dotnetnuke design and development
We are an expert Dotnetnuke shop specializing in developing solutions that merge the requirements of design and branding, content management, ecommerce, search engine optimization and business logic.
www.MadDevelopment.com
telerik
telerik r.a.d.controls suite is the most innovative and comprehensive toolset for ASP.NET development, tailored for seamless integration with the DotNetNuke project. This integrated collection of controls allows professionals to build web-solutions with the UI richness and responsiveness of desktop applications.
dnn.telerik.com
CrystalTech
CrystalTech Web Hosting™ provides first-class service and support. Our value-packed ASP.NET plans offer DNN installation, SQL 2005 and up to 100 domain names starting at only $16.95 per month!
CrystalTech.com

DotNetNuke Corporation   Terms Of Use  Privacy Statement
DotNetNuke®, DNN®, and the DotNetNuke logo are trademarks of DotNetNuke Corporation
Hosted by MaximumASP