<?xml version="1.0" encoding="UTF-8"?>
<root>
	<!-- This section is used to configure the player and the buttons in the player interface-->
	<config>
		<!-- URL to use for retrieving product information -->
		<productsURL>/rpc/jsonrpc.tmpl?dbgmethod=prodcat</productsURL>
		<!-- Currency symbol to use for product price -->
		<currencySymbol>$</currencySymbol>
		<!-- JavaScript function to be called when the user clicks Shop Now -->
		<shopNowJSFunction>brx.productView.addSkuToCart</shopNowJSFunction> <!--  shopNow -->
		<!-- JavaScript function to be called when the user clicks Quick View -->
		<quickViewJSFunction>brx.productView.quickshopById</quickViewJSFunction>	<!-- bb.page.productView.launchQuickshop(/*string or object*/ product, /*string*/ category ID); -->	
		<!-- set the video autoplay mode: true, false -->
		<autoplay>false</autoplay>
		<!-- URL to static image to show for video-->
		<jpgURL>/sites/default/files/smashbox/Smokebox.jpg</jpgURL>
		<!-- URL to video -->
		<flvURL>./Smokebox.mp4</flvURL><!--G09_blush.flv || -->
		<!-- set the Share button visible in the player : true, false -->
		<flvName>Photo Op Eye Palette: Smokebox</flvName> <!--  name of the video variable for coremetrics video tag  -->
		<shareVisible>false</shareVisible>
		<!-- set the email button visible in the player : true, false -->
		<emailVisible>false</emailVisible>
		<!-- set the fullscreen mode: true, false -->
		<fullScreenVisible>true</fullScreenVisible>
	</config>
	<email>
		<!-- JSON url -->
		<jsonEmail>/rpc/jsonrpc.tmpl?dbgmethod=email.tofriend</jsonEmail>
		<!-- SUBJECT line of the email. This is NOT entered by the user! -->
		<subject><![CDATA[Look what I found on Smashbox.com]]></subject>
		<!-- Copy to display for the URL link in the email -->
		<linkText><![CDATA[Click here to view your recommended look:]]></linkText>
		<!-- URL to the link in the email -->
		<link><![CDATA[/templates/gifts/index.tmpl]]></link>
		<!-- Name of the email template to use -->
		<template>email_test</template>
		<!-- TRUE or FALSE for seding a copy of the email -->
		<sendcopy>false</sendcopy>
	</email>
	<!-- CUE_POINTS -->
		<cue_points>
		
<cue_point id="4">
	<product>CAT6732PROD19136</product> <!--Photo Op Eye Palette-->
	<skus>
		<sku>SKU38410</sku>
	</skus>
</cue_point>

<cue_point id="31">
	<product>CAT6031PROD17797</product> <!--Photo Finish Lid Primer-->
	<skus>
		<sku>SKU35710</sku>
	</skus>
</cue_point>

<cue_point id="34">
	<product>CAT6009PROD17780</product> <!--Tapered Shadow Brush #7-->
	<skus>
		<sku>SKU35723</sku>
	</skus>
</cue_point>

<cue_point id="42">
	<product>CAT6009PROD17787</product> <!--Crease Brush #10-->
	<skus>
		<sku>SKU35697</sku>
	</skus>
</cue_point>

<cue_point id="76">
	<product>CAT6028PROD17778</product> <!--Limitless Eye Liner-->
	<skus>
		<sku>SKU35568</sku>
	</skus>
</cue_point>

<cue_point id="94">
	<product>CAT6031PROD17797</product> <!--Photo Finish Lid Primer-->
	<skus>
		<sku>SKU35710</sku>
	</skus>
</cue_point>

<cue_point id="98">
	<product>CAT6827PROD19136</product> <!--Photo Op Eye Palette-->
	<skus>
		<sku>SKU38410</sku>
	</skus>
</cue_point>

<cue_point id="101">
	<product>CAT6009PROD17787</product> <!--Crease Brush #10-->
	<skus>
		<sku>SKU35697</sku>
	</skus>
</cue_point>

<cue_point id="106">
	<product>CAT6009PROD17780</product> <!--Tapered Shadow Brush #7-->
	<skus>
		<sku>SKU35723</sku>
	</skus>
</cue_point>

<cue_point id="118">
	<product>CAT6009PROD17787</product> <!--Crease Brush #10-->
	<skus>
		<sku>SKU35697</sku>
	</skus>
</cue_point>

<cue_point id="148">
	<product>CAT6827PROD19136</product> <!--Photo Op Eye Palette-->
	<skus>
		<sku>SKU38410</sku>
	</skus>
</cue_point>

</cue_points>
<socialMedias>
<!--
<socialMedia>
	<type>delicious</type>
	<title>del.ici.ous</title>
	<url><![CDATA[http://delicious.com/save?v=5&share=yes&]]></url>
	<bookmarkTitle>Smashbox Video PLayer</bookmarkTitle>
	<bookmarkURL>www.smashbox.com</bookmarkURL>
	<description>Lorem ipsum dolor sit amet, consectetur adipiscing elit. </description>
</socialMedia>
-->
<socialMedia>
	<!-- The name of the social media sevice -->
	<type>facebook</type>
	<title>Facebook</title>
	<!-- The URL to the social media sevice -->
	<url>http://www.facebook.com/sharer.php?</url>
	<!-- text to prepopulate the facebook TITLE parameter -->
	<bookmarkTitle>Smashbox Video PLayer</bookmarkTitle>
	<!-- text to prepopulate the facebook URL parameter -->
	<bookmarkURL>www.smashbox.com</bookmarkURL>
	<!-- media service description to appear on screen 140 char max -->
	<description>Lorem ipsum dolor sit amet, consectetur adipiscing elit. </description>
</socialMedia>
<!-- 
<socialMedia>
	<type>digg</type>
	<title>Digg</title>
	<url>http://digg.com/submit?</url>
	<bookmarkTitle>Smashbox Video PLayer</bookmarkTitle>
	<bookmarkURL>www.smashbox.com</bookmarkURL>
	<description>Lorem ipsum dolor sit amet, consectetur adipiscing elit. </description>
</socialMedia>
-->
</socialMedias>
</root>
