Hello,

I have a flash block and a views list.

I wonder if it would be possible to use Ajax Load to refresh the content of a views based block (CCK filefield flash video), triggered from another views list from within a table row? So you just click on a themed button or link in the row and - voila - the flash video updates without a page load...

If so, can anyone point me in the right direction how to archive this using D6, Views2 (maybe via views php field or a rewritten output as link..?)

Thanks !

Comments

nedjo’s picture

Ajax load handles only the task of adding JS and CSS information that may be needed in an AJAX operation. For the actual AJAX operation in D6, you could try using the core ahah methods or the AJAX methods in Ctools.

fredo_m’s picture

Status: Active » Closed (fixed)

Thanks for the hint Nedjo, I will have a look at Ctools.