I have a situation where I need my swf to load from a domain. Currently my flex set up always loads a SWF from file//...
I would prefer the domain to be local.somedomain.com
Does anyone know how to do this?
I have a situation where I need my swf to load from a domain. Currently my flex set up always loads a SWF from file//...
I would prefer the domain to be local.somedomain.com
Does anyone know how to do this?
Create a simple html page that has the object tag and load it from there. It will load from the same domain the html page is loaded from.
When you hit the debug button in Flex Builder, you are actually running an html page (its in the html-template folder called index.template.html). If you right click the project in the navigator and click properties, then click run/debug settings, you can edit a "launch configuration" and tell it what page to load (here, you can just modify the debug or run path to be a url instead of a folder path).