Develop and Download Open Source Software
Login
Create Account
Help
MY OSDN
Find Software
Magazine
Develop
Pastebin
Software
People
PersonalForge
Magazine
Wiki
OSDN
>
Find Software
>
NNDD - ニコ動専用ブラウザ
NNDD - ニコ動専用ブラウザ
Summary
Project Summary
Developer Dashboard
Project Reviews
Web Page
Developers
List of RSS Feeds
Statistics
History
Image Gallery
Search Keywords
News
Listed News
Help
Downloads
List of Releases
Help
Source Code
Guide
Browse SVN
Browse Git: nndd
Help
Wiki
FrontPage
Title index
Recent changes
Wiki Search
Help
Forums
List of Forums
Open Discussion (1)
Help (1)
Developers (1)
Help
Mailing Lists
list of ML
Help
Ticket
Ticket List
Milestone List
Type List
Component List
List of frequently used tickets/RSS
Submit New Ticket
Help
Browse Subversion Repository
/
[nndd]
/
NNDDv2
/
trunk
/
src
/
org
/
mineap
/
nndd
/
player
/
PlayerController.as
Diff of /NNDDv2/trunk/src/org/mineap/nndd/player/PlayerController.as
Parent Directory
|
Revision Log
|
Patch
revision
429
by
mineap
, Sat Jan 8 12:37:01 2011 UTC
revision
439
by
mineap
, Sat Jan 15 08:15:06 2011 UTC
#
Line 3865
package org.mineap.nndd.player
Line 3865
package org.mineap.nndd.player
3865
}
}
3866
3867
/**
/**
3868
*
3869
* @param size
3870
*
3871
*/
3872
public function setFontSize(size:int):void{
3873
if(this.videoInfoView != null){
3874
this.videoInfoView.setStyle("fontSize", size);
3875
}
3876
if(this.videoPlayer != null){
3877
this.videoPlayer.setStyle("fontSize", size);
3878
}
3879
}
3880
3881
/**
3882
* 一つ前の動画に戻ります。
* 一つ前の動画に戻ります。
3883
*
*
3884
*/
*/
Colored Diff
Long Colored Diff
Full Colored Diff
Unidiff
Context Diff
Side by Side
Legend:
Removed from v.429
changed lines
Added in v.439
Back to OSDN
">
Back to OSDN
ViewVC Help
Powered by
ViewVC 1.1.26