Hello,
I was wondering if anyone was successful in a creating page with ads AND had a game using the "Fullscreen in browser" mode, like Letterbox Scale.
I want the game to scale based on the user's browser window, but I also want to have an ad next to the game. Of course, I can't place the ad within the game in Construct because, obviously, the ad cannot be scaled (Unless someone has a method of placing HTML with games that doesn't scale with the rest).
The best I was able to come up with was placing the ad in a div with an absolute or fixed position at (0,0), but unfortunately, this covers up part of the game. And since the game is scaling, there's no way to reserve say 160 pixel on the left in game for an ad, because the reserved area will change depending on the user's window size.
Any help/ideas would be greatly appreciated. Thanks in advance.