Re: Evaluating Apache Royale for the long term

2018-09-28 Thread Ramazan Ergüder Bekrek
Trust me they will come back!27.09.2018, 12:53, "Fréderic Cox" :Hi Alex,Correct, I'm not going away from MXML nor Actionscript at all because I know about the advantages and workflows I love so much. The reality here is that we don't find a lot of AS3 developers anymore though, that is a small

Re: HTTPService and Stripe API

2018-09-26 Thread Ramazan Ergüder Bekrek
xact error you are getting. Thanks,-Alex From: Ramazan Ergüder Bekrek <e.bek...@yandex.com>Reply-To: "users@royale.apache.org" <users@royale.apache.org>Date: Wednesday, September 26, 2018 at 2:25 AMTo: "users@royale.apache.org" <users@royale.apache.org&

HTTPService and Stripe API

2018-09-26 Thread Ramazan Ergüder Bekrek
Hi guys I was wondering if it is possible to use the HTTPService with custom Authentication: Basic header.I tried to implement the Strip API with normal Adobe AIR and URLLoader with URLRequest but somehowthe calls to the https://api.stripe.com/v1/charges returns Stream error all the time. I don't

Re: Apache Flex AIR Application problems with a limitation of two HTTP request on windows

2018-12-19 Thread Ramazan Ergüder Bekrek
I don't understand why people are affraid of Flash ending in 2020. You can still stay on desktop with AIR and be successful with iOS and Android. People who are migrating on browsers are shooting themselves in the foot. The Browser is a bloody hell as environment.19.12.2018, 11:49, "Carlos Rovira"

VerifyError: Error #1053: Illegal override of objectHasSortField

2019-05-31 Thread Ramazan Ergüder Bekrek
Greetings everyone! I'm having an issue with a bootstrap loader of the RSLs from Apache Flex as external RSLs VerifyError: Error #1053: Illegal override of objectHasSortField in mx.collections.ComplexSortField.ReferenceError: Error #1065: Variable ColorDodgeShader_ShaderClass is not

Re: VerifyError: Error #1053: Illegal override of objectHasSortField

2019-06-06 Thread Ramazan Ergüder Bekrek
Does anyone knows what is going on here ?31.05.2019, 16:52, "Ramazan Ergüder Bekrek" :Greetings everyone! I'm having an issue with a bootstrap loader of the RSLs from Apache Flex as external RSLs VerifyError: Error #1053: Illegal override of objectHa

Re: Migrate to Royale Apache

2019-08-07 Thread Ramazan Ergüder Bekrek
I can't personally vouch for Electron. If your experience is mainly negative, so be it!     On Wed, Aug 7, 2019 at 11:07 AM Ramazan Ergüder Bekrek <e.bek...@yandex.com> wrote: Electron was used by many companies for various project but at the end they had to revert back to native apps

Re: Migrate to Royale Apache

2019-08-06 Thread Ramazan Ergüder Bekrek
I would never recommend Electron to anybody please be carefull lol. 22:07, August 6, 2019, Greg Dove :Hi Isabelle.I think the mentions about Android were correct but they may not answer your original question which is focused on desktop (Windows and Mac) builds.'I need to convert my adobe air

Re: Migrate to Royale Apache

2019-08-06 Thread Ramazan Ergüder Bekrek
the original requirements correctly, I would however recommend using Flex + AIR to make the desktop builds. I think this is quite common as an option.On Wed, Aug 7, 2019 at 10:18 AM Ramazan Ergüder Bekrek <e.bek...@yandex.com> wrote:I would never recommend Electron to anybody please be carefu

Re: How to compile an SWF to bypass any VerifyError for non-existing classes inside of that SWF

2019-07-20 Thread Ramazan Ergüder Bekrek
cies are and > make sure you load the appropriate RSL file... you can perhaps catch the > first VerifyError and examine it to see what class definition it's missing, > and then load in the definitions before re-trying? Bit of a hacky method > though! > > HTH > > thanks

How to compile an SWF to bypass any VerifyError for non-existing classes inside of that SWF

2019-07-17 Thread Ramazan Ergüder Bekrek
Greetings again! I have special use case that I would like to be able to reproduce and as an inspiration I took one specific SWF file which is part of the ADEP Gravity Client Component Framework which is an adaptation of the OSGi runtime in Actionscript 3.0. The file in question can be seen in

Re: How to compile an SWF to bypass any VerifyError for non-existing classes inside of that SWF

2019-07-17 Thread Ramazan Ergüder Bekrek
class will never be verified. > > HTH, > -Alex > > On 7/17/19, 10:53 AM, "Ramazan Ergüder Bekrek" wrote: > > Greetings again! > > I have special use case that I would like to be able to reproduce and as > an inspiration I took one specific SWF file which is p

Re: How to compile an SWF to bypass any VerifyError for non-existing classes inside of that SWF

2019-07-17 Thread Ramazan Ergüder Bekrek
wfdump -abc on the one that works and see if it is multi-frame. > > HTH, > -Alex > > On 7/17/19, 5:51 PM, "Ramazan Ergüder Bekrek" wrote: > > In my case I get a VerifyError when ever I compile a release version of > my custom RSLs loader which in it has

Re: How to compile an SWF to bypass any VerifyError for non-existing classes inside of that SWF

2019-07-17 Thread Ramazan Ergüder Bekrek
Here is a 2 frames view of JPEXS Decompiler : https://pasteboard.co/IoumcP0.png 18.07.2019, 05:28, "Ramazan Ergüder Bekrek" : > This is what I get: > > swfdump -abc gravity_shared_flex-flex450.swf > Error: Could not find or load main class 4.16.1 > > 18.07.2019, 0

Re: How to compile an SWF to bypass any VerifyError for non-existing classes inside of that SWF

2019-07-18 Thread Ramazan Ergüder Bekrek
n class. > > -Alex > > On 7/17/19, 8:31 PM, "Ramazan Ergüder Bekrek" wrote: > > Here is a 2 frames view of JPEXS Decompiler : > > > https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpasteboard.co%2FIoumcP0.pngdat

Re: How to compile an SWF to bypass any VerifyError for non-existing classes inside of that SWF

2019-07-18 Thread Ramazan Ergüder Bekrek
l is to see which scripts are on which frame, and maybe look at the > code itself to see why it may not try to verify the Application class. > > -Alex > > On 7/17/19, 8:31 PM, "Ramazan Ergüder Bekrek" wrote: > > Here is a 2 frames view of JPEXS Decompiler : &

Re: How to compile an SWF to bypass any VerifyError for non-existing classes inside of that SWF

2019-07-18 Thread Ramazan Ergüder Bekrek
l is to see which scripts are on which frame, and maybe look at the > code itself to see why it may not try to verify the Application class. > > -Alex > > On 7/17/19, 8:31 PM, "Ramazan Ergüder Bekrek" wrote: > > Here is a 2 frames view of JPEXS Decompiler : > >   

Re: How to compile an SWF to bypass any VerifyError for non-existing classes inside of that SWF

2019-07-18 Thread Ramazan Ergüder Bekrek
Does anybody have contact to someone at Adobe who can give us the source code of that file so that we can understand this mistery cause I'm trying to figure this out since 2 years now? 18.07.2019, 12:21, "Ramazan Ergüder Bekrek" : > I found this page with all the compiler optio

Re: How to compile an SWF to bypass any VerifyError for non-existing classes inside of that SWF

2019-07-18 Thread Ramazan Ergüder Bekrek
Here are the release and debug versions of the file in question. https://gofile.io/?c=Njkheb 18.07.2019, 12:28, "Ramazan Ergüder Bekrek" : > Does anybody have contact to someone at Adobe who can give us the source code > of that file so that we can understand this mistery

Re: How to compile an SWF to bypass any VerifyError for non-existing classes inside of that SWF

2019-07-18 Thread Ramazan Ergüder Bekrek
, "Ramazan Ergüder Bekrek" : > Here are the release and debug versions of the file in question. > > https://gofile.io/?c=Njkheb > > 18.07.2019, 12:28, "Ramazan Ergüder Bekrek" : >>  Does anybody have contact to someone at Adobe who can give us the source >&

Re: How to compile an SWF to bypass any VerifyError for non-existing classes inside of that SWF

2019-07-18 Thread Ramazan Ergüder Bekrek
TreeDisclosureOpen_2060449952 is not defined. ReferenceError: Error #1065: Variable _class_embed_css_Assets_swf__509536564___brokenImage_859899623 is not defined. ReferenceError: Error #1065: Variable _class_embed_css_Assets_swf__374270191_CloseButtonDown_1195601447 is not defined. Ref

Re: How to compile an SWF to bypass any VerifyError for non-existing classes inside of that SWF

2019-07-19 Thread Ramazan Ergüder Bekrek
Can somebody ask Adobe's team to provide the compilation-config.xml file so that I can reproduce the same behavior from skipping the VerifyError messages that I get? 18.07.2019, 13:02, "Ramazan Ergüder Bekrek" : > What I did is to download the latest Apache Flex SDK like d

Re: OSMF having playing problems when used in OSGi context

2019-07-24 Thread Ramazan Ergüder Bekrek
eve they are resolved now.. > > thanks > >    Andrew > > -Original Message- > From: Ramazan Ergüder Bekrek > Sent: 17 July 2019 11:39 > To: users@royale.apache.org > Subject: [EXTERNAL] Re: OSMF having playing problems when used in OSGi context > > Hi Alex

Re: OSMF having playing problems when used in OSGi context

2019-07-25 Thread Ramazan Ergüder Bekrek
Are you sure you > checked the right urls? > > -Alex > > On 7/24/19, 7:22 AM, "Ramazan Ergüder Bekrek" wrote: > > I tried to reinstall the Apache Flex SDK 4.16.1 with AIR SDK 32 and > noticed that the AIRSDK_Compiler.zip file which is downloaded by the Apac

Re: OSMF having playing problems when used in OSGi context

2019-07-25 Thread Ramazan Ergüder Bekrek
ou come up to the same result. 25.07.2019, 12:28, "Ramazan Ergüder Bekrek" : > Well my last post was a confirmation that I checked the urls so the > installation and see for yourself. > > 25.07.2019, 09:19, "Alex Harui" : >>  Adobe typically publishes two pa

OSMF having playing problems when used in OSGi context

2019-06-14 Thread Ramazan Ergüder Bekrek
I've created an OSMF plugin which fetch videos from youtube and then play them when the url is received. When I test my plugin in an Adobe AIR Desktop project the video plays without a problem. The code for the test app is the folowing: https://pastebin.com/bn9kBrK0 the log trace is the

Re: Jewel TodoMVC Example

2020-01-30 Thread Ramazan Ergüder Bekrek
Carlos can you point out where is the source code for this? I remember trying to learn React the first time just to do this application andit was such a pain to learn the framework. Now that I can code it with ActionscriptI'm getting excited. Thank you for your contribution 31.01.2020, 00:58,

RTMFP with Apache Royale

2020-04-03 Thread Ramazan Ergüder Bekrek
Greetings to y'all! Some times ago we discussed about p2p in Royale and I asked a question about when does the p2p aspect will be implemented. Someone told me to contribute to Royale by initiating a first implemention. Well it seems that I don't need to do that at all because I have found a

Re: RTMFP with Apache Royale

2020-04-03 Thread Ramazan Ergüder Bekrek
Thank you Yishay for your answer. I can't wait to read what they both have to say about this.  03.04.2020, 17:17, "Yishay Weiss" : I think Harbs and Josh can share their experience in that regard.   From: Ramazan Ergüder Bekrek <e.bek...@yandex.com> Sent: Friday, April 3,

Re: RTMFP with Apache Royale

2020-04-03 Thread Ramazan Ergüder Bekrek
gt; I did look into it some time back, but I have not had time to pursue it. I am > not sure it specifically had support for P2P stuff though. > > On Sat, 4 Apr 2020, 05:25 Carlos Rovira, wrote: >> I'm interested too in know if someone has started some effort around RTMP >>

Typescript to Haxe externs might be used for AS3

2020-05-19 Thread Ramazan Ergüder Bekrek
Greetings to all! This project might give a boost to Royale if we want to use any npm packages in our Flex app. Did someone already tried something like this? https://community.haxe.org/t/use-typescript-definitions-with-haxe-dts2hx-is-ready-to-use/2440/7Best regards

Re: Typescript to Haxe externs might be used for AS3

2020-05-19 Thread Ramazan Ergüder Bekrek
Since AS3 and Haxe are almost similar we could adapt it for npm packages conversion. 12:43, May 19, 2020, Yishay Weiss : Hi Ramazan,   How do you propose to use this for Royale?   Thanks, Yishay   From: Ramazan Ergüder Bekrek Sent: Tuesday, May 19, 2020 12:34 PM To: users Subject: Typescript

Re: Nodejs and Apache Royale for server side

2020-05-22 Thread Ramazan Ergüder Bekrek
Check that thread title I make a link to the article. https://community.haxe.org/t/use-typescript-definitions-with-haxe-dts2hx-is-ready-to-use/2440/7I think there will be no need for manual externs definition anymore 

Re: Nodejs and Apache Royale for server side

2020-05-22 Thread Ramazan Ergüder Bekrek
This already is possible take a look at redtamarin open source project. Server side Actionscript Josh can you see if this thread can be useful for automatic externs generation via Haxe and some tool that Microsoft is also developing? I need your expertise on this thread. Typescript to Haxe externs

Interesting product from Japaneses

2020-08-14 Thread Ramazan Ergüder Bekrek
Greetings to all! I have stumbled upon this little gem while surfing maybe it will interest some of you https://swf2js.com/ How to run any Flash SWF with one liner inside browser without Flash plugin. This blew my mind. Best Regards

Re: Interesting product from Japaneses

2020-08-14 Thread Ramazan Ergüder Bekrek
The english version is here : https://swf2js.com/en/index.html15.08.2020, 01:07, "Ramazan Ergüder Bekrek" :Greetings to all!I have stumbled upon this little gem while surfing maybe it will interest some of youhttps://swf2js.com/How to run any Flash SWF with one liner inside browser wit

Re: Interesting product from Japaneses

2020-08-15 Thread Ramazan Ergüder Bekrek
If you look here it says that they are working on it for an answer : https://swf2js.com/en/index.html#resume15.08.2020, 01:06, "Ramazan Ergüder Bekrek" :Greetings to all!I have stumbled upon this little gem while surfing maybe it will interest some of youhttps://swf2js.com/How to run any

Re: Interesting product from Japaneses

2020-08-15 Thread Ramazan Ergüder Bekrek
the project running some SWFs, do you know where I can find?Also, I guess Flex apps are not supported, but do you know something about that?thanksEl sáb., 15 ago. 2020 a las 1:07, Ramazan Ergüder Bekrek (<e.bek...@yandex.com>) escribió:The english version is here : https://swf2js.

Re: debugging royale js apps?

2020-11-11 Thread Ramazan Ergüder Bekrek
 Don't forget to record the session and make it available on Royale web site.Best Regards08:44, November 11, 2020, Piotr Zarzycki :Hi Scott,If you are not in a hurry in the next 2 weeks we will prepare short video how to debug in Moonshine and in Web browser only - Is it ok for you? If you don’t

Re: Happy New Year 2021!

2021-01-01 Thread Ramazan Ergüder Bekrek
I will not wish a happy year to anyone but rather wish that you live more consciously so that you decide between what brings happiness in your heart and what could lead yourself ashtray.I wish you a more conscious year.03:00, January 1, 2021, Maria Jose Esteve : Thank you. Likewise, Happy 2021

Re: dts2as (archived) + ECharts

2021-03-05 Thread Ramazan Ergüder Bekrek
te how to create echarts typedefs that way that would be awesome.   Yishay From: Ramazan Ergüder Bekrek <e.bek...@yandex.com> Sent: Monday, March 1, 2021 10:34 AM To: users@royale.apache.org <users@royale.apache.org> Subject: Re: dts2as (archived) + ECharts   There's a tool

Re: dts2as (archived) + ECharts

2021-03-01 Thread Ramazan Ergüder Bekrek
There's a tool in Haxe which does the same its called something like typescript to haxe. Then convert to as309:39, March 1, 2021, Maria Jose Esteve : I am convinced that understanding what is being done "everything comes out". Right now all my time I am focusing on "solving the problems that have

DTS to HAXE transpiler

2021-12-12 Thread Ramazan Ergüder Bekrek
Greetings all! I found this tool which might be useful for AS3 Royale users.I am pretty sure you will find a good use for it. Best regards

Re: DTS to HAXE transpiler

2021-12-12 Thread Ramazan Ergüder Bekrek
Since Haxe and AS3 have almost the same syntax you can see the beautiful result that is generatedwith DTS2HAXE. https://github.com/haxiomic/three-js-haxe-externs This would save you time and energy for repetitive manual tasks.12.12.2021, 20:57, "Ramazan Ergüder Bekrek" :Greetings al