Hi,
I have the following code for my flash button:
This creates a popup window from the flash button. Now it loads a picture in this popup, but is it possible to make this an invisible popup? So that you see no borders, only the picture, so invisible borders.Code:on (release) { getURL ("javascript:NewWindow=window.open('http://www.test.nl','newWin','width=400,height=300,left=0,top=0,toolbar=No,location=No,scrollbars=No,status=No,resizable=No,fullscreen=No'); NewWindow.focus(); void(0);"); }
Perhaps a transparent draggable block that loads the picture in it...
Null






Bookmarks