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
Jump to: navigation, search
(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
  
$('a.flowplayer_video').each(function ()
+
$('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 functions
+
 
 +
// End of Flowplayer code
 +
 
 
 
 
// End of functions
 
// End of functions
 
});
 
});

Revision as of 20:10, 16 December 2008

Sorry you do not have permissions to view this page.