Hi guys,

I have a problem here and I'd like to get your advice.

I have a standalone cd-rom application and I want to launch jpeg files dynamically from the projector.

I'm trying to make a photo album which loads external thumbnails (.jpg) and when you click on it, it launches a new browser window with the full-size image.

The problem is that I want to set the new browser window's size inside flash.

I tried to do it with the getUrl function but it's not working:

bigPhoto = "photos/" + _root.currentPhoto + ".jpg";
getURL ("javascript:NewWindow=window.open(bigPhoto,'newWi n','width=400,height=400'); NewWindow.focus(); void(0);");

I suppose standalone player cannot pass variables through JavaScript.

Do you know if there is any way to fix this?


Thanx in advance,
Elias.