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
(New version of Flowplayer code) |
(Stop video player from auto-playing) |
||
Line 59: | Line 59: | ||
$(this).flowplayer('/extensions/WikiMediaPlayer/flowplayer/flowplayer-3.0.1.swf', | $(this).flowplayer('/extensions/WikiMediaPlayer/flowplayer/flowplayer-3.0.1.swf', | ||
{ | { | ||
− | playlist: playlist | + | playlist: playlist, |
+ | autoPlay: false | ||
} | } | ||
); | ); |