Browse Subversion Repository
Diff of /NNDDv2/trunk/src/VideoInfoView.mxml
Parent Directory
| Revision Log
| Patch
| 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; |
| 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 |
|
|
|