Latest Neocron News and Information
- New test server patch #563 has been released to Vedeena
Difference between revisions of "Metadata:Mapping/Map.js"
From Neocron Wiki
(Something new ...coming soon (Something to make Logan say "SEX!") |
(New version of Flowplayer code) |
||
Line 51: | Line 51: | ||
// End of mapkey functions | // End of mapkey functions | ||
− | // Flowplayer code | + | // Start of Flowplayer code |
− | $(' | + | $('div.flowplayer').each(function () |
{ | { | ||
− | $(this).flowplayer('/extensions/WikiMediaPlayer/flowplayer/flowplayer-3.0.1.swf'); | + | playlist=$(this).attr('playlist').split(","); |
+ | |||
+ | $(this).flowplayer('/extensions/WikiMediaPlayer/flowplayer/flowplayer-3.0.1.swf', | ||
+ | { | ||
+ | playlist: playlist | ||
+ | } | ||
+ | ); | ||
}); | }); | ||
− | // End of Flowplayer | + | |
+ | // End of Flowplayer code | ||
+ | |||
// End of functions | // End of functions | ||
}); | }); |