I want to pass an url to a config xml to my flex application I have
tried going to the Run/Debug/Config properties and changing the path
to launch to a local url

default
c:\dev\bin\MyApp.html
so
file:///C:/dev/bin/MyApp.html?config=http://myconfigurl/

the file protocol works great in the browser but I can't seem to 
get flexbulider to agree. It resets my urls to the default.

so then i tried to edit the launch through the browser settings
which i didn't think would work and didn't but also gave me this error

An internal build error occurred during: "Launching"
URI has a query component

The way i have been getting around this problem is to hard code the
url during debugging :((

Help.

Reply via email to