Hi all,
Heres my problem: When playing a SMIL file with quicktime you
should be able to specify the audio level of a specific region of the
SMIL as shown in the following sample SMIL file:
<smil xmlns="http://www.w3.org/2001/SMIL20/Language">
<head>
<layout>
<root-layout height="1" width="1"/>
<region id="audio_region" soundLevel="0%"/> <!-- here is where
the sound level is set to 0% -->
</layout>
</head>
<body>
<audio src="http://mywebserver/0000000000.mp3"
region="audio_region" />
</body>
</smil>
however changing the % volume in this case seems to have know effect
as the audio clip plays back at the normal volume no matter what.
After google searching and trying several other things on my own I
discovered that if the audio src was changed to a local reference
such as:
then the soundLevel="0%" tag would take effect and the audio would be
muted.
Is this a limitation of quicktime /w SMIL to not be able to adjust
the soundLevel on audio tracks that are not local? If so, does anyone
know of a possible work around or perhaps better place to offer this
question?
Thanks for everyones time,
Jeremy
_______________________________________________
Do not post admin requests to the list. They will be ignored.
QuickTime-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/quicktime-users/email@hidden