Can I load website in full screen or without the scroll ?
Posted 2 months ago
A simple tool to load every kind of web content on your flash page.
You could use this to make a flash internet browser or you could use this for advertisement that can’t be blocked by a popup blocker and looks nice because it is integrated in the page.
It works very simple! Once installed, you only have to call the following function to load the web content on you flash page:
FlashPopup.add(“http://www.flashden.net”, 400, 400, “middle”, “middle”);
You can define the url, width, height and position of the content.
This products contains two versions:
Flash 8 version, written with AS2
Flash CS3 version, written with AS3
The see more projects of me: WWW .M0L.NL
If you think something could be easier or something isn’t as you want it, please contact me at my site so I can adjust it and you and everybody can profit of it.
Do you have any questions about this app, contact me and I will answer you and add this answer to the documentation as well so nobody else has this question again.
Keywords
Integrated Flash Popup, popup, advertise, flash browser, flash popup, load web content
You might also be interested in:
Posted 2 months ago
well, I thought maybe you had written a superb parser, but it’s just a div/iframe… ;(
Posted 2 months ago
what the heck this was just on the new files list like 2 weeks ago howd it get back up here lol…
Posted 2 months ago
Yes it’ cool… But how can I have the popup with a transparent background and how can I removed the scroll
Posted 2 months ago
why is the previous version of this file, that i’ve purchased, not available for download anymore?
Is it because of the comments that were written regarding cross-browser compatibility?
Lars, did you just remove the file you uploaded like 10 days ago? That’s not so professional and courteous to your buyers. this version should only be an update, i could do with an update…
thanks
max (at) agencyzebra (d.) com
Posted 2 months ago
nice tool, just a thing: with explorer work perfectly but with firefox the popup doesn’t work….pls. help
thx andy
Posted about 1 month ago
found the problem: i had the ‘wmode’, ‘window’ instead of transparent…anyway how to use it in fullscreen mode? thx
Posted about 1 month ago
Does the preview on this page works in firefox for you?
At my computer it does.
So if it does, check the example files and read the instruction files again to see what you did wrong 
just another thing: it’s possible to put the close button on the opened popup “flash window”?
thx lars it’s an excellent tool 
It is not integrated with this version, but if you can add it simple:
Close button in html:
Create a button that calls the following function:
document.flashPopup(””,0,0,0,0);
Close button in flash:
Create a button with the following in the onRelease function:
getURL(“document.flashPopup(’’,0,0,0,0)”, “_self”
;
in HTML : i’m trying this…but nothing happens
any idea? thx