Content tagged iframe

The HTML Inline Frame element (iframe) represents a nested browsing context, embedding another HTML page into the current one.

Report Tag

74 usages of this tag
10
This content is deleted
Tutorial
Communicating with an iFrame
6 favourites

This demonstration will show you how to communicate with an iFrame in Construct 3. You can get the template at this URL : Contact me on Fiverr if you want furth...

5

In the file attached you will learn how to use Javascript 3d library and combine with Construct 3 iframe to display 3d backgrounds and 3d objects to create a 3d...

4
3 favourites

In the File Attached you will learn how to manipulating iframes using functions from C3 with Javascript. Using Json , iframes , Ajax , HTML Code , Javascript. A...

3
This content is deleted
Tutorial
How to Make A HTML WebSite With Construct 3
2 favourites

In the file attached you will learn how to make a Complete Website using Construct 3. This uses iframe and interate with other HTML pages in project bar , so yo...

3
1 favourites

Within the PARENT Web Page, Declare your variable(s). Example: Var my_var = 'hello world!'; Embed your C2 in C3 game in the PARENT web page inside an iFrame: Wi...

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
  • 456 views
This content is deleted
Forum Topic
Problem with the C3 IFRAME plugin
0 favourites

I'm having problems with the C3 IFRAME. It doesn't load external pages, from the internet. I think it's a browser blocker that the C3 uses to load the game. In...

posted 5 years ago
  • 0 replies
  • 571 views

I try this method as in the screenshot, but it doesn't work after exporting to APK. The same applies to JS scripts. JS doesn't work if you specify the path to t...

posted 5 years ago
  • 9 replies
  • 2.7K views
This content is deleted
Forum Topic
iFrame with text not scrolling on iOS
0 favourites

I've added an iFrame in my game with content to an url with just text in it. When I play it in a webbrowser on laptop I can scroll the text, but on iPad nothing...

  • 8 replies
  • 1K views
0 favourites

I have a small sprite at the bottom of the screen called CallStore. I want to place an iframe behind this sprite with the url directed to an empty HTML file in...