if you dont understand just say so. Ill then try and make my self clear.

    no.. you can not make a .php file be flash. you can only include that .swf file by using an include.

    the code that you have above is html. which is ok!. Lots of people mix php and html together. However.. depending what kind of site you are going to do.... it is recomanded to keep your html apart from the php (two different files).

    did that help ya?

      cheers thx! use the include.

      thats all I needed to know.

        You could pass a flash file through php, just deliver the right [man]header[/man] and tell the browser it's a flash file, then use [man]readfile[/man] or [man]fpassthru[/man] to output the flash file.

          ah yep thx. I only got the image working before and this is the answer i was looking for. thanx again.

            Write a Reply...