PDA

View Full Version : Flash Java window. ASAP!!



Justin_flash
January 30th, 2003, 02:21 PM
:cowboy:
Hi every one... i was wondering if any one had the code to make a java window in flash... as you can see on my flash menu at ...www.edgelite.com it goes to a page but i want it to goto a window....About 804 pixels wide and 400 pixels hight.
SO if any one knows this i need it ASAP!!!
and could you email me that code at... justin_b_prolight@hotmail.com! thanks!

:beam:

rynoe
January 30th, 2003, 03:53 PM
Java is a language written by Sun systems. A Java applet is an object written with Java that you can embed in web pages using html. The link you provided leads to a page that contains no Java applets. Just two separate .swf files embed in an html table.

lostinbeta
January 30th, 2003, 03:57 PM
Now if you were talking about JavaSCRIPT (which is a completely different langauge from Java) I think I can help you.


Kirupa has 2 tutorial on the subject and I have written my own solution.

Here is a centered pop up with the code entirely in Flash. Problems have been known in using this with multiple windows so you might not want that.
http://www.kirupa.com/developer/mx/centered_popup.asp


Here is a standard pop up where you put your Javascript code in your HTML file and launch the window in Flash.
http://www.kirupa.com/developer/flash5/newwindow.asp


And then there is the method I wrote for a centered pop up where you put the Javascript code in an HTML file and launch the windows in Flash (view attachment)