View Full Version : Slide Show Applet
harmonyroz
10-25-02, 09:57 PM
Using FrontPage, I uploaded a Java Applet for a slide show to my site at http://designingharmony.net/hrm/show/slideshow.html When I preview it from frontpage, it works just fine. After I uploaded it, I got this error message on my site where it is supposed to dislplay the slide show: {Netscape}a.security.AccessControlException: access denied (java.net.SocketPermission) [I cannot see the whole message, but you get the gist.] ; {with IE} exceptions: com.ms.security.Security ExceptionEx[SlideShowFade.init]:cannotaccess "http://designingharmony.net":80 Any clues as to why this is happening?
alphadesk
10-25-02, 10:35 PM
It is trying to access the applet from your hard drive. you need to get the correct url path to the applet .class file. You did upload it?
<applet
archive = "file:///C:/Documents%20and%20Settings/Harmony/My%20Documents/My%20Webs/Harmony/show/SlideShowFade.zip"
codebase = "file:///C:/Documents%20and%20Settings/Harmony/My%20Documents/My%20Webs/Harmony/show/Page_1/"
code = SlideShowFade.class
Width = 450
Height = 450>
<param name=AppBGColor value = #f2f1e3>
<param name=NumImages value=5>
<param name=Image1 value=Page_1/testing95.jpg>
<param name=Image2 value=Page_1/testing96.jpg>
<param name=Image3 value=Page_1/testing97.jpg>
<param name=Image4 value=Page_1/testing98.jpg>
<param name=Image5 value=Page_1/testing99.jpg>
<param name=DelayBetweenFadess value=20>
<param name=FadeSize value=10>
</applet>
harmonyroz
10-27-02, 12:57 PM
That was it! I feel a bit silly for not noticing it sooner. (blush) Thank you very much for your help!
vBulletin v3.6.0, Copyright ©2000-2009, Jelsoft Enterprises Ltd.