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 565 by mineap, Thu May 19 12:10:58 2011 UTC revision 569 by mineap, Fri May 20 12:21:17 2011 UTC
# Line 1409  package org.mineap.nndd.player Line 1409  package org.mineap.nndd.player
1409                                          }                                          }
1410                                                                                    
1411                                  }                                  }
1412                                    else
1413                                    {
1414                                            if (PlayerController.WINDOW_TYPE_FLV == this.windowType)
1415                                            {
1416                                                    if (videoInfoView != null)
1417                                                    {
1418                                                            this.setVideoSmoothing(videoInfoView.isSmoothing);
1419                                                    }
1420                                            }
1421                                    }
1422                                                    
1423                          }catch(error:Error){    //ウィンドウが閉じられた後に呼ばれるとエラー。停止処理を行う。                          }catch(error:Error){    //ウィンドウが閉じられた後に呼ばれるとエラー。停止処理を行う。
1424                                  trace(error.getStackTrace());                                  trace(error.getStackTrace());

Legend:
Removed from v.565  
changed lines
  Added in v.569

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26