Re: Quicktime - SMILE - WO ?
Re: Quicktime - SMILE - WO ?
- Subject: Re: Quicktime - SMILE - WO ?
- From: Greg Hulands <email@hidden>
- Date: Fri, 15 Oct 2004 20:56:55 +1000
Quicktime doesn't support SMIL 2. I use Real One Media player. To
generate the SMIL I just create a component and type it out with the
bindings, etc. Then in the component I have this:
public void appendToResponse(WOResponse response, WOContext context)
{
super.appendToResponse(response, context);
response.setContentEncoding("UTF8");
response.setHeader("application/smil", "content-type");
response.setHeader("filename=slideshow.smil","Content-Disposition");
}
I guess if you want quicktime to support smil 2 then you will need to
file a bug (bugreporter.apple.com)
HTH,
Greg
On 15/10/2004, at 8:19 PM, Erwin wrote:
Why is there so few information on WOQuicktime (now deprecated... why
?) or JavaWOSmile.framework
the only WO 2 examples supplied by Apple are oldies and do not run
correctly....
even more the so-simple "Hello World" SMIL presentation example
described in 'DevelopingSMIL.pdf' supplied by Apple doesn't work....
and there is no other example code available....... should we look to
other web technologies to implement multimedia apps ?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
email@hidden
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden