﻿/* Config file so these values don't need to be changed with each code push */
var MPlayerConfig = function () {
	return {
		/* FILE LOCATIONS */
		mediaDir : '/media_content/',
		mediaTnDir : '/av_tns/',
		articleUrl : '/HTHPubPage.aspx?cid=',
		registerUrl : 'register.aspx',
		/*
		    EMBED CODE
		    ---
		    Variables that will be replaced by code before string is displayed:
		    @MediaId@ The media id of the video currently playing.
		*/
		embedCode: '<object width="525" height="380"><param name="movie" value="http://www.housetohouse.com/assets/EmbeddedPlayer.swf"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><param name="flashVars" value="mediaId=@MediaId@&autoPlay=false"></param><embed src="http://www.housetohouse.com/assets/EmbeddedPlayer.swf" flashVars="mediaId=@MediaId@&autoPlay=false" width="525" height="380" seamlesstabbing="false" type="application/x-shockwave-flash" swLiveConnect="true" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed></object>'
	}
}();