|
|
|
|
||||||
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
Hi There, Im creating an XSLT file in order to allow a client-side edit of an
XML file that will be updated with news and events. On the XSLT page I've also got an imbedded flash video. This seems to be giving me errors. I took care of the "undefined entity" errors that the flash file presented upon testing it in a browser, but the current error.. SAXParseException: Expected end of tag 'object' (indexstart2_3.xsl, line 219, column 203) doesn't seem to make sense to me. I've gone through the code and the tag "object" seems to be closed properly. When I remove the imbedded video the page runs fine displaying the proper XML data. Any clues? Can I go around this issue if I create and XSLT fragment instead? Thanks!! <object classid="clsid 27CDB6E-AE6D-11cf-96B8-444553540000"codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve rsion=8,0,0,0" width="480" height="360" id="FLVPlayer"> <param name="movie" value="FLVPlayer_Progressive.swf" /> <param name="salign" value="lt" /> <param name="quality" value="high" /> <param name="scale" value="noscale" /> <param name="FlashVars" value="& MM_ComponentVersion=1& skinName=Clear_Skin_3& streamName=vids/RPdemo& autoPlay=true& autoRewind=false" /> <embed src="FLVPlayer_Progressive.swf" flashvars="& MM_ComponentVersion=1& skinName=Clear_Skin_3& streamName=vids/RPdemo& autoPlay=true& autoRewind=false" quality="high" scale="noscale" width="480" height="360" name="FLVPlayer" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></embed> </object> |
|
![]() |
| Outils de la discussion | |
|
|