// 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
_edited_edited.png
Dim ond y dechrau oedd cael eich gadael ar Ddydd Nadolig.
Felt Like Running Productions Yn cyflwyno eu ffilm nodwedd gyntaf

Y Tîm

DUR REECE

Cynhyrchwyr Gweithredol

ALISON M. REID
DM SIMONS
KYLE WONG

Recordio Sain

ALBA ATENCIA DE PABLO

JACK DEMPsey

Colur a Gwallt

SAMUEL MAMMONE

madeupbysamuel

Goruchwyliwr Sgriptiau

DANIEL ARCHIBALD

Cymysgedd Sain

JON YOUELL

Lliwiwr

GALWOD TARYN

Cyswllt Tanio Griffin

REBECCA MORROW

Cyswllt Tanio Griffin

REBECCA MORROW

VFX ychwanegol

SAM GOODWIN

CRAIG A. ROBERTSON

Arlwyo

COLLETTE FOORD

Gwaith Celf Hyrwyddol

JAC RUNDELL

Cymdeithasol

  • Instagram
  • Facebook
  • Twitter
  • YouTube
  • TikTok

Cysylltwch â Ni

Byddwn yn ôl mewn cysylltiad yn fuan!

Cael Diweddariadau gennym Ni

Diolch am danysgrifio!

Felt Like Running Productions Yn cyflwyno eu ffilm nodwedd gyntaf
_edited_edited.png
Dim ond y dechrau oedd cael eich gadael ar Ddydd Nadolig.
bottom of page