The Basics
A Django application for integrating a Flash based mp3 audioplayer into templates using a custom template tag. It uses the flashplayer from http://www.1pixelout.net/code/audio-player-wordpress-plugin and can be easily customized by template parameters.
More information can be found at http://pyjax.net/blog/1/2007/06/27/django-flash-audioplayer/
Project Home – http://code.google.com/p/django-audioplayer/Grab the Repository – svn checkout http://django-audioplayer.googlecode.com/svn/trunk/
Recent Commits
-
723 was committed 5 months, 1 week ago.
Removed svn:externals
-
722 was committed 5 months, 1 week ago.
Added svn:externals
-
721 was committed 5 months, 2 weeks ago.
Audioplayer documentation.
-
1 was committed 5 months, 3 weeks ago.
Setup basic svn structure.
-
719 was committed 5 months, 3 weeks ago.
Minor documentation fix.
-
718 was committed 5 months, 3 weeks ago.
Adopted to new autoescape feature in Django development version. Tested with Django 0.97-pre-SVN-6977.
-
531 was committed 8 months, 4 weeks ago.
Documentation update.
-
519 was committed 10 months, 2 weeks ago.
The & in the flashvars is now replaced by the entity & in order to be valid XHTML.
-
518 was committed 10 months, 2 weeks ago.
Documentation.
-
514 was committed 10 months, 2 weeks ago.
Documentation.