Hi! I am just new and have never used c++ before, so, I have created multi-pages with adobe flash and i want it to be a complete software that can be installed and uninstalled. How do i do it with c++? Conveting it to EXE file?
You created code in actionscript, which you now want to compile to a .exe?
If I remember correctly you can export a "flashmovie" / program as a .exe from within flash.
To make an installer for that exe file, check this:
http://www.makeuseof.com/tag/how-to-make-an-exe-installation-file/
Oh! thank you. I will try to find out if that will work for me. I used the action script, working window and keyframes. For example, let me give you a hint and say i created something informatious like a website with various pages with adobe flashand i want to convert it to exe file.
In the Formats tab in Flash’s publish settings (File > Publish Settings), you’ll see a bunch of options. The last two checkboxes allow you to export a .exe (Windows) or .app (Mac) version of your application. From: http://www.mindsculpt.net/2010/05/how-to-publish-flash-exe-app-files-fullscreen-viewing/
Then do File >> Publish and you'll have your exe I believe.