The EV Certificate I have came on a USB drive. I purchased mine from Comodo
and is easy to use. The only issue I have found is when trying to sign .air
files but, if you use Captive Runtime then it's not a problem.
--
Sent from: http://apache-flex-development.247.n4.nabble.com/
I had a similar issue. I now use an EV Certificate for may AIR apps and don't
have any problems. The EV certificate is the best one as it also helps with
Microsoft Smart Screen reputation.
--
Sent from: http://apache-flex-development.247.n4.nabble.com/
Hi Yishayw,
That looks very much like the code I have in my Flex code that I compile as
an Air Application.
The Application I am building at the moment is a using the
Jewel components and I couldnt get FileReference to work as it would not
compile so I went with FileProxy.
Maybe I am doing some
Ok, i got it working by removing the third parameter
fileModelWithParams.setParam("username",my_user_name,fileModel.name);
and changed to:
fileModelWithParams.setParam("username",my_user_name);
Seems to have worked.
--
Sent from: http://apache-flex-development.247.n4.nabble.com/
HI thanks Yishay. I was having problems with FlexGlobals.topLevelApplication
not included. I think its ok now.
Thanks
--
Sent from: http://apache-flex-development.247.n4.nabble.com/
Hi, im trying to convert a Flash Builder(Flex) project into an Apache Royale
project for the web. and im getting stuck over file uploads. I have looked
at the samples using the FileProxy method but keep getting errors. I am
using the new 0.9.7 sdk. My code is below. Any thoughts would be great.
My
Hi I am looking at converting a Flex application over to Royale. In Flex I
can use FlexGlobals.topLevelApplication.myVar to reference data set in the
main application. Does Royale have an equivalent th this?
Thanks
MikeH
--
Sent from: http://apache-flex-development.247.n4.nabble.com/