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 490 by mineap, Sun Apr 10 03:38:54 2011 UTC revision 491 by mineap, Sun Apr 10 04:01:23 2011 UTC
# Line 6  Line 6 
6  <mx:Window xmlns:mx="http://www.adobe.com/2006/mxml" title="Info"  <mx:Window xmlns:mx="http://www.adobe.com/2006/mxml" title="Info"
7          layout="absolute" width="400" height="580" horizontalScrollPolicy="off" verticalScrollPolicy="off"          layout="absolute" width="400" height="580" horizontalScrollPolicy="off" verticalScrollPolicy="off"
8          windowComplete="windowCompleteHandler()" closing="windowClosing(event)" windowMove="windowMove(event)" windowResize="windowResized(event)"          windowComplete="windowCompleteHandler()" closing="windowClosing(event)" windowMove="windowMove(event)" windowResize="windowResized(event)"
9          minWidth="300" minHeight="300" xmlns:ns1="*" activate="window1_activateHandler(event)">          minWidth="300" minHeight="300" xmlns:ns1="*" activate="window1_activateHandler(event)" xmlns:view="org.mineap.nndd.view.*">
10    
11          <mx:Script>          <mx:Script>
12                  <![CDATA[                  <![CDATA[
# Line 203  Line 203 
203                    
204          <mx:Canvas left="5" top="2" width="90" height="70" backgroundColor="#969696"          <mx:Canvas left="5" top="2" width="90" height="70" backgroundColor="#969696"
205                             contentBackgroundColor="#969696" dropShadowVisible="false">                             contentBackgroundColor="#969696" dropShadowVisible="false">
206                  <mx:Image id="image_thumbImg" width="88" height="68" click="button_goToWebClicked(event)"                  <view:SmoothImage id="image_thumbImg" width="88" height="68" click="button_goToWebClicked(event)"
207                                    creationComplete="image_thumbImg_creationCompleteHandler(event)" enabled="true"                                    creationComplete="image_thumbImg_creationCompleteHandler(event)" enabled="true"
208                                    left="1" top="1" scaleContent="true" toolTip="クリックするとブラウザで動画を再生します"/>                                    left="1" top="1" scaleContent="true" toolTip="クリックするとブラウザで動画を再生します"/>
209          </mx:Canvas>          </mx:Canvas>
# Line 369  Line 369 
369                                                                                    
370                                          <mx:Canvas left="5" top="0" width="50" height="50" backgroundColor="#969696"                                          <mx:Canvas left="5" top="0" width="50" height="50" backgroundColor="#969696"
371                                                             contentBackgroundColor="#969696" dropShadowVisible="false">                                                             contentBackgroundColor="#969696" dropShadowVisible="false">
372                                                  <mx:Image id="image_pubUserIcon" width="48" height="48"                                                  <view:SmoothImage id="image_pubUserIcon" width="48" height="48"
373                                                                    doubleClick="pubUserLinkButton_clickHandler(event)"                                                                    doubleClick="pubUserLinkButton_clickHandler(event)"
374                                                                    doubleClickEnabled="true" top="1" left="1"                                                                    doubleClickEnabled="true" top="1" left="1"
375                                                                    source="{pubUserNameIconUrl}"/>                                                                    source="{pubUserNameIconUrl}"/>

Legend:
Removed from v.490  
changed lines
  Added in v.491

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