Creating Adobe Flash/Flex UI for WordPress backend integration

I’ve been thinking about the customization capabilities of WordPress and how far we can take them. It’s widely known that WordPress excels with custom CSS, but I’m interested in exploring if we can build a completely separate user interface using Adobe Flash or Flex that interacts with WordPress as the backend. From a technical perspective, it seems feasible since there are APIs available for WordPress. My main inquiry centers around the practical implementation. Has anyone pursued this strategy? Are there existing projects or insights on this topic? I would appreciate hearing about any real-life experiences or challenges faced in similar initiatives.

thats actually a really intresting concept! i’ve never tried flash/flex with wordpress but im curious - what specific advantages are you hoping to get over traditional web interfaces? also, are you planning to use the REST API or the older XML-RPC? would love to hear more about your vision for this!

flash is pretty much dead now though, right? i mean adobe killed it off completely. maybe look into something like react or vue instead - they can do all the fancy ui stuff flash used to do but actually work with modern browsers and dont need plugins.

I actually worked on a similar project several years ago before Flash was deprecated. While technically possible through WordPress REST API integration, the approach presented significant challenges. The primary issue was maintaining session management and authentication between Flash and WordPress, which required custom token handling. Performance was another concern since Flash applications tend to be resource-intensive compared to standard web interfaces. Additionally, SEO became problematic as search engines couldn’t index Flash content effectively. The project ultimately required extensive ActionScript development for API communication and data parsing. Given that Adobe discontinued Flash Player support in 2020, I would strongly recommend reconsidering this approach in favor of modern JavaScript frameworks that can achieve similar interactive experiences while maintaining better compatibility and security standards.