Our Director of Business Development Eddie Garcia, co-wrote the music for Magia and several other songs that were included on the Grachi season 2 sound track as well as other Nickelodeon series. Some of our GO LOCAL PROMOTIONS staff helped produce the following videos:
You can add Youtube Video easily:
You can add Youtube Video easily:
You can add Youtube Video easily:
This player supports such media formats as: mp3, mp4 (AAC/H.264), ogg (Vorbis/Theora), webm (Vorbis/VP8), wav, mp3, mp4 (AAC/H.264), flv
Two files are required for the player's correct work: jquery.jplayer.min.js and Jplayer.swf
HTML entry, with an example id for jPlayer:
<div id="jpId"></div>
Code Example:
$(document).ready(function() {
$("#jpId").jPlayer( {
ready: function () {
$(this).jPlayer("setMedia", {
mp3: "/mp3/elvis.mp3" // Defines the mp3 url
});
}
});
});
You can see more information on working with JPlayer on the official website at JPlayer