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