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