Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Playing AVI file within exe
Message
 
General information
Forum:
Visual FoxPro
Category:
Pictures and Image processing
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Oracle
Miscellaneous
Thread ID:
01242226
Message ID:
01242358
Views:
17
>>>Check also Re: Playing a AVI Thread #678213 Message #678970
>
>Thanks Naomi, I've implement your code and Sergei's
>
>
>IF STRTOFILE(FILETOSTR(lcAnimation),ADDBS(SYS(2023))+lcAnimation) > 0
>        .Animation.Open(ADDBS(SYS(2023))+lcAnimation)
>	_VFP.AutoYield = .T.
>	.Animation.Autoplay = tlAutoplay
>	.Refresh()
>ENDIF
>
>
>Works fine in development. I will deploy it and run it on the production system to see if user really have a temp folder alvailable to them.
>
>Regards.

It should work. Do you supply config.fpw with your application? You may create a temp directory for your application yourself in the main program, so you would know where the temp files go.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform