Tutorials tagged iframe

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

Report Tag

6 tutorials with 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...