Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi every body i want to run an application/.exe (which is created in flash application for 3D Display) in an aspx page with specific area in my web Page.
please any one can help me...
For the demo of this is done in php...
The web link is given below
http://techieplanet.in/tour.php[^]
Posted

1 solution

hi Karttik

i am not sure i understand your question.

If you have a flash file (.swf) and intend to run it in a page, you may already know this - use the OBJECT tag.

http://helpx.adobe.com/flash/kb/object-tag-syntax-flash-professional.html[^]


If you have an Flash executable (flash/swf converted to .exe) then you should extract the SWF from it and then load it into your page using the above link.
Here's a tool to help with SWF extraction from EXE.

http://www.northcode.com/blog.php/2007/08/02/Extract-SWF-files-from-Flash-Executables[^]

hope this helps.

Cheers
 
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