Ron, The movie isn't ever "embedded", it's always referenced to a movie file on disk. The main thing you want to do is make sure that the fileName property of the player object is a path that is relative to your standalone, and not an absolute path. For example, if you had the standalone in a folder, and there was a subfolder called "movies" that had the movie "test.mov", you would set the player object to have a fileName of "movies/test.mov".
Hope this helps, Ken Ray Sons of Thunder Software Email: [EMAIL PROTECTED] Web Site: http://www.sonsothunder.com/ > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Ronald Zellner > Sent: Thursday, March 27, 2003 11:40 PM > To: [EMAIL PROTECTED] > Subject: QT movie address in player > > > When I play a QT movie in Revolution 1.1.1 by embedding it in a > player, the pathway is absolute and will be incorrect if I move the > files to another computer. This is especially problematic if it is > converted to a standalone file which is delivered on a CD since the > file can't be edited. > Is there a way to have a stack start up and immediately display the > movie that was originally embedded there. > Ron > _______________________________________________ > use-revolution mailing list > [EMAIL PROTECTED] > http://lists.runrev.com/mailman/listinfo/use-> revolution > _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
