Active picture in Java applets
I am trying to use active picture in a java applet to play on my webpage without success. I realize that images are loaded in active picture from an external location, so set the file name in active picture extension to include the path to the image's location on my website (e.g. "http:\\www.blahblah.com\picture.png")
The applet runs fine when I run it from my local drive with a webrowser, with ap pointing to a local folder. So it appears that the extension definitely works in an applet, however, it just doesn't seem to want to work when on the web and pointing to files located there (app freezes).
Am I missing something?
Any suggestions would be welcome.
Re: Active picture in Java applets
Noraml: loading from a web site is simply not programmed!
Good idea though.
Re: Active picture in Java applets
Thanks, Francois.
So how does one use active picture in a web applet?
I even tried clicking on the "include external file" checkbox in the build properties to no avail.
Re: Active picture in Java applets
For the moment, you cant, until I program it.
Re: Active picture in Java applets
Thanks again, Francois.
I'll look forward to whenever that functionality is available.... :grin: