hi
solved half of this quicktime issue:
the example on the quicktime page worked:
(:quicktime Attach:myfile.ext arg1=someting arg2=something:)
but when i tried to add in an external URL, this didn't:
(:quicktime Attach:http://www.externalwebsite.com/myfile.ext
arg1=someting arg2=something:)
after looking around in the recipe code, realized that the 'Attach:'
is not necessary, and in fact the code treats the input differently
depending on whether it sees an 'Attach:' first 'http' -- so THIS works:
(:quicktime http://www.externalwebsite.com/myfile.ext arg1=someting
arg2=something:)
i added a little note & example to clarify on the quicktime page...
however, my other question below, regarding pumping some default
variables into this recipe, still stands... as do the other questions
in the other emails.
thanks!
adam
Message: 8
Date: Sun, 20 Apr 2008 15:17:12 -0700
From: adam overton <[EMAIL PROTECTED]>
Subject: [pmwiki-users] quicktime embed issues
To: pmwiki-users <[email protected]>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="us-ascii"
Hi,
i'm finding that while using the quicktime recipe, the whole video
image (with controller included) will only display correctly if i
include scale=aspect
ex:
// video is chopped, and no controller is shown (probably there, but
just being chopped off)
(:quicktime Attach:testmovieblah1.mov autoplay=false controller=true:)
// video looks fine - although in safari & IE it's indented (in
firefox it's aligned-left like i want)
(:quicktime Attach:testmovieblah1.mov autoplay=false scale=aspect
controller=true:)
so, my questions:
1. is there a way to set up some default variables for the quicktime
recipe? for instance, if this chopping effect is a QT-plugin problem,
then i would like it if any video that is put on the page
automatically includes the 'scale=aspect' arg in the code, unless
supplied by the user to be something else... is it possible to do
this, to set these defaults? i'm thinking it would be nice for the
casual user/visitor/embedder to not have to deal with these
problems...
2. is the indentation in safari & IE a browser/QT-issue, or a recipe-
issue?
thanks!
adam
. . .
[EMAIL PROTECTED]
661 373 8679
_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users