Show
Ignore:
Timestamp:
07/01/08 23:11:40 (6 months ago)
Author:
suztomo
Message:

lang/actionscript/FPazzle : Implemented assignment four images.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/actionscript/FPazzle/trunk/src/net/suztomo/FPazzle/FBoard.as

    r14969 r15005  
    142142                                        str += "Taken Date: " + p.dateTaken.fullYear + "/" + (p.dateTaken.month+1) + "/" + p.dateTaken.day + "\n\n"; 
    143143/*                              if (p.url) 
    144                                         str += "URL: " + p.url + "\n";*/ 
     144                                        str += "URL: " + p.url + "\n"; 
    145145                                if (p.id) 
    146                                         str += "ID: " + p.id + "\n"; 
     146                                        str += "ID: " + p.id + "\n";*/ 
    147147         
    148148                                if (p.ownerName)