Copyable scrolling text box already created in FLASH

Sep 10, 2018

Hello - 

I have created scrolling/copyable text boxes in Flash for my client to house large amounts of text.  These work exactly as they should when I insert them as a swf object into my Storyline 360 projects.  Learners can scroll and copy/paste to wherever they wish.

Knowing that Flash is on the way out, I'm desperately trying to convert or recreate these text boxes to html5.

Anybody have experience with this or have ideas?  

thanks!

4 Replies
Michael Hinze

There are lots of HTML tutorials available online, here is just one. For my example, I simply used Notepad and manually created a simple html page like this:

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>WebBasedText</title>
</head>

<body>

Some text shown in a web object
</body>
</html>

This discussion is closed. You can start a new discussion or contact Articulate Support.