Content tagged postmessage

Report Tag

7 usages of this tag
2

In this video, we are going to see how to setup cross-window communication between iFrame and its parent site with postMessage() and Construct 3. We are going t...

  • 0 replies
  • 201 views
This content is deleted
Forum Topic
Issues with sw.js
0 favourites

I'm trying to pass a postMessage from my hosting website to the game and I get an error that. This Is'nt my code, is anyone aware of what can be done, or is thi...

posted 3 years ago
  • 13 replies
  • 1.8K views
This content is deleted
Forum Topic
How do I receive a Postmessage inside construct?
0 favourites

I have my game hosted in an iframe inside a page. The parent page needs to pass a token to the game. I have the parent page send a post message to the gamewindo...

posted 3 years ago
  • 0 replies
  • 460 views
This content is deleted
Forum Topic
How do I receive a postmessage inside construct?
0 favourites

I'm cross posting this from the scripting forum since it's been close to a month and my work is stalled due to this. I'm a bit confused about the various script...

posted 3 years ago
  • 5 replies
  • 309 views
This content is deleted
Forum Topic
How do I send a variable using window.postMessage()?
1 favourites

How to send a variable from C3 (game in iframe) to the parent webpage using window.PostMessage()? What to do in C3 for that?

posted 2 years ago
  • 2 replies
  • 413 views
This content is deleted
Forum Topic
How do I use window.postMessage() in Construct?
0 favourites

I'm trying to send a message to the iFrame using window.PostMessage but the server doesn't seem to get my message no matter what. Can someone give some examples...

  • 2 replies
  • 194 views
This content is deleted
Forum Topic
How do I get text from a PDF to my project?
0 favourites

I used a file chooser and an HTML Element to load and read a PDF, but now I want to extract some information from this PDF to fill in some variables. I read som...