• i embed flash object. but xml path not loaded. any suggestion.
    i load xml full path with http://
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="958" height="560" codebase="http://active.macromedia.com/flash5/cabs/swflash.cab#version=5,0,0,0"><param name="movie" value="http://motors.mn/new/parts.swf" /><param name="play" value="true" /><param name="loop" value="true" /><param name="quality" value="high" /><param name="scale" value="noborder" /><param name="wmode" value="opaque" /><embed width="958" height="560" src="http://motors.mn/new/parts.swf" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" wmode="opaque" scale="noborder" quality="high" loop="True" play="true"></embed></object>

    i used this code for my flash object.

Viewing 1 replies (of 1 total)
  • If you are still interested:

    if you are using AS2 solution to your problem is to put xml file or folder in wordpress root folder. In your AS2 path to xml file would be something like node.load("xml/data.xml"); where “xml/ is folder and data.xml”); is your xml file. Then you will have relative path and won’t have to torture yourself with server path issue.

Viewing 1 replies (of 1 total)
  • The topic ‘how to load XML path in embed flash object’ is closed to new replies.