By birchy82 on
Right now I have swftools managing all of my mp3 files. Problem is the mp3's are an hour long and users cannot navigate the site without the audio stopping. Just curious if anyone has come up with a solution or knows of one that would correct this.
I have attempted to edit the content-type.tpl.php file just to show the mp3 player but when the user accesses the pages directly obviously it only shows the mp3 file and an unstyled page.
I even tried using a little jQuery .clone.appendTo and that doesn't bring anything with it to the new window.
Not looking for someone to write me code or anything just a point in the right direction.
Comments
http://drupal.org/project/bac
http://drupal.org/project/background_audio
While it is for 7, you might want to see how they did it, so you can do something in 6.
Not sure how applicable that
Not sure how applicable that would be to Drupal 6, but there is a solution for Drupal 7: Ajax pages. The module uses some fancy techniques to reload all pages via Ajax, making it possible to have a persistent region for the player.