﻿///////////////////
//  UPLOADER
///////////////////
function EmbedFlashUploaderObjectOpeningTag()
{
    var oeTags = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="436" height="119" id="FlashUploader" align="middle">'
    document.write(oeTags); 
}
function EmbedFlashUploaderObjectClosingTag()
{
    var oeTags2 = '</object>';
    document.write(oeTags2); 
}


///////////////////
//  AUDIO PLAYER
///////////////////
function EmbedAudioPlayerObjectOpeningTag()
{
    var oeTags = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="512" height="420" id="FlashAudioPlayer" align="middle">'
    document.write(oeTags); 
}
function EmbedAudioPlayerObjectClosingTag()
{
    var oeTags2 = '</object>';        
    document.write(oeTags2); 
}


///////////////////
//  VIDEO PLAYER
///////////////////
function EmbedVideoPlayerObjectOpeningTag()
{
    var oeTags = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="512" height="420" id="FlashVideoPlayer" align="middle">'          
    document.write(oeTags); 
}
function EmbedVideoPlayerObjectClosingTag()
{
    var oeTags2 = '</object>';        
    document.write(oeTags2); 
}


///////////////////
//  WEBCAM RECORDER
///////////////////
function EmbedWebcamRecorderObjectOpeningTag()
{
    var oeTags = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="330" height="341" id="WebcamRecorder" align="middle">'
    document.write(oeTags); 
}
function EmbedWebcamRecorderObjectClosingTag()
{
    var oeTags2 = '</object>';        
    document.write(oeTags2); 
}


///////////////////
//  AUDIO RECORDER
///////////////////
function EmbedAudioRecorderObjectOpeningTag()
{
    var oeTags = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="330" height="200" id="AudioRecorder" align="middle">'
    document.write(oeTags); 
}
function EmbedAudioRecorderObjectClosingTag()
{
    var oeTags2 = '</object>';        
    document.write(oeTags2); 
}


///////////////////
//  Games
///////////////////
function EmbedGameObjectOpeningTag()
{
    var oeTags = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="600" height="500" id="Game" align="middle">'
    document.write(oeTags); 
}
function EmbedGameObjectClosingTag()
{
    var oeTags2 = '</object>';        
    document.write(oeTags2); 
}

///////////////////
//  Banner Ads
///////////////////
function EmbedBannerAdObjectOpeningTag(sMovieLoader, sWidth, sHeight)
{
    //var oeTags = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="' + sWidth + '" height="' + sHeight + '" id="BannerAd" align="middle">'
    var oeTags = '<object type="application/x-shockwave-flash" data="' + sMovieLoader + '" width="' + sWidth + '" height="' + sHeight + '" id="BannerAd" align="middle" >'
    document.write(oeTags); 
    

}
function EmbedBannerAdObjectClosingTag()
{
    var oeTags2 = '</object>';        
    document.write(oeTags2); 
}