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
- javascript
- Lifefilm
- android studio
- Alpha
- flashplayer
- fd3
- Movieplayer
- 단말 테스트
- FLVPlayback
- 가로
- papervision3d
- ios
- red5
- FLV Player
- flash
- os x
- Demo
- ubuntu touch
- complie
- SWFObject
- debuger
- cocos2d-x
- smoothing
- 비트맵리사이즈
- ExteranlInterface
- FlashDevelop
- Renewal
- wireless keyboard
- publish setting
- TweenMax
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