JohnsonBox Posted April 10, 2003 Share Posted April 10, 2003 My mind now boggling at a trivial quetion between Javascript and Flash, so I hope a veteran here can tell me what I shall do. A book in my hand in which it introduces How to Make Flash Animation Play in Full Screen Mode indicates: One of the methods: If we put the path of a swf (e.g. C:\neo.swf) into the command URL of the action of the first frame of another swf (e.g. moon.swf), it will open neo.swf automatically when we open moon.swf. (Yes, I have tried this, it is so! - -JohnsonBox) Now let's make neo.swf run in Full Screen Mode: Just add the code below into (or "above") the command URL of the action of the first frame of moon.swf: java script: window.open("neo.swf","", "fullscreen=1, menubar=no, width=800, height=600") Well, it couldn't work like what I expected. If the javascript instead of "neo.swf", IE6.0 would indicate "Cannot open the page"(Of course the address of its addressbar is: java script: window.open("neo.swf","", "fullscreen=1, menubar=no, width=800, height=600"). Hmm, confused by this; what shall I do? Thanks. (My Flash: version 4) Link to comment Share on other sites More sharing options...
0 Cody Posted April 10, 2003 Share Posted April 10, 2003 make it point to a html page that has the flash file embedded. and if you are going into fullscreen you dont need to specify the width and height Link to comment Share on other sites More sharing options...
0 JohnsonBox Posted April 10, 2003 Author Share Posted April 10, 2003 What you have pointed out is different to what the book has introduced, and what I need to know is what on earth the book is introducing about that javascript. Link to comment Share on other sites More sharing options...
0 CitruS Posted April 11, 2003 Share Posted April 11, 2003 JAVA IS NOT JAVASCRIPT Link to comment Share on other sites More sharing options...
0 Tim Dorr Veteran Posted April 11, 2003 Veteran Share Posted April 11, 2003 JAVA IS NOT JAVASCRIPT And hence... Title edited for clarity - timdorr heavy moderating industries Link to comment Share on other sites More sharing options...
Question
JohnsonBox
My mind now boggling at a trivial quetion between
Javascript and Flash, so I hope a veteran here can tell me
what I shall do.
A book in my hand in which it introduces How to Make
Flash Animation Play in Full Screen Mode indicates:
One of the methods:
If we put the path of a swf (e.g. C:\neo.swf) into the
command URL of the action of the first frame of another
swf (e.g. moon.swf), it will open neo.swf automatically when
we open moon.swf. (Yes, I have tried this, it is so! -
-JohnsonBox) Now let's make neo.swf run in Full Screen
Mode:
Just add the code below into (or "above") the command
URL of the action of the first frame of moon.swf:
java script: window.open("neo.swf","", "fullscreen=1,
menubar=no, width=800, height=600")
Well, it couldn't work like what I expected. If the javascript
instead of "neo.swf", IE6.0 would indicate "Cannot open the
page"(Of course the address of its addressbar is:
java script: window.open("neo.swf","", "fullscreen=1,
menubar=no, width=800, height=600").
Hmm, confused by this; what shall I do? Thanks.
(My Flash: version 4)
Link to comment
Share on other sites
4 answers to this question
Recommended Posts