Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- flash
- FLVPlayback
- FLV Player
- android studio
- TweenMax
- FlashDevelop
- ExteranlInterface
- Alpha
- debuger
- fd3
- Lifefilm
- Renewal
- 비트맵리사이즈
- cocos2d-x
- ubuntu touch
- smoothing
- ios
- 단말 테스트
- SWFObject
- javascript
- complie
- 가로
- flashplayer
- Movieplayer
- papervision3d
- red5
- wireless keyboard
- Demo
- publish setting
- os x
Archives
- Today
- Total
ALL ABOUT ME
Flash :: FLVPlayback video smoothing 본문
FLVPlayback의 영상에 smoothing을 주려면 VideoPlayer에 접근하여 VideoPlayer의 smoothing속성을 컨드롤하면 된다.
as 2.0
MovieClip(FLVPlayer.getVideoPlayer(FLVPlayer.activeVideoPlayerIndex)).video.smoothing = true;
as 3.0
FLVPlayer.getVideoPlayer(FLVPlayer.activeVideoPlayerIndex).smoothing = true;
'Lab' 카테고리의 다른 글
Flash :: 올플래시 리사이즈 (0) | 2009.05.06 |
---|---|
Flash :: 가로, 세로 정렬!! (0) | 2009.04.28 |
Flash :: Bitmap Resize (0) | 2009.04.17 |
Flash :: FlashDevelop !! (0) | 2009.03.02 |
Flash :: LIFE FILM ver 1.1 (0) | 2009.02.10 |
Comments