Skip to content

Commit

Permalink
use nice getting started button
Browse files Browse the repository at this point in the history
  • Loading branch information
bates64 committed Nov 23, 2023
1 parent de997c4 commit 3051522
Showing 1 changed file with 16 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,24 @@ title: CheerpX for Flash
description: Run Flash content in the browser without the Flash Player
---

import LinkButton from "@/components/LinkButton.astro";

**Latest release:** ![Latest version](https://img.shields.io/badge/2022--05--19-v35-green)

CheerpX for Flash is a solution for organisations to support Flash applications running on modern browsers (Chrome, Edge, Firefox) without using the Adobe Flash plugin. CheerpX for Flash is a pure HTML5/JavaScript/WebAssembly solution that is added to existing, unmodified Flash applications, to transform them into HTML5 pages.

This allows end users to access existing Flash content with standard browsers, and doesn't require any modification to the original Flash source code to work. CheerpX for Flash is added to existing Flash pages via either a single line of JavaScript, or a via a browser extension (for dynamically generated Flash pages).

[**Main project link**](https://leaningtech.com/cheerpx-for-flash/)
[Product page](https://leaningtech.com/cheerpx-for-flash/)

## What is CheerpX for Flash?

<p align="center"><img src="https://leaningtech.com/wp-content/uploads/2021/02/treeFlash.gif" width="450"></p>
<p align="center">
<img
src="https://leaningtech.com/wp-content/uploads/2021/02/treeFlash.gif"
width="450"
/>
</p>

**CheerpX for Flash is constituted of three components:**

Expand Down Expand Up @@ -43,13 +50,14 @@ CheerpX is currently in active development, and is used by organisations worldwi

To learn more about how you can test CheerpX for Flash, [speak to our team](https://leaningtech.com/contact-us/?subject=CheerpX%20for%20Flash%20information%20request#mailus).

If you have already spoken to us and are beginning to test CheerpX, please refer to the following pages:
If you have already spoken to us and are beginning to test CheerpX, get started by clicking the link below.

1. [CheerpX Tutorial](/cheerpx-for-flash/getting-started/tutorial)
2. [Getting Started](/cheerpx-for-flash/getting-started)
3. [How Things Work](/cheerpx-for-flash/how)
4. [CheerpX Native Bridge](/cheerpx-for-flash/native-bridge)
5. [Chrome Extension](/cheerpx-for-flash/chrome-extension)
<LinkButton
label="Get started"
type="primary"
href="/cheerpx-for-flash/getting-started"
iconRight="mi:arrow-right"
/>

## Bugs and Questions

Expand Down

0 comments on commit 3051522

Please sign in to comment.