Jump to content

Need Help with GUI AVI


Recommended Posts

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

:D

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)

the .avi in this case has to be in the same directory as the script

Good GUI

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...