You don't provide a lot of information, but I can say the only problems I've ever experienced when moving a Flex app from a Windows server to a Unix server were relate to the case sensitivity of the file system. For example in windows you will be able to get away with:
[Embed(source="assets/LOGO.png")] When the actual file name is logo.png, but in Unix the file name and the Embed tag must have the exact same case. __ Josh Vanderberg -- vanderblog.typepad.com --- In [email protected], "karunyanamuduri" <[EMAIL PROTECTED]> wrote: > > Hi All, > > I am a newbie in Flex. I am trying to do a simple Flex page deployment > on our servers. It worked just fine when I deployed on a windows > server. But I am getting error when I deployed on Sun - Unix ( Sun One > Webserver) in the html wrapper saying that object not found. > > > Any help is highly appreciated. > > > Thanks, > Karunya >

