On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

scritch editor

A simple, customizable audio player designed for artists · By torcado

Using Player in Existing HTML

A topic by esharpminor created Jul 19, 2023 Views: 169 Replies: 1
Viewing posts 1 to 2

Basically what the title says: how would you go about integrating this player into an already existing HTML? 

Developer

Hi, you have a couple options:

  1. upload the player files to some location on your server, then add an iframe on your page that points to the index.html that you uploaded.

  2. upload the supporting files into the directory your html page exists (or at another location, but you’ll have to update references), and add in the player’s styles, html, and scripts into your page (or vice versa, adding your page’s content into the scritch player’s page)