View Single Post
Old 03-31-2012, 06:53 PM   PM User | #7
akuria
New Coder

 
Join Date: Nov 2011
Posts: 38
Thanks: 1
Thanked 0 Times in 0 Posts
akuria is an unknown quantity at this point
tried this and still get sourceImage error

Code:
private function launchPopUp(e:MouseEvent):void {
				if(ImageVO){
					var win : Window = new Window();
					win.sourceImage = ImageVO; 
					PopUpManager.addPopUp(win,this,true);
					PopUpManager.centerPopUp(win);
				}
			}
akuria is offline   Reply With Quote