<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>12 Apr 2015 06:29:00 Z</lastBuildDate><pubDate>12 Apr 2015 06:29:00 Z</pubDate><description>All of these work, which is the best? (Two videos, filenames in variables A &amp; B on a control named 'MP':&#13;
&#13;
1)&#13;
multimediaplay(MP,A)&#13;
...&#13;
multimediaplay(MP,B)&#13;
&#13;
or 2)&#13;
&#13;
multimediaopen(MP,A)&#13;
multimediaplay(MP)&#13;
---&#13;
multimediaopen(MP,B)&#13;
multimediaplay(MP)&#13;
&#13;
or 3)&#13;
multimediaopen(MP,A)&#13;
multimediaplay(MP)&#13;
...&#13;
multimediaclose(MP)&#13;
multimediaopen(MP,B)&#13;
multimediaplay(MP)&#13;
&#13;
My experience is the while all three work, #3 seems to be the most stable and reliable. Not sure if that is just subjective or ?</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51480-multimedia-switch-from-one-video-another/read.awp</link><title>Multimedia - Switch from one video to another</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster></channel></rss>
