Hi Sanford, I put a file with the Sorenson export options in the forum which worked for me.
http://www.laszlosystems.com/developers/community/forums/showthread.php?s=&t hreadid=5337&highlight=sorenson Regards, Raju -----Ursprüngliche Nachricht----- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Max Carlson Gesendet: Freitag, 3. März 2006 03:57 An: Sanford Redlich Cc: [email protected] Betreff: Re: [Laszlo-user] Strange video compilation warning Hi Sanford, Take a look in demos/dashboard/ for a sample media player with video. the way you have your resource included will cause it to be compiled into the application - you probably want streaming anyway. Try this: <view resource="http:vidsm.swf"/> -- Regards, Max Carlson OpenLaszlo.org Sanford Redlich wrote: > Hey y'all, > > I'm getting this "Compilation Warning": " > > new_file.lzx:2:30: Can't import \vidsm.swf: 2 >= 2 > > Here is the code: > > <canvas> > > <view resource="vidsm.swf"/> > </canvas> > > The file ="vidsm.swf" is an AVI video converted to SWF by Sorenson > Squeeze 4.3 > > Any suggestions? What does "2 >= 2" mean? I've tried all kinds of > different settings in SS > 4.3 with no luck. > > OpenLaszlo developers: can this warning be made easier to understand? > > Also, is there any example OpenLaszlo code that uses video? The more complex the better, I'd like to overlay text, etc on the video. > > Thanks, > > Sanford > > > ---------------------------------------------------------------------- > -- > > _______________________________________________ > Laszlo-user mailing list > [email protected] > http://www.openlaszlo.org/mailman/listinfo/laszlo-user _______________________________________________ Laszlo-user mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-user _______________________________________________ Laszlo-user mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-user
