





















	










	





































 
 











	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
    
   
   
   
   
   











 
    








	


	
	
	
		
	

	
	


	
	

	
	
	
		
	
	
			
	
	
		
	
			
	
			
	
	
	
				
	
	
	
	
	
			
	
	

	
	
	

	
	
		

	
	


	
	


 
    
    

    
    
    
    
	



				
		
		



<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>


	<base href="http://www.glamis-castle.co.uk/" />



<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Glamis Castle, 5 Star Visitor Attraction in Scotland - Video                                                                                                                                                                                                   </title>
<meta name="description" content="Video Clips of events at Glamis Castle" />
<meta name="keywords" content="Video Clips,
" />


<link rel="stylesheet" media="all" type="text/css" href="http://www.glamis-castle.co.uk/_css/master.css" />
<link rel="stylesheet" media="all" type="text/css" href="http://www.glamis-castle.co.uk/_css/menu.css" />





<link rel="stylesheet" href="_css/themes/default/default.css" type="text/css" media="screen" />
    <link rel="stylesheet" href="_css/nivo-slider.css" type="text/css" media="screen" />
    
    <script type="text/javascript" src="_scripts/jquery-1.7.1.min.js"></script>
    <script type="text/javascript" src="_scripts/jquery.nivo.slider.js"></script>
    <script type="text/javascript">
    $(window).load(function() {
        $('#slider').nivoSlider({
        effect: 'fade', // Specify sets like: 'fold,fade,sliceDown, random'
        slices: 15, // For slice animations
        boxCols: 8, // For box animations
        boxRows: 4, // For box animations
        animSpeed: 500, // Slide transition speed
        pauseTime: 3000, // How long each slide will show
        startSlide: 0, // Set starting Slide (0 index)
        directionNav: true, // Next Prev navigation
        directionNavHide: true, // Only show on hover
        controlNav: true, // 1,2,3... navigation
    });
		
    });
    </script>



<script src="http://www.glamis-castle.co.uk//_scripts/qforms.js" type="text/javascript"></script>
	<script language="JavaScript" type="text/javascript">
	<!--//
	// set the path to the qForms directory
	qFormAPI.setLibraryPath("http://www.glamis-castle.co.uk//_scripts/");
	// this loads all the default libraries
	qFormAPI.include("*");
	
	qFormAPI.include("validation");
qFormAPI.include("functions", null, "12");
	//-->
	</script>


<link href="_css/ticker-style.css" rel="stylesheet" type="text/css" />

<script src="_scripts/jquery.ticker.js" type="text/javascript"></script>

	

<script type="text/javascript">
$(function () {
    $('#js-news').ticker({
        speed: 0.10,           // The speed of the reveal
        debugMode: true,       // Show some helpful errors in the console or as alerts
        controls: false,        // Whether or not to show the jQuery News Ticker controls
        titleText: 'Latest News',   // To remove the title set this to an empty String
        displayType: 'reveal', // Animation type - current options are 'reveal' or 'fade'
        direction: 'ltr',      // Ticker direction - current options are 'ltr' or 'rtl'
        pauseOnItems: 2000,    // The pause on a news item before being replaced
        fadeInSpeed: 600,      // Speed of fade in animation
        fadeOutSpeed: 300      // Speed of fade out animation
	});
});
</script>
</head>

<body>


<div id="container">
<div id="newstop"><ul id="js-news" class="js-hidden">

    <li class="news-item"><a href="news_detail.cfm/news_ID/97/title/title=NEW---Toy-Soldier-Exhibition-now-open!">NEW - Toy Soldier Exhibition now open! - -</a></li>
    
    <li class="news-item"><a href="news_detail.cfm/news_ID/93/title/title=The-Castle-gates-are-open-for-2013-season">The Castle gates are open for 2013 season - Check our 'What's On' for latest events.</a></li>
    
</ul></div>
<div id="logo"></div>

  <div id="maincontent">
    <div id="column1">
    <div id="menu">
    

<ul>






<li><a href="index.cfm">Home</a></li>









<li><a href="visitus.cfm">Visit Us</a></li>









<li><a href="whatson.cfm">What's On</a></li>









<li><a href="hospitality.cfm">Hospitality</a></li>






	
				
				
				
		
		





<li><a href="interactive.cfm">Interactive</a>



<ul>

<li><a href="news.cfm"> - Blogs</a></li>

<li><a href="videos.cfm"> - Videos</a></li>

<li><a href="macbeth.cfm"> - Macbeth</a></li>

</ul>
</li>










<li><a href="history.cfm">History</a></li>









<li><a href="tickets.cfm">Tickets</a></li>




</ul>





    </div>
    <div id="lhs">
    
<div class="hspacer"></div>

<a href="gift-vouchers.cfm">Gift Vouchers</a>

<div class="hspacer"></div>

<p>For events &amp; Exclusive
Offer Sign Up to our
e-Newsletter</p>

 <div id="newsletter">
 <form name="newsletterform" id="newsletterform" method="post" action="newsletter_process.cfm"> 
 

<input type="hidden" name="UUID" value="C721D87A-FEA0-52ED-5F4B9F731C307A33" />


<table border="0" cellpadding="0" cellspacing="0">
<tr>
  <td>email:</td>
  <td>&nbsp;</td>
</tr>
<tr>
<td>
<input type="text" name="email" class="newsletterinput" />
</td><td><input type="image" src="images/go.png" name="image" /></td></tr></table>



</form>
</div>
 
<script language="JavaScript" type="text/javascript">
<!--//
// initialize the qForm object
objForm = new qForm("newsletterform");

// set error colour
qFormAPI.errorColor = "#FF9B9B";

// make these fields required
objForm.required("email");
objForm.email.description = "Email";
objForm.email.validateEmail();


//-->
</script>





	
	
	
	
	
	
	
	
	
		
		
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
    
	
		
	
	

			
		
	
	
	
		
	

	
	


	
	





	
		

	

	
	
	
	
	
	
			
	
	
		
		
	


		
		
    
  
 <div class="hspacer"></div>
 
<p>What's On</p>

<div class="news_summary_box">


<a class="newslink" href="event_detail.cfm/event_ID/54/title/title=THE-STRATHMORE-HIGHLAND-GAMES-9th-JUNE-2013" ><b>THE STRATHMORE HIGHLAND GAMES 9th JUNE 2013</b></a><br/><img src="images/date.gif" alt="Date" border="0" /> 09/06/2013<br/>


The Strathmore Highland Games are set in the foreground of the castle, this annual event is steeped in heritage. <br/>
<a  href="event_detail.cfm/event_ID/54/title/title=THE-STRATHMORE-HIGHLAND-GAMES-9th-JUNE-2013" >more ></a>
</div>

<div class="news_summary_box">


<a class="newslink" href="event_detail.cfm/event_ID/55/title/title=39th-SCOTTISH-TRANSPORT-EXTRAVAGANZA-13th-&-14th-JULY-2013" ><b>39th SCOTTISH TRANSPORT EXTRAVAGANZA 13th & 14th JULY 2013</b></a><br/><img src="images/date.gif" alt="Date" border="0" /> 13/07/2013<br/>


The largest event of its kind, the Scottish Vintage Vehicle Club (SVVC) have held the Extravaganza in the grounds of Glamis for 38 years.  <br/>
<a  href="event_detail.cfm/event_ID/55/title/title=39th-SCOTTISH-TRANSPORT-EXTRAVAGANZA-13th-&-14th-JULY-2013" >more ></a>
</div>




    </div>
    
    
    </div>
    <div id="column2">
    <div id="book"><a href="tickets.cfm">Book Now</a> <span class="gold">></span> </div>
    <div id="slideshow">
    
	




	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
    
   
   
   
   
   











 
    








	


	
	
	
		
	

	
	


	
	

	
	
	
		
	
	
			
	
	
		
	
			
	
			
	
	
	
				
	
	
	
	
	
			
	
	

	
	
	

	
	
		

	
	


	
	


 
    
    

    
    
    
    
	


				
		


		




    <div id="wrapper">
        <div class="slider-wrapper theme-default">
            <div id="slider" class="nivoSlider">
            

<img src="images/slideshows/7/slide1.jpg" width="568" height="272" alt="" />
<img src="images/slideshows/7/slide1b.jpg" width="568" height="272" alt=""/>
<img src="images/slideshows/7/slide2.jpg" width="568" height="272" alt=""/>
<img src="images/slideshows/7/slide3.jpg" width="568" height="272" alt=""/>
<img src="images/slideshows/7/slide4.jpg" width="568" height="272" alt=""/>
<img src="images/slideshows/7/slide5.jpg" width="568" height="272" alt=""/>
<img src="images/slideshows/7/slide6.jpg" width="568" height="272" alt=""/>





            </div>
            <div id="htmlcaption" class="nivo-html-caption">
                <strong>This</strong> is an example of a <em>HTML</em> caption with <a href="#">a link</a>. 
            </div>
        </div>

    </div>
    </div>
    <div id="content">
    <div class="contentmargin">
    
    <p>&nbsp;</p>
<h1>Video</h1>
<p>&nbsp;Here, you'll find videos of the castle and our events. We'd also like to see your videos of the castle so why not drop us a line if you've got something that might be of interest.</p>
<p>
<table border="0" cellspacing="1" cellpadding="10" width="100%">
    <tbody>
        <tr>
            <td><iframe height="139" src="http://www.youtube.com/embed/fNVAjP_WnuY?rel=0" frameborder="0" width="247" allowfullscreen=""></iframe></td>
            <td valign="top">Tartan Day International Golf Challenge Dinner held at Glamis Castle in April 2012.<br />
            Filming by Angus Council Media Unit.</td>
        </tr>
        <tr>
            <td><iframe height="168" src="http://www.youtube.com/embed/GJ-Z4E1ui_o" frameborder="0" width="247" allowfullscreen=""></iframe></td>
            <td valign="top">
            <div style="line-height: 140%; margin-bottom: 4px; border-bottom-width: 1px" dir="ltr" class="show_info outer-box-bg-as-border">
            <p><br />
            <font color="#800000">Tartan Day</font> marks the signing of the Declaration of Arbroath in 1320 at Arbroath Abbey. This historical occasion sowed the seeds of modern day democracy and was used as a basis for the American Declaration of Independence. Tartan Day was inspired by this historical occasion to celebrate all that is good about Scotland - its people, its heritage, its history, its culture and its amazing legacy to the world.<br />
            <br />
            From Friday 1st to Sunday 10th of April 2011, a week of very special events commemorates all that is best about Scotland and the Scots, home and away.</p>
            </div>
            </td>
        </tr>
        <tr>
            <td><iframe height="168" src="http://www.youtube.com/embed/6i63UReFH4M" frameborder="0" width="247" allowfullscreen=""></iframe></td>
            <td valign="top">
            <div>
            <p>Forming&nbsp;part of&nbsp;the Visit Scotland&nbsp;Surprise Yourself campaign, this advert launched the Year of Creative Scotland 2012. The advert&nbsp;&nbsp;features everything from Macbeth being performed in Glamis Castle to Burns storytelling, the advert has been developed to support the Year of Creative Scotland, which will celebrate and promote Scotland&rsquo;s cultural and creative strengths on a world stage.</p>
            </div>
            </td>
        </tr>
        <tr>
            <td valign="top" align="left"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="247" height="180" id="viddler_6a7c21b3"><param name="movie" value="http://www.viddler.com/player/6a7c21b3/" /><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><embed src="http://www.viddler.com/player/6a7c21b3/" width="247" height="180" type="application/x-shockwave-flash" allowScriptAccess="always" allowFullScreen="true" name="viddler_6a7c21b3" ></embed></object></td>
            <td valign="top" align="left"><font color="#800000">Merry Christmas from all at Glamis Castle<br />
            </font>
            <p>A slice of Christmas cheer, brought to you by the staff of Glamis Castle, the children of Airlie Primary School Choir and of course, Santa himself!</p>
            </td>
        </tr>
        <tr>
            <td><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="247" height="181" id="viddler_1ef0ba01"><param name="movie" value="http://www.viddler.com/player/1ef0ba01/" /><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><embed src="http://www.viddler.com/player/1ef0ba01/" width="247" height="181" type="application/x-shockwave-flash" allowScriptAccess="always" allowFullScreen="true" name="viddler_1ef0ba01" ></embed></object></td>
            <td valign="top">
            <p><font color="#800000">Tartan Week Celebrations - Gala Dinner style</font></p>
            <p>From the moment your guests are greeted by the Castle piper and step inside this fascinating building they will experience the warmest of Scottish welcomes and hospitality. A gala evening at Glamis will remain a treasured memory with your guests long after the event. We endeavour to make these events the embodiment of Scottish hospitality, heritage and tradition.</p>
            </td>
        </tr>
        <tr>
        </tr>
        <tr>
            <td><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="247" height="227" id="viddler_8601015d"><param name="movie" value="http://www.viddler.com/player/8601015d/" /><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><embed src="http://www.viddler.com/player/8601015d/" width="247" height="227" type="application/x-shockwave-flash" allowScriptAccess="always" allowFullScreen="true" name="viddler_8601015d" ></embed></object></td>
            <td valign="top">
            <p><font color="#800000">Scottish Vintage Vehicle Transport Extravaganza</font></p>
            <p>The Scottish Vintage Vehicle Transport Extravaganza is the foremost exhibition of classic and vintage vehicles. Held annually in the grounds of Glamis with the castle as backdrop, it makes a wonderful family day out.</p>
            </td>
        </tr>
    </tbody>
</table>
</p>
<p>&nbsp;</p>
</div>
<div class="clear"></div>
</div>
    </div>
    <div class="clear"></div>
    
  <div id="footer">
  <div id="footer_row1">
  <div id="languages"></div>
  <div id="social"><a href="http://www.twitter.com/GlamisCastle" target="_blank"><img src="images/social_twitter.png" alt="Twitter" width="74" height="20" border="0" align="middle"/></a><a href="http://www.facebook.com/glamis.castle" target="_blank"><img src="images/social_facebook.png" alt="Facebook" width="76" height="20" border="0" align="middle"/></a><a href="http://www.tripadvisor.com/Attraction_Review-g186495-d189550-Reviews-Glamis_Castle-Glamis_Angus_Scotland.html" target="_blank"><img src="images/social_tripadvisor.png" width="89" height="20" alt="Tripadvisor" border="0" align="middle"/></a></div>
  <div class="clear"></div>
  </div>
  <div id="footer_row2">
  <div id="footermenu">Glamis Castle, Angus, DD8 1RJ, Tel: 01307 840393 <span class="gold">Email:</span> <a href="mailto:enquiries@glamis-castle.co.uk">enquiries@glamis-castle.co.uk</a><br/>
  <div id="footersubmenu">
  <a href="links.cfm">Links</a>&nbsp;&nbsp; &#8226; &nbsp;&nbsp;<a href="terms.cfm">Terms &amp; Conditions</a>&nbsp;&nbsp; &#8226; &nbsp;&nbsp;<a href="privacy.cfm">Privacy</a>&nbsp;&nbsp; &#8226; &nbsp;&nbsp;<a href="contact.cfm">Contact</a></div>
  
  
  </div>
  <div id="footerlogos"><img src="images/footer_green_tourism.png" alt="Green Tourism" width="36" height="47" hspace="4" align="middle"/><img src="images/footer_stb.png" alt="Scottish Tourist Board" width="36" height="47" hspace="4" align="middle"/><img src="images/footer_investorsinpeople.png" width="103" height="34" alt="Investors in People" hspace="4" align="middle"/></div>
  <div class="clear"></div>
</div>
  
  </div>    
  </div>
  
  

<div class="clear"></div>
</div>


<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-5398522-1";
urchinTracker();
</script>


</body>
</html>