| 기호 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
| label — Property in class fl.controls.LabelButton |
|
구성 요소의 텍스트 레이블을 가져오거나 설정합니다. |
| label — Property in class fl.controls.listClasses.ListData |
|
셀에 표시할 레이블입니다. |
| label — Property in class fl.data.SimpleCollectionItem |
|
객체의 label 속성입니다. |
| label — Property in class fl.data.TileListCollectionItem |
|
객체의 label 속성입니다. |
| label — Property in class fl.motion.Keyframe |
|
키프레임 설명에 사용되는 문자열입니다. |
| label — Statement |
| 명령문을 break 또는 continue로 참조할 수 있는 식별자와 연결합니다. |
| Label — Class in package fl.controls |
|
Label 구성 요소는 정렬 및 크기 조절을 위해 서식을 지정할 수 있는 일반 텍스트 또는 HTML 서식 텍스트를 한 줄 이상 표시합니다. |
| Label() — Constructor in class fl.controls.Label |
|
새 Label 구성 요소 인스턴스를 만듭니다. |
| LabelButton — Class in package fl.controls |
|
LabelButton 클래스는 레이블, 아이콘 및 전환 기능을 추가하여 BaseButton 클래스를 확장하는 추상 클래스입니다. |
| LabelButton() — Constructor in class fl.controls.LabelButton |
|
새 LabelButton 구성 요소 인스턴스를 만듭니다. |
| LabelButtonAccImpl — Class in package fl.accessibility |
|
LabelButton 액세스 가능성 구현 클래스라고도 하는 LabelButtonAccImpl 클래스는 LabelButton 구성 요소에 액세스할 수 있도록 하는 클래스입니다. |
| labelChange — Event in class fl.controls.LabelButton |
|
레이블 값이 변경된 경우에 전달됩니다. |
| LABEL_CHANGE — Constant static property in class fl.events.ComponentEvent |
|
labelChange 이벤트 객체의 type 속성 값을 정의합니다. |
| labelField — Property in class fl.controls.ComboBox |
|
TextInput 필드와 드롭 다운 목록의 레이블로 표시할 dataProvider 객체의 필드 이름을 가져오거나 설정합니다. |
| labelField — Property in class fl.controls.List |
|
TextInput 필드와 드롭 다운 목록의 레이블로 표시할 dataProvider 객체의 필드 이름을 가져오거나 설정합니다. |
| labelField — Property in class fl.controls.TileList |
|
각 타일의 레이블이 포함된 각 항목의 필드를 가져오거나 설정합니다. |
| labelFunction — Property in class fl.controls.ComboBox |
|
항목의 레이블을 가져오는 데 사용할 함수를 가져오거나 설정합니다. |
| labelFunction — Property in class fl.controls.DataGrid |
|
레이블 텍스트에 사용될 각 항목의 필드를 결정하는 함수를 가져오거나 설정합니다. |
| labelFunction — Property in class fl.controls.List |
|
항목의 레이블을 가져오는 데 사용할 함수를 가져오거나 설정합니다. |
| labelFunction — Property in class fl.controls.TileList |
|
타일의 레이블 텍스트를 제공하는 항목 필드를 나타내는 함수를 가져옵니다. |
| labelFunction — Property in class fl.controls.dataGridClasses.DataGridColumn |
|
이 열에 표시할 텍스트를 결정하는 함수입니다. |
| labelPlacement — Property in class fl.controls.LabelButton |
|
지정된 아이콘을 기준으로 한 레이블의 위치입니다. |
| labels — Property in class flash.display.Scene |
|
해당 장면에 대한 FrameLabel 객체의 배열입니다. |
| LANDSCAPE — Constant static property in class flash.printing.PrintJobOrientation |
|
가로 이미지 인쇄 방향입니다. |
| language — Static property in class flash.system.Capabilities |
|
플레이어가 실행되는 시스템의 언어 코드를 지정합니다. |
| languageCodeArray — Static property in class fl.lang.Locale |
|
지정되었거나 FLA 파일로 로드된 언어의 언어 코드가 포함된 배열입니다. |
| lastChild — Property in class flash.xml.XMLNode |
|
노드의 자식 목록에서 마지막 자식을 참조하는 XMLNode 값입니다. |
| lastIndex — Property in class RegExp |
|
문자열에서 다음 검색을 시작할 인덱스 위치를 지정합니다. |
| lastIndexOf(searchElement, fromIndex:int) — Method in class Array |
|
배열의 마지막 항목부터 역순으로 항목을 검색하고 완전 항등 연산자(===)를 사용하여 일치하는 항목의 인덱스 위치를 반환합니다. |
| lastIndexOf(val:String, startIndex:Number) — Method in class String |
|
문자열을 오른쪽에서 왼쪽으로 검색하고 시작 인덱스 앞에서 값이 마지막으로 나타난 인덱스를 반환합니다. |
| LAYER — Constant static property in class flash.display.BlendMode |
|
표시 객체에 대한 투명도 그룹이 만들어지도록 합니다. |
| layout — Event in class fl.video.FLVPlayback |
|
비디오 플레이어를 배치하거나 크기를 조정할 때 전달됩니다. |
| layout — Event in class fl.video.VideoPlayer |
|
비디오 플레이어를 배치하거나 크기를 조정할 때 전달됩니다. |
| LAYOUT — Constant static property in class fl.video.LayoutEvent |
|
layout 이벤트 객체의 type 속성 값을 정의합니다. |
| LayoutEvent — Class in package fl.video |
|
비디오 플레이어의 크기를 조절할 때 및/또는 비디오 플레이어를 배치할 때 전달되는 이벤트입니다. |
| LayoutEvent(type:String, bubbles:Boolean, cancelable:Boolean, oldBounds:flash.geom:Rectangle, oldRegistrationBounds:flash.geom:Rectangle) — Constructor in class fl.video.LayoutEvent |
|
layout 이벤트에 대한 정보가 포함된 Event 객체를 만듭니다. |
| LCD — Constant static property in class flash.text.TextDisplayMode |
|
Flash Player에서 LCD 하위 픽셀 앤티앨리어싱을 사용하도록 지정합니다. |
| leading — Property in class flash.text.TextFormat |
|
행 사이의 세로 간격(행간)을 나타내는 정수입니다. |
| leading — Property in class flash.text.TextLineMetrics |
|
leading 값은 텍스트 행 사이의 세로 거리를 나타냅니다. |
| left — Property in class flash.geom.Rectangle |
|
사각형 왼쪽 위 모서리의 x 좌표입니다. |
| LEFT — Constant static property in class fl.controls.ButtonLabelPlacement |
|
레이블이 아이콘 왼쪽에 표시됩니다. |
| LEFT — Constant static property in class fl.controls.ProgressBarDirection |
|
진행률 막대를 오른쪽에서 왼쪽으로 채웁니다. |
| LEFT — Constant static property in class fl.video.VideoAlign |
|
비디오가 왼쪽에 정렬되도록 지정합니다. |
| LEFT — Constant static property in class flash.display.StageAlign |
|
Stage의 왼쪽 정렬을 지정합니다. |
| LEFT — Constant static property in class flash.text.TextFieldAutoSize |
|
텍스트를 왼쪽 정렬 텍스트로 간주하여 텍스트 필드의 왼쪽이 고정된 채로 유지되고 단일 행의 오른쪽에서만 크기가 조절되도록 지정합니다. |
| LEFT — Constant static property in class flash.text.TextFormatAlign |
|
텍스트 필드 내에서 텍스트를 왼쪽으로 정렬하는 상수입니다. |
| LEFT — Constant static property in class flash.ui.Keyboard |
|
왼쪽 화살표 키의 키 코드 값(37)에 연결된 상수입니다. |
| LEFT — Constant static property in class flash.ui.KeyLocation |
|
이 키에 가능한 위치가 둘 이상인 경우 왼쪽 키 위치의 키가 작동되었음을 나타냅니다. |
| leftMargin — Property in class flash.text.TextFormat |
|
단락의 왼쪽 여백(픽셀 단위)입니다. |
| leftPeak — Property in class flash.media.SoundChannel |
|
왼쪽 채널의 현재 진폭(볼륨)을 나타내는 0(묵음)부터 1(최대 진폭)까지의 값입니다. |
| leftToLeft — Property in class flash.media.SoundTransform |
|
왼쪽 스피커에서 재생할 왼쪽 입력 양을 지정하는 값으로 0(없음)부터 1(전부)까지 가능합니다. |
| leftToRight — Property in class flash.media.SoundTransform |
|
오른쪽 스피커에서 재생할 왼쪽 입력 양을 지정하는 값으로 0(없음)부터 1(전부)까지 가능합니다. |
| length — Property in class arguments |
|
함수에 전달된 인수의 수입니다. |
| length — Property in class Array |
|
배열의 요소 수를 지정하는 음이 아닌 정수입니다. |
| length — Property in class String |
|
지정된 String 객체의 문자 수를 지정하는 정수입니다. |
| length() — Method in class XML |
|
XML 객체의 경우 이 메서드는 항상 정수 1을 반환합니다. |
| length() — Method in class XMLList |
|
XMLList 객체의 속성 수를 반환합니다. |
| length — Property in class fl.controls.ComboBox |
|
목록에 있는 항목 수를 가져옵니다. |
| length — Property in class fl.controls.SelectableList |
|
데이터 공급자의 항목 수를 가져옵니다. |
| length — Property in class fl.controls.TextArea |
|
TextArea 구성 요소에 포함된 문자 수를 가져옵니다. |
| length — Property in class fl.controls.TextInput |
|
TextInput 구성 요소의 문자 수를 가져옵니다. |
| length — Property in class fl.data.DataProvider |
|
데이터 공급자에 포함된 항목의 수입니다. |
| length — Property in class flash.geom.Point |
|
(0,0)에서 이 점까지 연결한 선분의 길이입니다. |
| length — Property in class flash.media.Sound |
|
현재 사운드의 길이(밀리초)입니다. |
| length — Property in class flash.text.TextField |
|
텍스트 필드의 문자 수입니다. |
| length — Property in class flash.utils.ByteArray |
|
ByteArray 객체의 바이트 단위 길이입니다. |
| letterSpacing — Property in class flash.text.TextFormat |
|
모든 문자 사이에 균등하게 분배되는 간격을 나타내는 수입니다. |
| level — Property in class flash.events.StatusEvent |
|
"status", "warning" 또는 "error" 등과 같은 메시지 범주입니다. |
| LIGHT_COLOR — Constant static property in class flash.text.TextColorType |
|
setAdvancedAntiAliasingTable() 메서드의 colorType 매개 변수에 사용됩니다. |
| LIGHTEN — Constant static property in class flash.display.BlendMode |
|
표시 객체의 색상 요소와 배경색을 보다 밝은 색(값이 큰 색상)으로 선택합니다. |
| Linear — Class in package fl.motion.easing |
|
Linear 클래스는 ActionScript 애니메이션에 비가속 모션을 구현하는 여유 함수를 정의합니다. |
| LINEAR — Constant static property in class flash.display.GradientType |
|
선형 그래디언트 채우기를 지정하는 값입니다. |
| LINEAR_RGB — Constant static property in class flash.display.InterpolationMethod |
|
해당하는 선형 RGB 보간 방법을 사용해야 함을 지정합니다. |
| lineGradientStyle(type:String, colors:Array, alphas:Array, ratios:Array, matrix:flash.geom:Matrix, spreadMethod:String, interpolationMethod:String, focalPointRatio:Number) — Method in class flash.display.Graphics |
|
해당 객체의 다른 Graphics 메서드(예: lineTo() 또는 drawCircle())에 대한 후속 호출이 있을 때 Flash Player에서 사용할 선 스타일의 그래디언트를 지정합니다. |
| LineScaleMode — Final class in package flash.display |
|
LineScaleMode 클래스는 Graphics.lineStyle() 메서드에서 크기 조절 모드 매개 변수의 값을 제공합니다. |
| lineScrollSize — Property in class fl.controls.ScrollBar |
|
스크롤 막대 트랙을 누를 때 페이지가 스크롤되는 거리를 나타내는 값을 가져오거나 설정합니다. |
| lineStyle(thickness:Number, color:uint, alpha:Number, pixelHinting:Boolean, scaleMode:String, caps:String, joints:String, miterLimit:Number) — Method in class flash.display.Graphics |
|
해당 객체의 다른 Graphics 메서드(예: lineTo() 또는 drawCircle())에 대한 후속 호출이 있을 때 Flash에서 사용할 선 스타일을 지정합니다. |
| lineTo(x:Number, y:Number) — Method in class flash.display.Graphics |
|
현재 선 스타일을 사용하여 현재 드로잉 위치에서 (x, y)로 선을 그립니다. 그러면 현재 드로잉 위치가 (x, y)로 설정됩니다. |
| link — Event in class flash.text.TextField |
|
사용자가 HTML 사용 가능 텍스트 필드에서 URL이 "event:"로 시작되는 하이퍼링크를 클릭할 때 전달됩니다. |
| LINK — Constant static property in class flash.events.TextEvent |
|
link 이벤트 객체의 type 속성 값을 정의합니다. |
| linkageID — Property in class fl.motion.Source |
|
Motion 인스턴스가 생성된 심볼에 대한 라이브러리 링크 식별자를 나타냅니다. |
| List — Class in package fl.controls |
|
List 구성 요소는 목록 기반 정보를 표시하며 정보 배열을 표시하는 데 적합합니다. |
| List() — Constructor in class fl.controls.List |
|
새 List 구성 요소 인스턴스를 만듭니다. |
| ListAccImpl — Class in package fl.accessibility |
|
List 액세스 가능성 구현 클래스라고도 하는 ListAccImpl 클래스는 List 구성 요소에 액세스할 수 있도록 하는 클래스입니다. |
| listData — Property in class fl.controls.dataGridClasses.DataGridCellEditor |
|
index 및 selected 값과 같이 셀에 적용되는 목록 속성을 가져오거나 설정합니다. |
| listData — Property in class fl.controls.listClasses.CellRenderer |
|
index 및 selected 값과 같이 셀에 적용되는 목록 속성을 가져오거나 설정합니다. |
| listData — Property in interface fl.controls.listClasses.ICellRenderer |
|
index 및 selected 값과 같이 셀에 적용되는 목록 속성을 가져오거나 설정합니다. |
| listData — Property in class fl.controls.listClasses.ImageCell |
|
index 및 selected 값과 같이 셀에 적용되는 목록 속성을 가져오거나 설정합니다. |
| ListData — Class in package fl.controls.listClasses |
|
ListData는 목록 기반 구성 요소에서 특정 셀과 관련된 정보를 포함하는 메신저 클래스입니다. |
| ListData(label:String, icon:Object, owner:fl.core:UIComponent, index:uint, row:uint, col:uint) — Constructor in class fl.controls.listClasses.ListData |
|
매개 변수에 의해 지정된 대로 ListData 클래스의 새 인스턴스를 만듭니다. |
| ListEvent — Class in package fl.events |
|
ListEvent 클래스는 List, DataGrid, TileList 및 ComboBox 구성 요소 등 목록 기반 구성 요소의 이벤트를 정의합니다. |
| ListEvent(type:String, bubbles:Boolean, cancelable:Boolean, columnIndex:int, rowIndex:int, index:int, item:Object) — Constructor in class fl.events.ListEvent |
|
지정된 매개 변수를 사용하여 새 ListEvent 객체를 만듭니다. |
| LITTLE_ENDIAN — Constant static property in class flash.utils.Endian |
|
멀티바이트 숫자의 최하위 바이트가 바이트 시퀀스에서 맨 앞에 나옴을 나타냅니다. |
| liveDelay — Property in class flash.net.NetStream |
|
버퍼링이 없는 라이브 모드에서 구독 스트림의 버퍼에 들어 있는 데이터의 초 수입니다. |
| liveDragging — Property in class fl.controls.Slider |
|
사용자가 슬라이더 썸을 이동할 때 SliderEvent.CHANGE 이벤트가 계속 전달되는지 여부를 나타내는 부울 값을 가져오거나 설정합니다. |
| LivePreviewParent — Class in package fl.livepreview |
|
LivePreviewParent 클래스는 ActionScript 3.0을 선택했을 때 내보내는 중인 SWC 파일 또는 컴파일된 클립에 대한 타임라인을 제공합니다. |
| LivePreviewParent() — Constructor in class fl.livepreview.LivePreviewParent |
|
스테이지의 크기 조절 및 정렬 모드를 초기화하고 myInstance 속성을 설정하고 myInstance를 적절한 크기로 조절하고 ExternalInterface 클래스를 사용하여 Flash에 함수를 제공합니다. |
| LN10 — Constant static property in class Math |
|
10의 자연 로그에 대한 수학 상수입니다. 이 상수는 loge10으로 표현되며 근사값은 2.302585092994046입니다. |
| LN2 — Constant static property in class Math |
|
2의 자연 로그에 대한 수학 상수입니다. 이 상수는 loge2로 표현되며 근사값은 0.6931471805599453입니다. |
| load(request:flash.net:URLRequest, context:flash.system:LoaderContext) — Method in class fl.containers.ScrollPane |
|
이 메서드의 요청 매개 변수는 source 속성에 문자열, 클래스 또는 URLRequest 객체가 포함된 URLRequest 객체만 허용합니다. |
| load(request:flash.net:URLRequest, context:flash.system:LoaderContext) — Method in class fl.containers.UILoader |
|
지정된 내용을 로드하거나, 지정된 내용이 없는 경우 source 속성으로 식별되는 위치에서 내용을 로드합니다. |
| load(source:String, totalTime:Number, isLive:Boolean) — Method in class fl.video.FLVPlayback |
|
FLV 파일 로드를 시작하며, autoPlay 속성을 false로 설정하고 source, totalTime 및 isLive 속성을 설정하는 단축키를 제공합니다. |
| load(url:String, totalTime:Number, isLive:Boolean) — Method in class fl.video.VideoPlayer |
|
play() 메서드와 비슷하지만 FLV 파일이 재생되지 않으면서 로드됩니다. |
| load(request:flash.net:URLRequest, context:flash.system:LoaderContext) — Method in class flash.display.Loader |
|
SWF, JPEG, 점진적 JPEG, 비애니메이션 GIF 또는 PNG 파일을 이 Loader 객체의 자식 객체로 로드합니다. |
| load(stream:flash.net:URLRequest, context:flash.media:SoundLoaderContext) — Method in class flash.media.Sound |
|
지정된 URL에서 외부 MP3 파일의 로드를 시작합니다. |
| load(request:flash.net:URLRequest) — Method in class flash.net.URLLoader |
|
지정된 URL에서 데이터를 보내거나 로드합니다. |
| load(request:flash.net:URLRequest) — Method in class flash.net.URLStream |
|
요청 매개 변수에 정의된 URL을 다운로드하기 시작합니다. |
| loadBytes(bytes:flash.utils:ByteArray, context:flash.system:LoaderContext) — Method in class fl.containers.UILoader |
|
ByteArray 객체에 저장된 이진 데이터를 로드합니다. |
| loadBytes(bytes:flash.utils:ByteArray, context:flash.system:LoaderContext) — Method in class flash.display.Loader |
|
ByteArray 객체에 저장된 이진 데이터에서 로드합니다. |
| loader — Property in class flash.display.LoaderInfo |
|
이 LoaderInfo 객체와 연관된 Loader 객체입니다. |
| Loader — Class in package flash.display |
|
Loader 클래스는 SWF 파일이나 이미지(JPG, PNG 또는 GIF) 파일을 로드하는 데 사용됩니다. |
| Loader() — Constructor in class flash.display.Loader |
|
SWF, JPEG, GIF 또는 PNG 파일 등을 로드하는 데 사용할 수 있는 Loader 객체를 만듭니다. |
| LoaderContext — Class in package flash.system |
|
LoaderContext 클래스에서는 Loader 클래스를 사용하여 SWF 파일 및 기타 미디어를 로드하는 데 필요한 옵션을 제공합니다. |
| LoaderContext(checkPolicyFile:Boolean, applicationDomain:flash.system:ApplicationDomain, securityDomain:flash.system:SecurityDomain) — Constructor in class flash.system.LoaderContext |
|
지정된 설정으로 새 LoaderContext 객체를 만듭니다. |
| loaderInfo — Property in class flash.display.DisplayObject |
|
이 표시 객체가 속한 파일의 로딩 정보가 포함된 LoaderInfo 객체를 반환합니다. |
| LoaderInfo — Class in package flash.display |
|
LoaderInfo 클래스는 로드된 SWF 파일 또는 로드된 이미지 파일(JPEG, GIF, PNG)에 대한 정보를 제공합니다. |
| loaderURL — Property in class flash.display.LoaderInfo |
|
이 LoaderInfo 객체가 설명하는 미디어의 로딩을 시작한 SWF 파일의 URL입니다. |
| LOADING — Constant static property in class fl.video.VideoState |
|
비디오 플레이어가 로딩 상태입니다. |
| loadLanguageXML(xmlLanguageCode:String, customXmlCompleteCallback:Function) — Static method in class fl.lang.Locale |
|
지정한 XML 언어 파일을 로드합니다. |
| loadPolicyFile(url:String) — Static method in class flash.system.Security |
|
url 매개 변수에 지정된 위치에서 크로스 도메인 정책 파일을 로드합니다. |
| loadString(id:String) — Static method in class fl.lang.Locale |
|
현재 언어의 지정된 문자열 ID와 관련된 문자열 값을 반환합니다. |
| loadStringEx(stringID:String, languageCode:String) — Static method in class fl.lang.Locale |
|
지정된 문자열 ID 및 언어 코드와 관련된 문자열 값을 반환합니다. |
| LocalConnection — Class in package flash.net |
|
LocalConnection 클래스를 사용하여 특정한 SWF 파일에서 또는 여러 SWF 파일 사이에서 다른 LocalConnect 객체의 메서드를 호출하는 LocalConnection 객체를 만들 수 있습니다. |
| LocalConnection() — Constructor in class flash.net.LocalConnection |
|
LocalConnection 객체를 만듭니다. |
| Locale — Class in package fl.lang |
|
fl.lang.Locale 클래스를 사용하면 SWF 파일에 다국어 텍스트가 표시되는 방법을 제어할 수 있습니다. |
| localeCompare(other:String, ... rest) — Method in class String |
|
둘 이상의 문자열에 대한 정렬 순서를 비교하고 비교 결과를 정수로 반환합니다. |
| localFileReadDisable — Static property in class flash.system.Capabilities |
|
사용자의 하드 디스크에 대한 읽기 액세스가 금지되었는지(true) 또는 허용되었는지(false)를 지정합니다. |
| localName — Property in class QName |
|
QName 객체의 로컬 이름입니다. |
| localName() — Method in class XML |
|
XML 객체의 정규화된 이름에서 로컬 이름 부분을 반환합니다. |
| localName — Property in class flash.xml.XMLNode |
|
XML 노드 이름의 로컬 이름 부분입니다. |
| LOCAL_STORAGE — Constant static property in class flash.system.SecurityPanel |
|
Security.showSettings()에 전달하면 Flash Player 설정에 [로컬 저장 설정] 패널이 표시됩니다. |
| localToGlobal(point:flash.geom:Point) — Method in class flash.display.DisplayObject |
|
Point 객체를 표시 객체의 로컬 좌표에서 Stage 전역 좌표로 변환합니다. |
| LOCAL_TRUSTED — Constant static property in class flash.system.Security |
|
SWF 파일이 로컬 파일이고 사용자가 설정 관리자 또는 FlashPlayerTrust 구성 파일을 사용하여 신뢰했습니다. |
| LOCAL_WITH_FILE — Constant static property in class flash.system.Security |
|
SWF 파일이 로컬 파일이고 사용자가 신뢰하지 않았으며 네트워킹 지정과 함께 제작되지 않았습니다. |
| LOCAL_WITH_NETWORK — Constant static property in class flash.system.Security |
|
SWF 파일이 로컬 파일이고 사용자가 신뢰하지 않았으며 네트워킹 지정과 함께 제작되었습니다. |
| localX — Property in class flash.events.MouseEvent |
|
포함 Sprite와 관련된 이벤트가 발생한 지점의 수평 좌표입니다. |
| localY — Property in class flash.events.MouseEvent |
|
포함 Sprite와 관련된 이벤트가 발생한 지점의 수직 좌표입니다. |
| lock() — Method in class flash.display.BitmapData |
|
이 BitmapData 객체를 변경할 때 BitmapData 객체를 참조하는 어떤 객체(예: Bitmap 객체)도 업데이트되지 않도록 이미지를 잠급니다. |
| log(val:Number) — Static method in class Math |
|
매개 변수 val의 자연 로그를 반환합니다. |
| LOG10E — Constant static property in class Math |
|
밑수가 10인 상수 e(Math.E)의 로그에 대한 수학 상수입니다. 이 상수는 log10e로 표현되며 그 근사값은 0.4342944819032518입니다. |
| LOG2E — Constant static property in class Math |
|
밑수가 2일 때 상수 e의 로그(log2e)에 대한 수학 상수이며 근사값은 1.442695040888963387입니다. |
| loop — Property in class fl.motion.Keyframe |
|
그래픽 심볼에만 적용되는 모션 트윈의 Loop 체크 상자 값을 저장합니다. |
| loop — Property in class flash.ui.ContextMenuBuiltInItems |
|
사용자가 SWF 파일이 마지막 프레임에 도달하면 자동으로 다시 시작되도록 설정할 수 있습니다. 단일 프레임 SWF 파일에는 표시되지 않습니다. |
| loopback — Property in class flash.media.Camera |
|
Flash Media Server를 사용하여 실시간 전송할 때처럼 카메라에서 캡처 중인 대상의 로컬 뷰를 압축했다가 압축 해제할지(true) 아니면 압축하지 않을지(false)를 나타냅니다. |
| looping — Property in class fl.transitions.Tween |
|
트윈의 반복 여부를 나타냅니다. |
| LOW — Constant static property in class flash.display.StageQuality |
|
낮은 렌더링 품질을 지정합니다. 그래픽은 앤티앨리어싱되지 않으며 비트맵은 매끄럽게 다듬어지지 않습니다. |
| LOW — Constant static property in class flash.filters.BitmapFilterQuality |
|
저품질 필터 설정을 정의합니다. |
|
| 기호 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |