First is i create a button and this is the actionscript:
on(Release){
loadMovie(abc, cpic);
}
The abc ther is my input box for address of the image and then the cpic is the target movieClip.
Second is i test the movie if working or not in flash so after i click the button the image show in the target movieClip and i also test in html file in the local drive is still working but the problem is i test in the server localhost it didn’t show the image.
Anyone have an idea about it?
Im using XP, IE 6, apache 2.0 (WIN32).