trillian Posted June 15, 2004 Posted June 15, 2004 Can someone please show me a working example of GUISetControl("avi", "Sample_AVI.avi") i cant seem to get it to play thanks in advance [font="Arial"] ╩Q╩ [/font]
jpm Posted June 15, 2004 Posted June 15, 2004 trillian said: Can someone please show me a working example of GUISetControl("avi", "Sample_AVI.avi") i cant seem to get it to play thanks in advance if you look at Guireference doc you get a sample of a script which is working. Global $ACS_AUTOPLAY = 4 GUISetControl( "avi", "inetconnect.avi", 1, 1,-1,-1,$ACS_AUTOPLAY) Quote the .avi in this case has to be in the same directory as the script Good GUI
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