hello guys, im having trouble embeding my swf in HTML… im developing a digital map, the information are stored in an XML file…
using this code I successfully embed my swf file… but then the problem is i can’t embed xml, and when i click a building no information display, because it can’t find the path of xml…
<OBJECT classid=“clsid: D27CDB6E-AE6D-11cf-96B8-444553540000” codebase=“http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab #version=6,0,40,0” WIDTH=“1024” HEIGHT=“768” id=“myMovieName”><PARAM NAME=movie VALUE=“myFlashMovie.swf”><PARAM NAME=quality VALUE=high><PARAM NAME=bgcolor VALUE=#FFFFFF><EMBED src=“bin/DigitalMap.swf” quality=high bgcolor=#FFFFFF WIDTH=“900” HEIGHT=“600” NAME=“myMovieName” ALIGN="" TYPE=“application/x-shockwave-flash” PLUGINSPAGE=“http://www.macromedia.com/go/getflashplayer”></EMBED></OBJECT>