EndPoint.property

Availability

Flash Player 6 (6.0.79.0)

Edition

Flash MX Professional 2004.

Usage

endPointObj.property

Description

Property; specifies a property name of the component instance specified by EndPoint.component that contains the bindable data.

NOTE

 

EndPoint.component and EndPoint.property must combine to form a valid ActionScript object/property combination.

Example

This example binds the text property of one TextInput component (text_1) to the same property in another TextInput component (text_2).

var sourceEndPoint = {component:text_1, property:"text"};
var destEndPoint = {component:text_2, property:"text"};
new Binding(sourceEndPoint, destEndPoint);

Flash CS3


 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/flash/9.0/main/00002684.html