|
I am using adobe flash cs3 and c# in my windows application. I am sending value from c# to cs3 application. I am able to send value to flash application. I am using flash shockwave object .
AxShockwaveFlash asFlash = new AxShockwaveFlash();
// loading multiple swf file in Layers asFlash.LoadMovie(0,"1.swf"); asFlash.LoadMovie(1,"1.swf");
swf in Layer0 loads dynamically taking value from xml. now I want to Load a swf in Layer0 after periodic time. and want to keep layer0 swf as it is. but when I try to load swf in Layer0 , it dosen't load it Properly.
Is there any api to unload movie . Is there any way to solve the problem.
|