Changeset 433 for gssim_ui/branches
- Timestamp:
- 08/28/12 09:40:21 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gssim_ui/branches/vine/gssimstudio/src/web/ui/flex/app/gssim/gssimstudio/editor/gssim/editors/archive/ExperimentStatisticsWindow.mxml
r432 r433 89 89 var height : Number = name.split("_")[5].split(".")[0]; 90 90 var img : Image = new Image(); 91 img.source = "http:// localhost:8080/images/"+expId+"/"+array[j].fileName;91 img.source = "http://gssim.man.poznan.pl:5050/images/"+expId+"/"+array[j].fileName; 92 92 img.width = width; 93 93 img.height = height;
Note: See TracChangeset
for help on using the changeset viewer.