• Resolved CaptureFactory

    (@capturefactory)


    I must have done something whilst editing my website because my video now does not work on this page:

    https://www.capturefactory.co.uk/360-video-product-photography-brighton-sussex-london/

    In place of it now I have:

    “Error Reporting:

    Could not load xml, path: config.xml”

    The video itself is still present on my hosting site and can still be viewed at:

    https://www.capturefactory.co.uk/Watch_Vid/

    There is obviously an issue with path finding but I don’t know how to rectify it.

    The code for my video is as follows:

    <object id=”player1″ classid=”clsid:D27CDB6E-AE6D-11cf-96B8-444553540000″ width=”500″ height=”375″ name=”player1″>
    <param name=”movie” value=”/Watch_Vid/rotateTool.swf” />
    <param name=”allowfullscreen” value=”true” />
    <param name=”scale” value=”noScale” />
    <param name=”salign” value=”lt” />
    <param name=”allowscriptaccess” value=”always” />
    <param name=”flashvars” value=”” /> <embed id=”player1″ width=”500″ height=”375″ src=”/Watch_Vid/rotateTool.swf” flashvars=”” allowfullscreen=”true” allowscriptaccess=”always” name=”player1″ scale=”noScale” salign=”lt”></embed>
    </object>

    I have tried to sort the issue but my knowledge is limited in these matters. Any help in rectifying this would be great.
    ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • Use absolute urls – not relative ones.

    Thread Starter CaptureFactory

    (@capturefactory)

    I have tried many variations including absolute URLS and nothing seems to work. This is the code at present:

    <object id=”player1″ classid=”clsid:D27CDB6E-AE6D-11cf-96B8-444553540000″ width=”500″ height=”375″ name=”player1″>
    <param name=”movie” value=”https://www.capturefactory.co.uk/Watch_Vid/rotateTool.swf&#8221; />
    <param name=”allowfullscreen” value=”true” />
    <param name=”scale” value=”noScale” />
    <param name=”salign” value=”lt” />
    <param name=”allowscriptaccess” value=”always” />
    <param name=”flashvars” value=”” /> <embed id=”player1″ width=”500″ height=”375″ src=”https://www.capturefactory.co.uk/Watch_Vid/rotateTool.swf&#8221; flashvars=”” allowfullscreen=”true” allowscriptaccess=”always” name=”player1″ scale=”noScale” salign=”lt”></embed>
    </object>

    Thank you for the response. Do you any other ideas?
    Rory ??

    Thread Starter CaptureFactory

    (@capturefactory)

    Sorted it by redirecting the URL via my host for the config.xml.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘My video is no longer found by website’ is closed to new replies.