Hi Yishay,
I received this from the server when I've replied from the forum:
host mx1-ec2-va.apache.org[34.199.147.133] said: 550
5.7.1 Service unavailable; client [162.253.133.72] blocked using
b.barracudacentral.org (in reply to RCPT TO command)
Btw here my response:
Yes, the migrated application should run in a browser.
I have follwed the steps written by harui, but I have this error:
This tag could not be resolved to an ActionScript class. It will be ignored.
on this line:
<s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.apache.org/royale/spark"
xmlns:mx="library://ns.apache.org/royale/mx">
Please consider that *I'm testing it on a simple project with just one
mxml file *(not my big project)**cointaing few lines:
<?xml version="1.0" encoding="utf-8"?>
<s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.apache.org/royale/spark"
xmlns:mx="library://ns.apache.org/royale/mx">
<fx:Declarations>
</fx:Declarations>
<s:Graphic>
<s:Rect id="rect1" width="200" height="200">
<s:fill>
<s:SolidColor color="0xFFFFCC"/>
</s:fill>
<s:stroke>
<s:SolidColorStroke color="0x660099"
weight="2"/>
</s:stroke>
</s:Rect>
</s:Graphic>
</s:WindowedApplication>
Could be resolved in some way?
Thank you,
Ilariad