Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VB and Shockwave Flash

Status
Not open for further replies.

bugzLue

IS-IT--Management
Feb 27, 2001
57
US
I have a flash program running inside of my VB6 program, but I do not want it to loop. I the properties of the Shockwave frame it has loop = true or False. When I set the loop to false it dos not run at all, but when it is set to True it runs but keeps looping.

Thanks Live to learn or die trying
 
Right after posting this I found out what it was.
In the properties when you set the Loop=false the Play then turns to false. even after I set the Play=True when I test ran the program it sets the Play=False again. So What I had to do is Set Loop=False and Play=True then save the project, Then it keep my options. Live to learn or die trying
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top