15

Flash replacement

 4 years ago
source link: https://its-near.me/flash2/editor?key1=a80c73d6bf
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

FAQ

How to Export:

1) Click on Export and choose a filename. The extension should be js eg. myAnimation.js

2) Obvious, but... remember where you exported it to and the name.

How to Use In aPlayer:

1) Import the file

How to use In your own web page.

1) Save the exported file to a publicly accessible directory. eg. For an Apache with Laravel: /path/To/My/Webserver/public/flashExport.js

2) Create elements for your animation in the web page:

<input id="configJson" type="hidden" value="">
          <div id="drawing" style="position:relative:width:50px;height:50px"></div>

3) Include:

<script src="https://its-near.me/js/flash2player.min.js"></script>

4) Include the exported file in your header

<script src="/flashExport.js"></script>
Example Page

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK