From: "Mandy Vance" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Subject: switch tag problem
Date: Wed, 25 Aug 1999 18:06:49 -0700
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>
___________________________________________________
The weird thing is that this page works fine when double click on it in =
my local browser, but when I link to it from another page, I get an =
error message.=20
If anyone has any suggestions, please let me know.
Mandy