| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
- LP
On May 6, 2005, at 3:16 PM, David Remahl wrote:
Laird,
You would have to wrap the data in an RSS feed and use the RSS Feed patch.
/ David
On 6 maj 2005, at 19.19, Laird Popkin wrote:
I'm trying to build a Quartz Composition that uses an XML file as a data source. What I need is similar to the RSS patch, but retrieving arbitrary XML. I've tried the JavaScript patch, but it appears not to support the
For example, if I create a JavaScript patch with this script:
req = new XMLHttpRequest(); req.onreadystatechange = processReqChange; req.open("GET", url, true); req.send(null);
I get the error "Can't find variable: XMLHttpRequest".
I know that I could write a Cocoa app that retrieves the XML and passes it into Quartz to render, but that would mean that my composition can't run as a screen saver, in QuickTime, etc., wherever a Quartz Composition can run. And it'd also make the development loop slower (sigh) having to bounce between QC and IB.
Any suggestions?
- Laird Popkin CTO, Pando Networks
_______________________________________________ Do not post admin requests to the list. They will be ignored. Quartzcomposer-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/quartzcomposer-dev/email@hidden
| References: | |
| >Quartz Composition retrieve XML file (From: Laird Popkin <email@hidden>) | |
| >Re: Quartz Composition retrieve XML file (From: David Remahl <email@hidden>) |
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.