<?xml version="1.0"?>

<!-- **************************************************************************** -->
<!-- Copyright 2003 Macromedia, Inc. All Rights Reserved.                         -->
<!-- The following is Sample Code and is subject to all restrictions on           -->
<!-- such code as contained in the End User License Agreement accompanying        -->
<!-- this product.                                                                -->
<!-- **************************************************************************** -->

<flash_behavior version="1.0">
	<behavior_definition dialogID="SlideCuePointDialog" defaultEvent="load" events="load" category="Media" authoringEdition="pro" name="Slide CuePoint Navigation" >
		<properties>
			<property id="target" default="_parent" />
			<property id="stop" default="false" />
		</properties>
		<dialog id="SlideCuePointDialog" title="Slide CuePoint Navigation" buttons="accept, cancel">
			<vbox>
				<label value="Select the slide with children named for the cue points:" control="target" required="true" />
				<targetlist id="target" class="screen" />
			</vbox> 
		</dialog>
		<actionscript>
			<![CDATA[
	// Start Slide Cue Point Behavior
	mx.controls.streamingmedia.behaviors.SlideCuePointListener.initializeListener(this, $target$);
	// End Slide Cue Point Behavior
			]]>
		</actionscript>
	</behavior_definition>
</flash_behavior>
