No i dont. i only have the service-config.xml file which is given with amfphp
</br>
its something like this</br></br>
<services-config>
        <services>
                <service id="amfphp-flashremoting-service" 
                                 
class="flex.messaging.services.RemotingService" 
                                 
messageTypes="flex.messaging.messages.RemotingMessage">
                        <destination id="amfphp">
                                <channels>
                                        <channel ref="my-amfphp"/>
                                </channels>
                                <properties>
                                        <source>*</source>
                                </properties>
                        </destination>
                </service>
        </services>
        
        <channels>
                <channel-definition id="my-amfphp"
class="mx.messaging.channels.AMFChannel">
                        <endpoint 
uri="http://localhost:80/Workspace/amfphp/gateway.php";
class="flex.messaging.endpoints.AMFEndpoint"/>
                </channel-definition>
        </channels>
</services-config>
</br>
</br>
</br>
</br>
</br>

valdhor-3 wrote:
> 
> Do you have a crossdomain.xml file on your server?
> 
> 
> --- In [email protected], soulflow132 <sfood00...@...> wrote:
>>
>> 
>> Hi am new to flex 3.
>> </br> I've created a flex application that connects to database using
>> amfphp.</br>
>> When i compile it and run it on flex builder environement it simply works
>> .</br>
>> So i wanted to export it as release and i've done so.</br>
>> As result i got a bin-release folder that contain the swf html file and
>> other files.</br></br>
>> When i try to open the index.html file i got an error warning like</br> 
>> http://www.nabble.com/file/p22784941/erreur.jpg 
>> </br></br></br>
>> so PLEASE HOW CAN i resolve this problem.</br>
>> Thank you alot and have a nice day
>> -- 
>> View this message in context:
>> http://www.nabble.com/AMFPHP-release-project-security-problem-tp22784941p22784941.html
>> Sent from the FlexCoders mailing list archive at Nabble.com.
>>
> 
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/AMFPHP-release-project-security-problem-tp22784941p22796037.html
Sent from the FlexCoders mailing list archive at Nabble.com.

Reply via email to