Cannot display swf file

Cannot display swf file

ichirohangichirohang Posts: 3Questions: 0Answers: 0
edited October 2010 in TableTools
Hi,
In development environment there is no problem in tabletools, everything works fine. However, if i deploy in windows server 2003, it does not display swf file. I added Httpheader in DefaultWebSites, still couldn't work.

I set path TableToolsInit.sSwfPath ="/media/swf/ZeroClipboard.swf";

Regards and Meeta,
Ichirohang

Replies

  • SRussellNSRussellN Posts: 15Questions: 0Answers: 0
    Try making your swf path be:
    "../media/swf/ZeroClipboard.swf";
  • ichirohangichirohang Posts: 3Questions: 0Answers: 0
    SRussellN,

    "../media/swf/ZeroClipboard.swf" does not work in production. I have already try that methods too. I don't understand it works perfect in development enviroment.

    Note: i deploy application in Windows server 2003

    Any idea

    Regards and Meeta,
    Ichirohang
  • SRussellNSRussellN Posts: 15Questions: 0Answers: 0
    Are you absolutely sure all files have been put into production?

    Are you testing the development and production environment from the same outside machine? Testing both with Internet Explorer?

    Do you have any other sites under "defaultwebsites" that are working correctly?
  • ichirohangichirohang Posts: 3Questions: 0Answers: 0
    Yeah, all files are in order. I test both, production environment does not shows swf file. Yes there are other sites under "defaultwebsites", which works correctly.
This discussion has been closed.