일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- ubuntu touch
- javascript
- TweenMax
- ExteranlInterface
- smoothing
- ios
- complie
- papervision3d
- flashplayer
- fd3
- FlashDevelop
- 가로
- SWFObject
- cocos2d-x
- red5
- Renewal
- 비트맵리사이즈
- android studio
- debuger
- flash
- os x
- FLV Player
- publish setting
- Movieplayer
- Lifefilm
- Demo
- 단말 테스트
- wireless keyboard
- Alpha
- FLVPlayback
- Today
- Total
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 FLVPlayback components
(in this case the instance FLVPlayer):
MovieClip(FLVPlayer.getVideoPlayer(FLVPlayer.activeVideoPlayerIndex))._video.smoothing = true;
By converting the component video player’s data type to a MovieClip, you get around the video player’s access control and can directly access its video object. This way you can then change its smoothing parameter
'Lab' 카테고리의 다른 글
Javascript :: swfObject를 사용하자~ (0) | 2010.03.30 |
---|---|
Javascript :: SWFObject로 Embed후 ExternalInterface통신시 IE6.. (0) | 2010.03.30 |
Flash :: papervision3D object alpha (0) | 2009.05.20 |
Flash :: flash player debuger (0) | 2009.05.18 |
Flash :: Red5 - Flash Media Server 사용 (0) | 2009.05.15 |