Hi everyone,
I am having a strange problem. I have a website it is working on my computer locally but not on server.
why is it happened. anyone know?
I am using javascript, swfobject,swffit and javascript is enabled in the browser.
thanks in advance.
- Has been a member for 4-5 years
- Author was Featured
- Contributed a Tutorial to a Tuts+ Site
- Netherlands
- Community Moderator
- Microlancer Beta Tester
- Sold between 10 000 and 50 000 dollars
- Repeatedly Helped protect Envato Marketplaces against copyright violations
- Exclusive Author
What exactly is not working? Embedding of some object? Are you sure you specified the (correct) relative addresses? Or did it turn absolute?
Probably the problem is the characters case, the local computer is not case sensitive the server is, make sure all you labels are lower case …
FWDesign said
Probably the problem is the characters case, the local computer is not case sensitive the server is, make sure all you labels are lower case …
hi fwdesign, i checked all characters all are in lower case.
Joost said
What exactly is not working? Embedding of some object? Are you sure you specified the (correct) relative addresses? Or did it turn absolute?
I have a flash site which open with index.html on local computer but not on web server.
Is the index.html file pulling the flash file from some other domain? In that case, you might need a crossdomain.xml for it to work.
KamilWaheed said
Is the index.html file pulling the flash file from some other domain? In that case, you might need a crossdomain.xml for it to work.
not, it is on same domain. I am confused 
