I am developing an intranet website using flash.

I have downloaded a free template which I modified;

It is running correctly but there is one problem; when i run the swf file directly it displays all the images; but when i run it from webserver it does not display 3 pictures.

i use the code:

onClipEvent (load) {
	loadMovie("Images/tfile_pic2.jpg", this.cont.cont1);
}

for all the images.

Can anybody understand this issue and solve. Please!!!

Member Avatar for rajarajan2017

Your code shows only load the pic2.jpg at runtime. onClipEvent(load) will work for only one time.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.