こんな感じでFlexから直でつなげます。
<sql:MysqlService
id="sqlService"
host="database.mydomain.com"
port="3306" user="username"
scrambler="{new PlainTextScrambler('password')}"
database="databaseName"
response="onResponse(event)"
error="onError(event)" />
こんな感じでFlexから直でつなげます。
<sql:MysqlService
id="sqlService"
host="database.mydomain.com"
port="3306" user="username"
scrambler="{new PlainTextScrambler('password')}"
database="databaseName"
response="onResponse(event)"
error="onError(event)" />