Hi.
I have made a website in flash 8. i have made a btn and a movie clip with instance name load.
When i put below mentioned code in btn 1234.jpg loads in movie clip
on (release) {
loadMovie(“C:\Tomcat 5.5\webapps\myapp\1234.JPG”, “load”, “GET”);
}
but when i run tomcat 5.5 and put in btn below mentioned code 1234.jpg does not load what is the worong with this.
on (release) {
loadMovie(“http:\loacalhost:8080\webapps\myapp\1234.JPG”, “load”, “GET”);
}
Kindly help me for loading jpg while running in tomcat 5.5
Thanks
Husnain