- From: Larry Bouthillier <lbouthillier@hbs.edu>
- Date: Wed, 31 Mar 1999 19:00:11 -0500
- To: "www-smil@w3.org" <www-smil@w3.org>
Shouldn't the 'system-language="xx"' be placed in the PAR tag, not in the AUDIO tag? Larry TAKESATO HAYASHI wrote: > > Hi! all. > > 1st: > I write following smil file and test it on RealPlayer G2. > I want to switch by system-language type. > But RealPlayer recognize only one <par> tag file. > Following script is not support by RealPlayer G2. > Because there so many <par> tag. > If I reduce many <par> tag and write only 1 <par> tag, > RealPlayer G2 play it correctly. > > Only one <par> tag file is support and play clip correctly. > Is that RealPlayer bug? or SMIL format way? > > > 2nd: > Is system-language "en-us" and "en" is same? > RealPlayer G2 couldn't recognize two type. > Am I worng? > > <!-- many par tag SMIL sample --> > > <smil> > <head> > <layout> > <root-layout width="320" height="240" > background-color="#000000"/> > <region id="flag" left="128" top="98.5" > width="64" height="43"/> > </layout> > </head> > <body> > <switch> > <par> > <audio src="american.rm" system-language="en-us"/> > <img src="Us_m.gif" region="flag"/> > </par> > > <par> > <audio src="english.rm" system-language="en"/> > <img src="En_m.gif" region="flag"/> > </par> > > <par> > <audio src="german.rm" system-language="de"/> > <img src="De_m.gif" region="flag"/> > </par> > > <par> > <audio src="spanish.rm" system-language="es"/> > <img src="Es_m.gif" region="flag"/> > </par> > > <par> > <audio src="japanese.rm"/> > <img src="Jp_m.gif" region="flag"/> > </par> > </switch> > </body> > </smil> > > TAKESATO HAYASHI (林 岳里) > > Web: http://www.takesato.com/ > Mail: mailto:take@takesato.com > > ------------------------------------------------------ > −− News! News! News! −− > ------------------------------------------------------ > > "Dreamweaver Web Seminar" on Macromedia Japan K.K. > > - Cool WebSite with Dreamweaver 2 + RealFlash ! - > http://www.macromedia.com/jp/software/dreamweaver/howto/
Received on Thursday, 1 April 1999 07:10:01 UTC