﻿<?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="미디어" name="명명된 프레임 큐 포인트 내비게이션">
		<properties>
			<property id="target" default="_parent"/> 
			<property id="stop" default="false"/>
		</properties>
		<dialog id="NamedFrameCuePointDialog" title="명명된 프레임 큐 포인트 내비게이션" buttons="accept, cancel">
			<vbox>
				<label value="명명된 프레임이 있는 클립 선택:" control="target"/> 
				<targetlist id="target" class="movieclip" required="true" requiredname="대상"/>
				<checkbox id="stop" label="gotoAndStop? (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>
