Hi there
Is there a way to call and execute popup flash player directly from asp.net page. how i can call it. help greatly appreciated. Thx
Printable View
Hi there
Is there a way to call and execute popup flash player directly from asp.net page. how i can call it. help greatly appreciated. Thx
Moved To ASP.NET
Hello,
You don't "call" flash player as such, but rather you include an object in your ASPX markup that requires a flash plugin, and the browser does the rest.
This is typically done using something like this:
http://www.w3schools.com/flash/flash_inhtml.asp
You will see some sites that over a Flash Control for ASP.Net, but essentially, all it is doing is the above.
Gary