Sarah123 Posted August 25, 2008 Posted August 25, 2008 Hi All, I'm new in scripting Auto-IT Scripts and I really need your help ;-) I created an AutoIT-Script which embeded a Flashmovie (using the ShockwaveFlash.ShockwaveFlash - Object) and it works great. Now I want to compile the "flash.ocx" file into to my .exe (maybe as a resource?), so that the .exe will use this flashplugin as default (or if the user don't have Flash installed). Can anyone help me about this? Thanks a lot! Sarah
Andreik Posted August 25, 2008 Posted August 25, 2008 Hi All,I'm new in scripting Auto-IT Scripts and I really need your help ;-)I created an AutoIT-Script which embeded a Flashmovie (using the ShockwaveFlash.ShockwaveFlash - Object) and it works great. Now I want to compile the "flash.ocx" file into to my .exe (maybe as a resource?), so that the .exe will use this flashplugin as default (or if the user don't haveFlash installed). Can anyone help me about this? Thanks a lot!SarahYou can use FileInstall. Read more about in help file.
Sarah123 Posted August 25, 2008 Author Posted August 25, 2008 Wow, what a fast reply! Thanks, I will work it out ;-)
Sarah123 Posted September 10, 2008 Author Posted September 10, 2008 I tried this but it doesn't work as needed: If my script (re)installs the Flash ActiveX plugin my application always depends on the global plugin. For example, if a user installs another version (update via MSIE or another software) my application may be broken. Do you know how to include the OCX in my application and use it without overwriting the ActiveX plugin of the local system?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now