From: "Mandy Vance" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: switch tags (again) Date: Thu, 26 Aug 1999 09:56:44 -0700 I realized that my e-mail was putting extraneous code into my SMIL language, so here is the scenario again: 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="#000000" width="400" height="180"/> <region id="header_region" top="0" left="0" width="400" height="66"/> <region id="text_region" top="74" left="42" width="305" height="100"/> </layout> </head> <body> <par> <switch> <img src="media/span_header.gif" region="header_region" fill="freeze" system-language="es-mx"> <anchor href="alternative.smil" coords="185,31,250,45"/> </img> <img src="media/header.gif" region="header_region" fill="freeze"> <anchor href="alternative.smil" coords="185,31,250,45"/> </img> </switch> <switch> <textstream src="spanish_streamfiles/welcome.rt" system-language="es-mx" region="text_region" fill="freeze"/> <textstream src="streamfiles/welcome.rt" region="text_region" fill="freeze"/> </switch> </par> </body>
