Is there an easy way to generate video/media texture via behavior and actors defined in JSON?
To be more specific, I want to have a video window playing a media (avi file) while moving right to the stage. I have a JSON file which defines actors and behaviors. The behaviors are like moving a video surface right when it is created done through ClutterBehaviorPath. Some of the actors are video boxes. I want them to have the behaviors specified in the JSON file. Can I do something in JSON similar to defining an actor's type as ClutterTexture whose property is "pixbuf"? In my video case, what is the type and the property?My video is from an avi file. If I cannot specify the type and property in JSON file in the format of video texture, can I overwrite/Cast an ClutterTexture object from JSON file in c code and cast it into some objects like gstreamer video texture or ClutterMedia object? How? By the way, I can get the video texture working by writing clutter-gst-video-new and clutter-media-set-filename and clutter-media-set-playing without a JSON file, yet I prefer to write something simple in JSON to have the same effects. Thanks a lot. June _________________________________________________________________ Make Windows Vista more reliable and secure with Windows Vista Service Pack 1. http://www.windowsvista.com/SP1?WT.mc_id=hotmailvistasp1banner-- To unsubscribe send a mail to [EMAIL PROTECTED]
