Cooliris relative path Issue

Take a look on my codes:

<object id="o" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="100%" height="100%">
  <param name="movie" value="cooliris.swf"/>
  <param name="allowFullScreen" value="true"/>
  <param name="allowScriptAccess" value="never"/>
  <param name="flashvars10.24.120.37value="feed=http://IP/xml/cooliris.xml"/>
  <param name="wmode" value="opaque"/>
  <embed type="application/x-shockwave-flash"
    src="cooliris.swf"
    width="100%"
    height="100%"
    allowfullscreen="true"
    allowscriptaccess="never"
     flashvars="feed=http://IP/xml/cooliris.xml"
    wmode="opaque">
  </embed> 
</object> 

It’s actually working fine but when i change the path from absolute to relative, the image file is not showing but other image info is shown except only in the image itself. How can i use relative path instead of absolute path?

I see two flash files, no image file and only relative paths in the above code snippit. Please identify the image file and show the code that works using absolute path.

Sorry i did not put the right codes above but anyway please see again the codes, i already modified it.Thanks.

I do not know if this is what you are talking about, but this URI brings up a 404… not found.

http://ip.com/xml/cooliris.xml

PS: a URI is an address, not a path.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.