Page 1 of 1

Flash and Php

Posted: Mon Apr 02, 2007 8:59 am
by user___
Hi guys,
I have a flash gallery which works fine with IE and Opera but get stuck with Mozilla.

Do you have any idea?

Posted: Mon Apr 02, 2007 9:03 am
by feyd
user___ wrote:Do you have any idea?
Not without more information.

Reply

Posted: Mon Apr 02, 2007 9:29 am
by user___
What do you need to know?

It works as follows:
Flash file reads a .xml file which contains paths to .jpg, png, etc. files(It contains only ids and by using them, paths are formed so it does not contain any actual paths).

I am sure it reads the .xml file because it prints out a title of an image and it is stored in the .xml file.

Posted: Mon Apr 02, 2007 9:36 am
by jayshields
Have you got a link to the application so we can see what's going wrong first-hand?

Reply

Posted: Mon Apr 02, 2007 9:52 am
by user___
No, I have not got a link because it is still on my localhost.

I tested it on my Windows system and it works there as it should. Then I did the same on my Unix one and it does not.

I wonder whether this is a problem with a browser. It is very unlikely to be my application because it works with others browsers. Moreover, it depends on flash player and the flash player is always the same.

Is it possible the very browser to cause this?

Posted: Mon Apr 02, 2007 10:00 am
by Kieran Huggins
Most likely you have a case-sensitivity issue in your path - double check the case.

The filesystem on a unix machine is case sensitive (File != file != FILE != FiLe). Sometimes apache will remove this restriction, but it's not always set up to do so. The Windows filesystem has no case.

Reply

Posted: Mon Apr 02, 2007 11:25 am
by user___
Thank you mane but it is not the problem because the name is formed by a prefix which is always the same and underscore and the id of an image.

Any ideas?

Posted: Mon Apr 02, 2007 1:09 pm
by Zoxive
feyd wrote:
user___ wrote:Do you have any idea?
Not without more information.

Reply

Posted: Mon Apr 02, 2007 1:32 pm
by user___
Zoxive, tell me what you need to know and I will send it to you.