FlashNode and Drupal : Integrating a flash component on Drupal that persists between pages
Does the FlashNode component permits to do th开发者_C百科at ? Is there any other component that empower the website to do that ?
Like this website (designed in Drupal) : http://www.ilovetechno.be/ We can navigate and its plays the sound well What component did they used ?
if you look at the urls you can see that all the urls for 'deeper' links to the site all start with a '#'. All links on this site are loaded using AJAX, without sending a new page request. As far as the browser is concerned a new page is not loaded and that is why the music does not change. I'm not aware of a simple drupal module that will allow this style of site to be built, and don't believe that there is a "quick fix" to get what you are looking for without somewhat extensive development.
There is a JQuery Plugin that does a lot of the heavy lifting: Ajaxify
If there is a module that facilitates building this type of site with drupal I'd love to hear about it.
The company Cowboys and Indians in Belgium designed the web site.
Ask them.
加载中,请稍侯......
精彩评论