Develop and Download Open Source Software

Browse Subversion Repository

Diff of /NNDDv2/trunk/src/org/mineap/nndd/player/PlayerController.as

Parent Directory Parent Directory | Revision Log Revision Log | View Patch 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                   */                   */

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