I'm not an expert on this, but will give it a stab. If you use a template system then the deeper web pages for a particular site will be extending the index pages. I think you could set up your different site names to all inherit from a single media_player.html template that has the flash player embedded in it with the {% extends media_player.html %} tag. Then each of your individual index pages can have different names (eg about.html, cows_with_guns.html, etc..) and they will still be extended the same base page.
However, this may not work if the base page is actually being reloaded when a link is followed. I don't know enough about how the template system renders to say whether the media player would continue to play. In which case, I think you'd be stuck with something like Ajax. FWIW -Tim On Wed, Feb 24, 2010 at 9:51 AM, grimmus <graham.col...@gmail.com> wrote: > Hi, > > I'm making a site with about 6 sections, each with a different URL. > > The client would like a small Flash media player of song previews > alongside the navigation on every page. > > He wants the music to play continuously even when the user navigates > to another page. > > I'm having trouble thinking how i could do this, obviously i want to > avoid framesets ! I could load content with Ajax but then every page > wont have it's own unique URL. I dont want to use a standard popup > either. > > Someone suggested using Facebook chat style functionality to have an > unobtrusive ajax component on the page, but i'm not sure about this. > > Ayone any ideas ? > > Thanks > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to django-us...@googlegroups.com. > To unsubscribe from this group, send email to > django-users+unsubscr...@googlegroups.com<django-users%2bunsubscr...@googlegroups.com> > . > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.