Page Options

Menu Styles:
MenuaMenubMenucMenud
Page width and font size:
Small width layoutMedium width layoutMaximum width layoutMaximum textMedium textSmall text
JamHacks

JamHacks is a section of the site that will teach you how to add to or customize your Jammer Direct profile. This page will be constantly added to as new content an ideas arise.

Embedding Media in your Jammer Direct Profile.


Lets start off with embedding a media file into your profile. You can embed any type of known streamable media format into your Jammer profile but you should keep in mind what players are the most popular. You may have already noticed that this site prefers the Flash and Windows Media players as they are the most popular out there. There are also Quiktime and Real Media. This page will show you how to embed all of these players into your site.

Always use the Text/HTML module in your Jammer Direct profile to embed any of this code. Also, for best results, you should copy this code and paste it in notepad to edit before you paste it into your text/HTML module.

 Flash Player - This is the code you need to embed flash into your profile. Replace the code in red with the path to your file. The width & height are in blue.

      <!-- begin embedded Flash file... -->
      <table border='0' cellpadding='0' align="left">
        <tr><td>
        <OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000'
        codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0'
        width="320" height="240">
        <param name='movie' value="http://servername/path/to/media.swf">
        <param name='quality' value="high">
        <param name='bgcolor' value='#FFFFFF'>
        <param name='loop' value="true">
        <EMBED src="http://servername/path/to/media.swf" quality='high' bgcolor='#FFFFFF' width="320"
        height="240" loop="true" type='application/x-shockwave-flash'
        pluginspage='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash'>
        </EMBED>
        </OBJECT>
        </td></tr>
        <!-- ...end embedded Flash file -->
       </table>


 Windows Media Player - This is the code you need to embed Windows Media into your profile. Replace the code in red with the path to your file. The width & height are in blue.

      <!-- begin embedded WindowsMedia file... -->
      <table border='0' cellpadding='0' align="left">
      <tr><td>
      <OBJECT id='mediaPlayer' width="320" height="285"
      classid='CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95'
      codebase='http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701'
      standby='Loading Microsoft Windows Media Player components...' type='application/x-oleobject'>
      <param name='fileName' value="http://servername/path/to/media.wmv">
      <param name='animationatStart' value='true'>
      <param name='transparentatStart' value='true'>
      <param name='autoStart' value="true">
      <param name='showControls' value="true">
      <param name='loop' value="true">
      <EMBED type='application/x-mplayer2'
        pluginspage='http://microsoft.com/windows/mediaplayer/en/download/'
        id='mediaPlayer' name='mediaPlayer' displaysize='4' autosize='-1'
        bgcolor='darkblue' showcontrols="true" showtracker='-1'
        showdisplay='0' showstatusbar='-1' videoborder3d='-1' width="320" height="285"
        src="http://servername/path/to/media.wmv" autostart="true" designtimesp='5311' loop="true">
      </EMBED>
      </OBJECT>
      </td></tr>
      <!-- ...end embedded WindowsMedia file -->
    <!-- begin link to launch external media player... -->
        <tr><td align='center'>
        <a href="http://servername/path/to/media.wmv" style='font-size: 85%;' target='_blank'>Launch in external player</a>
        <!-- ...end link to launch external media player... -->
        </td></tr>
      </table>


 Quicktime - Windows Media Player - This is the code you need to embed Quicktime into your profile. Replace the code in red with the path to your file. The width & height are in blue.

      <!-- begin embedded QuickTime file... -->
      <table border='0' cellpadding='0' align="left">
        <!-- begin video window... -->
        <tr><td>
        <OBJECT classid='clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B' width="320"
        height="255" codebase='http://www.apple.com/qtactivex/qtplugin.cab'>
        <param name='src' value="http://servername/path/to/media.file">
        <param name='autoplay' value="true">
        <param name='controller' value="true">
        <param name='loop' value="true">
        <EMBED src="http://servername/path/to/media.file" width="320" height="255" autoplay="true"
        controller="true" loop="true" pluginspage='http://www.apple.com/quicktime/download/'>
        </EMBED>
        </OBJECT>
        </td></tr>
        <!-- ...end embedded QuickTime file -->
        </table>


Real Media - Windows Media Player - This is the code you need to embed Real Media into your profile. Replace the code in red with the path to your file. The width & height are in blue.

      <!-- begin embedded RealMedia file... -->
      <table border='0' cellpadding='0' align="left">
        <!-- begin video window... -->
        <tr><td>
        <OBJECT id='rvocx' classid='clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA'
        width="320" height="240">
        <param name='src' value="http://servername/path/to/media.file">
        <param name='autostart' value="true">
        <param name='controls' value='imagewindow'>
        <param name='console' value='video'>
        <param name='loop' value="true">
        <EMBED src="http://servername/path/to/media.file" width="320" height="240"
        loop="true" type='audio/x-pn-realaudio-plugin' controls='imagewindow' console='video' autostart="true">
        </EMBED>
        </OBJECT>
        </td></tr>
        <!-- ...end video window -->
          <!-- begin control panel... -->
          <tr><td>
          <OBJECT id='rvocx' classid='clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA'
          width="320" height='30'>
          <param name='src' value="http://servername/path/to/media.file">
          <param name='autostart' value="true">
          <param name='controls' value='ControlPanel'>
          <param name='console' value='video'>
          <EMBED src="http://servername/path/to/media.file" width="320" height='30'
          controls='ControlPanel' type='audio/x-pn-realaudio-plugin' console='video' autostart="true">
          </EMBED>
          </OBJECT>
          </td></tr>
          <!-- ...end control panel -->
          <!-- ...end embedded RealMedia file -->
        <!-- begin link to launch external media player... -->
        <tr><td align='center'>
        <a href="http://servername/path/to/media.file" style='font-size: 85%;' target='_blank'>Launch in external player</a>
        <!-- ...end link to launch external media player... -->
        </td></tr>
      </table>

Featured JamMedia

Get Adobe Flash player Install latest flash player if you can't see this gallery.



Random Jammers
Now on JammerFilm

Copyright 2007-2010 Jammer Direct Privacy Statement|Terms Of Use