Is it possible to specify the Domain for extra resource for the flash object?
I have a page with <OBJECT>
tag and a flash obj.
The issue is that the flash app try to access to some extra resource (images, mp3, etc.) and because it is Embedded in ad index.php with MVC model it is pointing to the wrong URL.
Details:
- swf is hosted in
BASE_URL/media/
- swf point to ->
BASE_URL/index.php/files/...
- Files are hosted in
BASE_URL/media/files/
Any way to force the flash to point to a particular dir. without changing the .swf code and so directly in the <OBJECT>
tag ?