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