Is it still possible (Lion) to embed Quartz Compositions in web pages (for OSX Safari users)?
The documentation at
suggests that Quartz Compositions should can be embedded in web pages thus
<embed type="application/x-quartzcomposer"
src="my_composition.qtz"
id="myComposition"
width="300px"
height="150px"
opaque="false">
</embed>
but I'm seeing a 'Missing Plugin' message in Safari 5.
Doing Safari > Help > Installed Plug-ins doesn't show a plugin configured to handle .qtz files, but browsing to Library > Internet Plug-ins, I have a copy of Quartz Composer.webplugin
What am I doing wrong?