Hi
Say you have a SWF file with an FLV player that you want to embed on any site. A scenario could look like this:
Url of the page embedding the SWF: www.example.com
Url to the SWF: www.swf-domain.com/player.swf
Url to the FLV: www.swf-domain.com/movie.flv
Is there any possible way, that you can refer to the FLV from within the SWF using a relative path?
UPDATE I'm not looking for a solution on how to achieve it. I'm trying to verify that it cannot be done.