Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Continuous media player on multi page site

  • 19-02-2010 8:07am
    #1
    Registered Users, Registered Users 2 Posts: 872 ✭✭✭


    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.

    Any ideas anyone ?!


Comments

  • Registered Users, Registered Users 2 Posts: 3,141 ✭✭✭ocallagh


    Aside from the two methods you mention, a popup is the only alternative I can think of.

    I'd go with ajax, no reason why the pages can't also be accessed via direct URL too.

    You could write an unobtrusive ajax component which would load an entire HTML page in. I think that's what facebook does to keep their chat window active.


Advertisement