Hi, I am using OL 3.3 and trying to do something simple on flash video. What I wanted to do is to load a swf video as a resource of a view, for example:
<view resource="video_pod_finished.swf"> then I would get compilation error: Can't import \video_pod_finished.swf: 1 >= 0 I checked the developer forum and there was a thread discussing this problem: http://www.laszlosystems.com/developers/community/forums/showthread.php?s=62362aa204e40e6e2a1967556b8577b2&threadid=5281&highlight=video and the cause of the problem is described in http://www.ourada.org/blog/archives/6 The problem is that if the flash video is created from flash 7 or 8, it would cause this error. If I put http: as the following: <view resource="http:video_pod_finished.swf"> the compilation error will be gone, but the video won't show. Any suggestion? Thanks, Peng __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ Laszlo-user mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-user
