|
|||
|
First please use the createControl method to embed the activex control, and then please use the window property to set its size and postion:
Code:
var ax = createControl(...); // The "window" property will return a Window object var wnd = ax.window; wnd.left = 0; wnd.top = 0; wnd.width = 50; wnd.height = 100; ... |
|
|||
|
Another question I have ...please:
I tried using : Code:
on (release) {
import SWFKit.*;
var player = createControl("MediaPlayer.MediaPlayer.1", 0,0,600,300);
}
I have set the class path in Flash 8 as described in your tutorial Also I tried other scripts like Code:
var fil = "video files(*.avi;*.wmv)|*.avi;*.wmv"; var res = Dialogs.fileOpen(fil, "", "", true); var path = res[0]; dose that mean that calling activeX objects from actionscript is not supported Any one to help with this !!!!! Thank you in advance |
|
|||
|
Thanks for the big Help....I used the help documentation example pattern
...I hope you can update SWFKit help documentation depending on collective data form this forum. in other words look into what is the subjects most users are asking for help about.then update help documentation accordingly....this will reduce pressure on this forum and at the same time makes things easer for your customers. ![]() |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|