﻿<?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="Trigger-dialog" category="資料" authoringEdition="pro" name="觸發資料來源">
<properties>
	<property id="TARGET" default="無"/> 
</properties>
  <dialog id="Trigger-dialog" title="觸發資料來源" buttons="accept, cancel">
	<vbox>
		<label value="選取資料來源組件:" control="TARGET"/> 
		<targetlist id="TARGET" height="300" required="true" requiredname="目標" class="mx.data.components.WebServiceConnector,mx.data.components.XMLConnector,mx.data.components.RemotingConnector"/>
	</vbox> 
  </dialog>
<actionscript>
<![CDATA[
	// Trigger Data Source Behavior
	// Macromedia 2003
	$TARGET$.trigger();
]]>
</actionscript>
</behavior_definition>
</flash_behavior>