I’ve been using WP-SWFObject for some time now in WordPress and it works fine except when you want to provide the source to the file. By default Flash will use a relative path from the HTML page the SWF is embedded in and not relative to itself. Firstly to solve this I monkey patched the Flex Application class, but patching WP-SWFObject makes more sense.
This slight alteration enabled you to specify the ‘base’ parameter…
base – . or [base directory] or [URL]. Specifies the base directory or URL used to resolve all relative path statements in the Flash Player movie. This attribute is helpful when your Flash Player movies are kept in a different directory from your other files.
in the settings for the plugin.
