Hey All,
Am new to this forum, recently discovered you guys after I was googling a problem - definitely a fantastic resource here.
I have given this forum a good search looking for peoples thoughts/views on the javaDeploy.js mechanism for embedding applets into a webpage. I followed Sun/Oracles procedure for using this method of deployment for my game and it threw up some interesting results. Namely that the applet tag generated by the javascript is infact incomplete, as in there is no closing tag - This then has a knock effect of people using a browser/OS combo of Safari/Mac OSX having the inability to start the applet. I was also interested to see that the javascript never generated an object tag despite W3C saying it is the preferred tag for applets and that applet is infact deprecated.
One thing I did glean from these forums is that alot of people still use the applet tag. So I was thinking, is this route generally preferred over the javascript? Why does no one (Including Oracle/Sun) use the object tag? I have also notice quite a few recommendations on parameters to pass into the applet, is there a definitive selection people now use as standard?
Would really like to hear some thoughts on this.
Cookie