Re: Quicktime - SMILE - WO ?
Re: Quicktime - SMILE - WO ?
- Subject: Re: Quicktime - SMILE - WO ?
- From: Erwin <email@hidden>
- Date: Fri, 15 Oct 2004 14:01:17 +0200
thanks... I was loking at SMile because it seems that Apple is not anymore interested in QT support within WO...
Actually I can run a QTVR in my WOapp (thanks to Josh and its OTCQuicktime component wrapper..) but I would like to get the selected Hotspot....
I added 4 binding :
OTCQuicktime1: OTCQuicktime {
contentURL = "/movies/aVRPanorama.mov";
controller = true;
height = 416;
width = 300;
width = 300;
hotspot1: context.componentActionURL
hotspot2: context.componentActionURL
hotspot3: context.componentActionURL
invokeAction: viewProduct
}
when selecting the hotspot in the QTVR movie, the method viewProduct is run....
but once there I don't know how to get trace of the corresponding hotspot binding responsible for firing the action....
so I cannot select the correct product
The Apple 'VirtualStoreLite' example is outdated..... and there is no other example on Earth ;-))
Le Oct 15, 2004, à 12:56 PM, Greg Hulands a écrit :
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:
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