Videos

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:

MONSTER ENERGY

You can add Youtube Video easily:

  1. Open desired video on Youtube
  2. Click the Share button under the video
  3. In the appeared window click Embed
  4. After making your selection, copy and paste the embed code to your website.

KENTUCKY FRIED CHICKEN

You can add Youtube Video easily:

  1. Open desired video on Youtube
  2. Click the Share button under the video
  3. In the appeared window click Embed
  4. After making your selection, copy and paste the embed code to your website.

GRACHI

You can add Youtube Video easily:

  1. Open desired video on Youtube
  2. Click the Share button under the video
  3. In the appeared window click Embed
  4. After making your selection, copy and paste the embed code to your website.

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