Jump to content

new to Autoit


Recommended Posts

Hello i got a simple question i can do it allday in c++ but for this i find it weird cause i dont get the same problem when i load a website with flash...

Okay with autoit m when i use this

include <IE.AU3>

$oIE = _IECreate()

_IENavigate($oIE, "some site with flash object music video or something.")

The website loads up but when it comes up it tells me that i need to install adobe flash. when it is allready installed

like i said i can do this in c++ easy but autoit for some reason sense im new im probly lookin to hard into everything i try to get it to

work but i cant seem to get it.

Link to comment
Share on other sites

You could use RUNDOS() function to open your webpage. The command you would pass to RUNDOS is 'start http://website that you want to go to.'

ongoing projects:-firestorm: Largescale P2P Social NetworkCompleted Autoit Programs/Scripts: Variable Pickler | Networked Streaming Audio (in pure autoIT) | firenet p2p web messenger | Proxy Checker | Dynamic Execute() Code Generator | P2P UDF | Graph Theory Proof of Concept - Breadth First search

Link to comment
Share on other sites

You're just embedding IE so all you need to do is install Flash for IE.

Now, if it still doesn't work, then I would guess that you're on a x64 system running x64 AutoIt without having x64 Flash installed.

Solutions=

A. Install x64 Flash (there seems to be a beta available)

B. Run x86 AutoIt. Set "#AutoIt3Wrapper_UseX64=n". Install SciTE4AutoIt3 if you don't already have it.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...