Re: Fading effect




Only the applet version has problems about an " access denied "...though
the images files are in the same folder of the .class file (this has
allowed to work the application version...)
For an Applet to read files, it must be signed. See
http://mindprod.com/jgloss/signedapplets.html

Otherwise you must include it as a resource in the jar.
See http://mindprod.com/jgloss/resource.html
--
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
.



Relevant Pages

  • Re: someone please help me with this.....
    ... Wow....saving any VB class file in the 'App_Code' directory doesn't ... You seem to have everything in the wwwroot folder. ... have any DLL named 'LoginUserFetchDB.dll'. ... Delete the /bin folder after confirming it will compile and continue your development work. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Why no getCodebase() in apps?
    ... The Applet purpose is to be able to check ... The getCodebase() method is also commonly used to establish a path to ... folder), it is easy to create code that will still work even if you ... It would be very handy to have a similar method for applications. ...
    (comp.lang.java.help)
  • Re: Vicki, Is There A Difference ?
    ... in my experience lots of images being called ... up to one applet class file dont work well unless you have the appropriate ... class file which is designed to accomodate multiple images...and the images ... Do you think the removal of the flashing frames made a difference in download time? ...
    (microsoft.public.windows.inetexplorer.ie6_outlookexpress.stationery)
  • Classes outside App_Code folder in website application (VS2008)
    ... need to place the class file in the same folder as the page that uses it, ... For the same reason, converting to a Web ... would like to keep it in a separate file so I can reference it from several ...
    (microsoft.public.dotnet.general)
  • Re: Applet file access help
    ... The folder i ... >"the same directory in the applet. ... If you want to go on fishing expeditions, ... the web sniff about your server finding out what files you have. ...
    (comp.lang.java.help)