|
|||
|
I do not understand the how this quite works. I saw some ffish script references such as SetIELocate and go2url but I cannot see these commands anywhere in the user manual or in the supplied browser.skp file. Can I please get some more detailed information on how this browser works. ???
|
|
|||
|
The sample shows how to call the web browser control.
http://msdn.microsoft.com/library/de...webbrowser.asp |
|
|||
|
I understand that the above url shows the methods but they are unclear as to what launches the browser. It is also unclear as to what "go2url" and "SetIELocate" are doing since there is no documentation about these two functions.
|
|
|||
|
SWFKit can embed an ActiveX control in the projectors. The "swfkit tiny browser" sample hows how to reuse the web browser control.
Doesn't like any other tools, SWFKit doesn't wrap the browser control, for it can access any properties, methods and events of the browser control using the "ActiveXObject" object. 1. in the "initialize" script, create an instance of the the browser control Code:
ie = createControl("Shell.Explorer.2", 0, 0, 0, 0);
Code:
ie.activex.navigate("http://www.swfkit.com");
|
|
|||
|
I am sorry but this is still unclear.
How does one embed a window into the projector? I see in the browser.fla file there is a command: var Locate = LocateMC.getBounds(_root); fscommand("ffish_run", "SetIELocate"); Is this what sets the LocateMC to be the window? It is unclear because there is no documentation for SetIELocate in the FFish manual. Also the browser.skp file has no contents whatsoever except for the pointer to the browser.swf. Does something need to be done in the swfKit application to make this work? A more clear explanation would be appreciated. We have a client that would like to use something like this but we can't promise them anything until we understand it. Quote:
|
|
|||
|
To embed the IE browser control, please use the "createControl" method.
Code:
ie = createControl("Shell.Explorer.2", 0, 0, 0, 0);
The "SetIELocate" is a FFish Script that is editable in SWFKit. Please read http://www.swfkit.com/ffish.html to learn how to use FFish scripts. |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|