From: "Mandy Vance" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Subject: switch tag problem
Date: Thu, 26 Aug 1999 09:18:42 -0700
Content-Transfer-Encoding: quoted-printable I have followed the product
guide instructions on how to use switch tags for different languages, but
my default language - English is not showing up.
When my RealPlayer is set to Spanish- Mexican it works fine, but when I =
have my RA player set to English, the image I want to display for =
spanish speakers does not display.
I guess the best way to explain is just to show you my SMIL code:
_____________________________________________________
<smil>
<head>
<layout>
<root-layout background-color=3D"#000000" width=3D"400" height=3D"180"/>
<region id=3D"header_region" top=3D"0" left=3D"0" width=3D"400" =
height=3D"66"/>
<region id=3D"text_region" top=3D"74" left=3D"42" width=3D"305" =
height=3D"100"/>
</layout>
</head>
<body>
<par>
<switch>
<img src=3D"media/span_header.gif" region=3D"header_region" =
fill=3D"freeze" system-language=3D"es-mx">
<anchor href=3D"alternative.smil" coords=3D"185,31,250,45"/>
</img>
<img src=3D"media/header.gif" region=3D"header_region" =
fill=3D"freeze">
<anchor href=3D"alternative.smil" coords=3D"185,31,250,45"/>
</img>
</switch>
<switch>
<textstream src=3D"spanish_streamfiles/welcome.rt" =
system-language=3D"es-mx" region=3D"text_region" fill=3D"freeze"/>
<textstream src=3D"streamfiles/welcome.rt" region=3D"text_region"
fill=3D"freeze"/>
</switch>
</par>
</body>