|
The following code
loads an swf file (a video) into a view using a datapath: code: As you can see it has play="false" to stop it from playing the video, and a button with an onclick event to trigger play(). Clicking the button causes the video's audio to play, but the view is black, there is no visual. Removing play="false" causes the video to play correctly with both visual and audio, but I need it on an onclick. Am I doing something wrong or is this a bug? I have tried setting an oninit event to stop() the video instead of setting the play attribute but I get the same error, no visual. Please help. Mallchin |
_______________________________________________ Laszlo-user mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-user
