Click here to Skip to main content
15,891,423 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a 3 swf(flash file) when i am click the button simultaneously run one by one
in asp.net using C#.
Posted
Comments
Sandeep Mewara 4-May-12 2:06am    
And the issue is? Where are you stuck?

use System.threading.thread.sleep(5000);

in above code 5000 represents the time in milliseconds.
 
Share this answer
 
v2
 
Share this answer
 
Hi,

Here you go Threading in ASP.NET[^]. It's a complete article for threading in asp.net.
This may help you..

All the best.
 
Share this answer
 
I suggest you to use JavaScript to do this job. Threading too much for such a silly task.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900