Quote:
Originally Posted by kadafi_alive
Hi Andrew,
is it possible to copy the exact link (jukebox) for the icons to the 'jump' link?
What I have tried is by changing
// Launch embedded media player
if ($this_action == "play" ) {..
to
if ($this_action == "play" or "jump" ) {
in local_links.php
it does work however, the javascript noscroll, size etc won't take effect.
Regards
|
The noscroll, etc, is applied when the window is created from an <a> tag which has an 'onclick' attribute onclick="ldmpopup(this.href);return false;". If you want to extend the behaviour to other windows, then you need to modify the <a> tags to include this attribute.