Jester009 Posted May 10, 2008 Posted May 10, 2008 (edited) Hi, I'm trying to login to a website created by flash. Usual IE.au3 methods does not work here. Anybody got an idea a way to handle this? Website is http://www.webkinz.com Any help is deeply appreciated. Thanks Jester009 Edited May 10, 2008 by Jester009
d4rk Posted May 10, 2008 Posted May 10, 2008 don't know but search with keyword "COM Object" [quote]Don't expect for a perfect life ... Expect a least troubles ones[/quote]Contact me : ass@kiss.toWhat I Have Done :Favorites Manager Mangage your favorite's folder, that's coolPC Waker For those who want to save stickersWebScipts Supporter For those who've just started with Web and WebScriptsTemporary Looker Simple but powerful to manage your Temporary folder, you know what you downloaded[UDF] _NumberFormat() Better performance on number display[UDF] _DirGet() What a folder contain [how many (hidden,normal,...) files], with one line of code[UDF] _IsPressEs() Just like _IsPress() but for a group of keys
amokoura Posted May 10, 2008 Posted May 10, 2008 Does COM help with Flash?? You could try activating the flash object and tabbing to the right controls and sending input. Other choice is to mouseclick on the controls and then send input.
Jester009 Posted May 10, 2008 Author Posted May 10, 2008 d4rk, amokoura. Thanks a lot for the replies. I looked into COM help regarding flash object. I can play, pause, etc a flash object but no help for a login.You could try activating the flash object and tabbing to the right controls and sending input.Other choice is to mouseclick on the controls and then send input.amokoura, what do you mean by "tabbing to the right controls and sending input" ?
d4rk Posted May 10, 2008 Posted May 10, 2008 that meant Send("{TAB}"); to the text box then Send("user name") etc... [quote]Don't expect for a perfect life ... Expect a least troubles ones[/quote]Contact me : ass@kiss.toWhat I Have Done :Favorites Manager Mangage your favorite's folder, that's coolPC Waker For those who want to save stickersWebScipts Supporter For those who've just started with Web and WebScriptsTemporary Looker Simple but powerful to manage your Temporary folder, you know what you downloaded[UDF] _NumberFormat() Better performance on number display[UDF] _DirGet() What a folder contain [how many (hidden,normal,...) files], with one line of code[UDF] _IsPressEs() Just like _IsPress() but for a group of keys
amokoura Posted May 10, 2008 Posted May 10, 2008 Tabbing is always better because you don't need coordinates. Using relative coords for mouse in the window might be quite reliable. .. but {TAB} wins always
Jester009 Posted May 12, 2008 Author Posted May 12, 2008 Thanks alot guys. Yeah using TAB makes it easier... Just wondering, is there a way to handle with COM objects?
DaleHohm Posted May 12, 2008 Posted May 12, 2008 Thanks alot guys. Yeah using TAB makes it easier...Just wondering, is there a way to handle with COM objects?Flash is embedded in an HTML page with an OBJECT tag. You can set properties dynamically on an Object with COM, but the property names and values allowed are only known to the specific object and are defined in its source. You can see on that webpage that there are several parameters defined on the object in the HTML source, but none of them would help you with login.Dale Free Internet Tools: DebugBar, AutoIt IE Builder, HTTP UDF, MODIV2, IE Developer Toolbar, IEDocMon, Fiddler, HTML Validator, WGet, curl MSDN docs: InternetExplorer Object, Document Object, Overviews and Tutorials, DHTML Objects, DHTML Events, WinHttpRequest, XmlHttpRequest, Cross-Frame Scripting, Office object model Automate input type=file (Related) Alternative to _IECreateEmbedded? better: _IECreatePseudoEmbedded Better Better? IE.au3 issues with Vista - Workarounds SciTe Debug mode - it's magic: #AutoIt3Wrapper_run_debug_mode=Y Doesn't work needs to be ripped out of the troubleshooting lexicon. It means that what you tried did not produce the results you expected. It begs the questions 1) what did you try?, 2) what did you expect? and 3) what happened instead? Reproducer: a small (the smallest?) piece of stand-alone code that demonstrates your trouble
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