> On 9/10/09, Holmes Wilson <[email protected]> wrote: > http://www.fsf.org/blogs/community/windows7sins-teaser-video/ > What's going wrong?
You're loading the applet from a different protocol to that of the video. Java's security model doesn't allow this unless the applet is signed I believe. You're loading the jar from ftp://... and the video from http://... Chris. -- http://www.bluishcoder.co.nz
