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 |
Tags
- ios
- FlashDevelop
- 비트맵리사이즈
- red5
- FLVPlayback
- fd3
- Lifefilm
- flashplayer
- complie
- TweenMax
- 가로
- android studio
- os x
- cocos2d-x
- Demo
- 단말 테스트
- debuger
- javascript
- wireless keyboard
- publish setting
- Alpha
- FLV Player
- ExteranlInterface
- ubuntu touch
- smoothing
- Renewal
- papervision3d
- SWFObject
- Movieplayer
- flash
Archives
- Today
- Total
목록smoothing (2)
ALL ABOUT ME
Flash :: FLVPlayback Video Smoothing
http://julian.empiregn.com/2006-02/FLVPlayback_Video_Smoothing/ Earlier this week I posted an entry about activating smoothing for plain Video objects in Flash 6 or later, and stated that there was no way to apply this to the newer video playback components. Well, I was wrong. Andrew Wason from Motionbox Inc. sent me the following workaround, which allows you to activate video smoothing for FLVP..
Lab
2010. 3. 30. 15:13
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
2009. 4. 16. 10:47