I have a file, which is not hosted on my site, which I need to stream through an FLV player which I made on flash. But the problem is that the file I need to stream is not named 'file.flv' it is named 'file.rar'. However it is an flv file not a rar. If you rename the file to .flv it plays.
So what I need to do is to some how change the extention to .flv before it goes into the flv player. I know its possible becuase another site is doing a similar thing.
I have found this file which should work but I dont know how to apply it. Its for .htaccess
AddType application/x-httpd-php .gne
If I have not explained this clearly enough please tell me what you dont understand.
Thanks guys