// Configure message handler $w.onReady(() => { $w('#receivedMessages').text = "Messages Received:\n"; // when a message is received from the HTML Component $w("#html1").onMessage( (event, $w) => { addReceivedMessage(event.data); } ); } ); // Update received message log function addReceivedMessage(message) { let newMessage = JSON.stringify(message); $w('#receivedMessages').text += '\n'+newMessage; } // Send message to html component function sendMessage(action, message, payload) { if (action && message) { let theMessage = {action:message}; if (payload) { theMessage.payload = payload; } $w('#html1').postMessage(theMessage); } } // Request OS Type from html component export function button1_click(event, $w) { // Ask html component for OS sendMessage('action', 'OSInfo'); } HTML Component Code

HTML Component Loading...

animation: fadeBackground 6s; animation-fill-mode: forwards; @keyframes fadeBackground { from { background-opacity: 0%; } to { background-opacity: 100%; } } /* width */ ::-webkit-scrollbar { width: 10px; } /* Track */ ::-webkit-scrollbar-track { background: #f1f1f1; } /* Handle */ ::-webkit-scrollbar-thumb { background: #888; } /* Handle on hover */ ::-webkit-scrollbar-thumb:hover { background: #555; }
top of page
Felt Like Running Productions présente son premier long métrage
Felt Like Running Productions présente son premier long métrage
THE THISTLE IN THE KISS
Se faire larguer le jour de Noël n'était que le début.
Contact Us

Contact us

Join our mailing list

Felt Like Running Productions présente son premier long métrage
Felt Like Running Productions présente son premier long métrage
The Thistle in the Kiss
Se faire larguer le jour de Noël n'était que le début.

L'équipe

ACIER REECE

Producteurs exécutifs

ALISON M. REID
DM SIMONS
KYLE WONG

Enregistrement sonore

ALBA ATENCIA DE PABLO

JACK DEMPSEY

Maquillage & Coiffure

SAMUEL MAMMONE

maquillageparsamuel

Superviseur du scénario

DANIEL ARCHIBALD

Mixage du son

JON YOUELL

Coloriste

TARYN CALVERY

Blazing Griffin Liaison

REBECCA MORROW

Blazing Griffin Liaison

REBECCA MORROW

Effets visuels supplémentaires

SAM BONWIN

CRAIG A. ROBERTSON

Restauration

COLLETTE ALIMENTAIRE

Oeuvre promotionnelle

JAC RUNDELL

Social

  • Instagram
  • Facebook
  • Twitter
  • YouTube

Social

Aucun post publié dans cette langue actuellement
Dès que de nouveaux posts seront publiés, vous les verrez ici.
Felt Like Running Productions présente son premier long métrage
Felt Like Running Productions présente son premier long métrage
The Thistle in the Kiss
Se faire larguer le jour de Noël n'était que le début.
bottom of page