Ask a Question related to Macromedia Shockwave, Design and Development.
-
LINiLund #1
Shockwave in a new window
I want to run my shockwave app. in a window without menus and scrollbars.
I use IE and XP
this is my HTML:
<script type="text/javascript">
window.open('ProConfDemo.asp?user=admin','ProConfD emo','toolbar=no,directories=n
o,location=no,status=no,menubar=no,resizable=no,sc rollbars=no,width=994,height=7
40');
</script>
<script type="text/javascript">
window.open('Varenummer.htm','Varenummer','toolbar =no,directories=no,location=no
,status=no,menubar=no,resizable=no,scrollbars=no,w idth=656,height=500');
window.opener = self; window.close();
</script>
my problem is that the first window does not close automatically. It asks me
If I want to close, Can this be done without the question?
(Lasse
LINiLund Guest
-
Child window property window.opener null after postback
I have an webform from which I open a child window to display a calendar. When a date is selected in the calendar window it attempts to set the... -
Keep focus on shockwave in browser window
I'm having a problem with a shockwave movie running in a browser. The 3D shockwave scene needs keyboard input to move through it. But sometimes, for... -
I need to open a window in IE from a shockwave movie in a specific size, f
I am using webxtra 3.0 for evaluation whether it can be used for our requirement. It works fine most of the time, but unfortunately it crashes when a... -
pop-up a sized browser window from Shockwave movie?
Hi, I'm having problems with this. I want to pop up a sized browser window from shockwave. I tried using externalEvent to reach a javascript... -
POP UP WINDOW FROM W3D SHOCKWAVE MODEL
I am still trying to open a POP UP WINDOW containing a jpeg when a user clicks on a model in my Shockwave file. Using "gotoNetPage" I can open up a...



Reply With Quote

