|
Cookbook /
QuickTimeSummary: Embed QuickTime content on wiki sites.
Status: Stable
Version: 2009-12-20
Prerequisites: pmwiki-2.0
Maintainer:
GoalEmbed QuickTime content on wiki sites. Installation
include_once("UsageUse the normal Attach: syntax but wrap it with the quicktime markup: or to embed a file from another group: or if embedding an external file, be sure to drop the The arguments can be tag attributes as described here. Normaly it is at least the height and width of a movie file. If you show the controller you should reserve 16 additional pixel height for it. NotesReleases
Commentshi - it doesn't seem possible to load quicktime video/audio from a group other than the one currently viewed. for instance, the solution i've come up with is this: in the recipe, change: $filepath = FmtPageName("$UploadFileFmt/".$path, $pagename);
to: if(!strpos($path,"./")) $filepath = FmtPageName("$UploadFileFmt/".$path, $pagename);
else $filepath = FmtPageName("overtones99 December 20, 2009, at 02:47 AM added to v.0.3 - overtones99 December 20, 2009, at 03:43 AM Hi again, after looking around in the code of this recipe, figured out that external links must NOT be preceded by Hi, my questions: I, too, can only get files uploaded to the server to be embedded but not external URLs. Any suggestions? - Jeff, October 1, 2007 I also can't get it to work... also not with the asumed included $QuickTimeExternalResource = 1; (because without the $ and ; it will generate and error!) It works. Thanks for your help! Cari, 3/2/2006 I can't get this to display- do I need to have anything else included or enabled? I have tried with local and remote quicktime urls, the end result is the URL is displayed in a non clickable form, but the embed of the movie does not happen. Jen 7/7/06 For remote URLs you have to include QuickTimeExternalResource = 1 into your config file. I'm not shure what you mean with local urls, but if you mean file:// this is not implemented at the moment. - Schlaefer July 18, 2006, at 09:01 AM
See AlsoContributors
User notes: If you use, used or reviewed this recipe, you can add your name. The following format is recognized:
* (+) Optional positive comment. Name, date * (-) Optional negative comment. Name, date These statistics appear in the Cookbook listings and will help newcomers browsing through the wiki. |