<?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="NamedFrameCuePointDialog" defaultEvent="load" events="load" category="Media" name="Labeled Frame CuePoint Navigation" >
		<properties>
			<property id="target" default="_parent" />
			<property id="stop" default="false" />
		</properties>
		<dialog id="NamedFrameCuePointDialog" title="Labeled Frame CuePoint Navigation" buttons="accept, cancel">
			<vbox>
				<label value="Select clip with labeled frames:" control="target" required="true" />
				<targetlist id="target" class="movieclip" />
				<checkbox id="stop" label="gotoAndStop? (vs gotoAndPlay)" checked="false" />
			</vbox> 
		</dialog>
		<actionscript>
			<![CDATA[
	// Start Labeled Frame CuePoint Behavior
	mx.controls.streamingmedia.behaviors.NamedFrameCuePointListener.initializeListener(this, $target$, $stop$);
	// End Labeled Frame CuePoint Behavior
			]]>
		</actionscript>
	</behavior_definition>
</flash_behavior>
