Re: Rich media in Royale

2023-09-22 Thread Harbs
FWIW, I implemented a Video component in Spectrum: https://github.com/unhurdle/spectrum-royale/blob/master/Spectrum/src/com/unhurdle/spectrum/VideoAsset.as There’s also Video in the HTML package:

Re: Rich media in Royale

2023-09-22 Thread Hugo Ferreira
The option 2, will be a faster way to solve the problem but the option 1 will fill the gap between Flex and Royale and also will enrich even more Royale. But in the end, it depends. For example: A TexInput makes perfect sense having full native support in Royale (and of course we have). It's like

Re: Rich media in Royale

2023-09-22 Thread Piotr Zarzycki
Hi Virginia, In general when you are using Apache Royale to port Flex application I would recommend to think about it like - if something is missing in Royale: 1) I can add it on my own - make a pull request 2) I would search in JS world library/native solution which solves my problem - When you