Develop and Download Open Source Software

Browse Subversion Repository

Diff of /NNDDv2/trunk/src/VideoInfoView.mxml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 361 by mineap, Wed Oct 27 10:36:16 2010 UTC revision 371 by mineap, Wed Oct 27 11:35:00 2010 UTC
# Line 13  Line 13 
13                          import mx.events.DropdownEvent;                          import mx.events.DropdownEvent;
14                          import mx.events.IndexChangedEvent;                          import mx.events.IndexChangedEvent;
15                                                    
16                          import org.mineap.nnddv2.comment.Comments;                          import org.mineap.nndd.comment.Comments;
17                                                    
18                          private var thumbImgMenu:ContextMenu;                          private var thumbImgMenu:ContextMenu;
19                          private var thumbImgMenuItem1:ContextMenuItem;                          private var thumbImgMenuItem1:ContextMenuItem;
# Line 158  Line 158 
158                  ]]>                  ]]>
159          </mx:Script>          </mx:Script>
160    
161          <mx:Script source="org/mineap/nnddv2/view/VideoInfoView.as" />          <mx:Script source="org/mineap/nndd/view/VideoInfoView.as" />
162                    
163          <mx:Image id="image_thumbImg" left="5" top="2" scaleContent="true" height="70" click="button_goToWebClicked(event)"          <mx:Image id="image_thumbImg" left="5" top="2" scaleContent="true" height="70" click="button_goToWebClicked(event)"
164                            toolTip="クリックするとブラウザで動画を再生します" enabled="true" width="92" creationComplete="image_thumbImg_creationCompleteHandler(event)"/>                            toolTip="クリックするとブラウザで動画を再生します" enabled="true" width="92" creationComplete="image_thumbImg_creationCompleteHandler(event)"/>

Legend:
Removed from v.361  
changed lines
  Added in v.371

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