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