﻿<?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="Medien" name="CuePoint-Navigation für benanntes Bild">
		<properties>
			<property id="target" default="_parent"/> 
			<property id="stop" default="false"/>
		</properties>
		<dialog id="NamedFrameCuePointDialog" title="CuePoint-Navigation für benanntes Bild" buttons="accept, cancel">
			<vbox>
				<label value="Clip mit benannten Bildern auswählen:" control="target"/> 
				<targetlist id="target" class="movieclip" required="true" requiredname="Ziel"/>
				<checkbox id="stop" label="gotoAndStop (oder 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>
