Skip to content

Commit

Permalink
Tidied 'complete' message
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Gregory committed May 13, 2009
1 parent cd156ca commit 8702875
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flex_src/src/s3_upload.mxml
Expand Up @@ -163,7 +163,7 @@
request.addEventListener(DataEvent.UPLOAD_COMPLETE_DATA, function(event:Event):void { request.addEventListener(DataEvent.UPLOAD_COMPLETE_DATA, function(event:Event):void {
uploadProgressBar.visible = false; uploadProgressBar.visible = false;
//selectButton.visible = true; //selectButton.visible = true;
userMessage.text = "Upload complete! Generating preview thumbnail... "; userMessage.text = "Upload complete!";
trace(options.onSuccessCall); trace(options.onSuccessCall);
ExternalInterface.call(options.onSuccessCall, options.FileName, options.FileSize, options.ContentType); ExternalInterface.call(options.onSuccessCall, options.FileName, options.FileSize, options.ContentType);
trace(event); trace(event);
Expand Down
Binary file modified generators/s3_swf_upload/templates/s3_upload.swf
Binary file not shown.

0 comments on commit 8702875

Please sign in to comment.