﻿<?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="AssociateDisplayDialog" defaultEvent="load" events="load" category="Medien" authoringEdition="pro" name="Anzeige verknüpfen">
		<properties>
			<property id="target" default="_parent"/> 
		</properties>
		<dialog id="AssociateDisplayDialog" title="Anzeige verknüpfen" buttons="accept, cancel">
			<vbox>
				<label value="Instanz der Display-Komponente auswählen:" control="target"/> 
				<targetlist id="target" class="mx.controls.MediaDisplay" required="true" requiredname="Ziel"/>
			</vbox> 
		</dialog>
		<actionscript>
			<![CDATA[
	// AssociateDisplay Behavior
	this.associateDisplay($target$);
	// End AssociateDisplay Behavior
			]]>
		</actionscript>
	</behavior_definition>
</flash_behavior>
