how to embed flash in asp.net
-
Hi all, I have an Activex player.i need to download its dll in aspx page.For that I am using the following tag. Its working fine.But my problem is , While downloading the Dll,i need to show a flash movie. (A movie, showing that the dll is downloading...) I have included another tag to get the flash.But both the Activex player and the flash is coming simultaneously.. I need to get the flash, only when the Activex player is downloading. How can i do that.?? Please help me.its urgent Thanks in advance. puja
-
Hi all, I have an Activex player.i need to download its dll in aspx page.For that I am using the following tag. Its working fine.But my problem is , While downloading the Dll,i need to show a flash movie. (A movie, showing that the dll is downloading...) I have included another tag to get the flash.But both the Activex player and the flash is coming simultaneously.. I need to get the flash, only when the Activex player is downloading. How can i do that.?? Please help me.its urgent Thanks in advance. puja
I would try putting both in an absolutely positioned DIV control's on the page, and having the loading flash object's DIV set to visible onLoad, and then after the other one is loaded, swapping the visibility. You could do this with PlaceHolder controls as well... That would be my thought on it. Good luck. Practice sesquipedalianism! ;)