Apache Royale is the successor of Adobe Flex. While Flex used MXML and ActionScript 3 to produce rich internet applications for Adobe Flash Player and AIR, Apache Royale uses the same programming language (AS3) and XML definition files to produce applications targeting different platforms, including HTML/JavaScript without any plugins.
Questions tagged [apache-royale]
65 questions
1
vote
1 answer
How to do a transition effect on state change with Apache Royale?
I would like to have a transition animation when changing state.
After several tries, I don't see what's the issue.
My first goal is to trigger an alpha effect from 1 to 0 when "Card HOME" is hidden
As there is no showEffect or hideEffect, I tried…

Fred
- 399
- 3
- 12
1
vote
1 answer
What's difference between all Button classes on Apache Royale, which are the more efficient?
Please could you clarify my comprehension of the packages having similar component ? For exemple let's take a Button.
(update: Looking at sources, I guess that Royale is a set of several projects. The list is in…

Fred
- 399
- 3
- 12
1
vote
1 answer
How to style Button with Apache Royale
Playing with exemples located in apache-royale-0.9.6-bin-js\royale-asjs\examples, I tried to change background or font color of a Button.
So, I found an exemple of how to use style for js|TextButton, but I ask myselft several questions :
1) how to…

Fred
- 399
- 3
- 12
1
vote
2 answers
How to use graphic svg elements with apache royale?
Fan of Flex, I just discover apache Royale. I knew about FalconJS, I thought it was death, but no, after seeing Tour of jewel I'm very exited to use it. Thanks to all contributors.
I play a little with exemples, but I don't know how to add svg…

Fred
- 399
- 3
- 12
1
vote
1 answer
Royale setup in VSCode
New to Royale, copied checkbox mxml code from Tour de Jewel to learn Royale. Compilation with errors.
Followed instruction from https://github.com/BowlerHatLLC/vscode-as3mxml/wiki/Install-the-ActionScript-and-MXML-extension-for-Visual-Studio-Code…

dennislee
- 65
- 1
- 8
1
vote
1 answer
Definition com.adobe.cairngorm.vo.IValueObject could not found
i am unable to include external ".swc" files in compilation time.
Please help me? or suggest alternative ways? i am using sevaral 3rd party swc files , so is right choice to migrate my application to apache royale ?

Naresh_Nalla
- 21
- 7
1
vote
1 answer
create or add section content at runtime
I want to add / create section content at runtime. I see example from tour de jewel mainContent.mxml but seems it is all section content is loaded when application start.
I want only load the section content when it's needed, not loading at all when…

choirulanam
- 67
- 4
1
vote
1 answer
How to talk to Spring +blazeDS services from apache Royale uisng RemoteObject
I have question here Right now I am least worried about UI for now.
My ultimate goal is to talk to Spring Services(BlazeDS destinations which are defined in remoting-config.xml) from Apache Royale remote object.
I have started my work like in this…

Ravikanth
- 7
- 3
1
vote
1 answer
Moonshine 2.2.0 compilation error for Royale Browser Project
I have just downloaded to use Moonshine to compile a Moonshine generate NewJavaScriptBrowserProject and got the following error. All compilation works for NewActionScriptProject, NewFlexBrowserProject, NewFlexDesktopProject except…

dennislee
- 65
- 1
- 8
1
vote
1 answer
Apache Royale equivalent to onEnterFrame in Flex?
Some of my legacy Flex applications use onEnterFrame to manage animations and interactions (like whether the spacecraft hits the asteroid in a game). I want to migrate some of this material to Apache Royale. Is there an equivalent of onEnterFrame in…

Andrew Wetmore
- 33
- 6
0
votes
0 answers
Javascript : Uncaught TypeError: window.SampleJSFModule is not a constructor
I am trying to call an external javascript module (SampleJSFModule.js) from Action Script file (samplejs.as), which itself is being referred in an Apache Royale mxml file.
// @externs
// samplejs.as
package {
import…

AnR
- 1,809
- 3
- 26
- 45
0
votes
0 answers
load swc in a js apache royale project
I have a .swc library which I've been using in my flex project. it is a pure .as library compiled into an swc file. So, it does not include any js in it.
here is my asconfig.json
//…

Hadi tavakoli
- 1,267
- 2
- 16
- 30
0
votes
1 answer
How to play an mp3 with Apache Royale
All is in title.
Is there an easy way to play an mp3 and/or show a basic mp3 player (track / play /pause) ?

Fred
- 399
- 3
- 12
0
votes
1 answer
Using images from SWC libraries in Apache Royale 0.9.8
We are working on a migration project using Apache Royale and the project contains plenty of SWC files that contains JPG and PNG images.
We have been trying to use them directly from the libs but without any success. If we copy the file directly to…

Piltsen
- 161
- 4
0
votes
0 answers
Apache Royale and JDK 8 compatibility
I'm trying to create an Apache Royale project with Java back end.
I've used in my pom blazeds-spring-boot-starter but I have a compatibility issue about the JDK compatibility in org.springframework.flex.config.FlexConfigurationManager class in the…

Joe Taras
- 15,166
- 7
- 42
- 55