Search  

INTEGRATED FLASH POPUP (OPEN HTML, SWF AND JPG ON YOUR FLASH PAGE)

HomeBrowse CategoriesFlashApplications and UtilitiesUtilitiesIntegrated Flash Popup (Open HTML, SWF and JPG on your flash page)
Full_screen_preview

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:

Games
Ping Pong Mini Game Snake Mini Game

Menus
3D Carousel Navigation

Utilities
3D Carousel Gallery Multiple File Upload Tool Integrated Flash Popup Flash Screenshot Saver

Preloaders
Bouncing Ball Preloader

Posted 2 months ago

Can I load website in full screen or without the scroll ?

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

This is a very useful app. and appropriately priced. Good job!

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

good work!!!

Posted 2 months ago

nice and useful :)

Posted 2 months ago

this rules!

Posted 2 months ago

Can I embed this in a fla website file?

Posted 2 months ago

Interesting, how about a mouse-over function option.

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 ;)

Posted about 1 month ago

just another thing: it’s possible to put the close button on the opened popup “flash window”? thx lars it’s an excellent tool ;)

Posted about 1 month ago

Bump… I have the same question as ‘andyma’

Posted about 1 month ago

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”;);

Posted about 1 month ago

in HTML : i’m trying this…but nothing happens :( any idea? thx

function myfunction() { document.flashPopup(””,0,0,0,0); } <input type=”button” onclick=”myfunction()” value=”close”> Posted about 1 month ago

sorry this will be del source…

http://pastie.org/261735

Posted about 1 month ago

My mistake, this should work:

http://pastie.org/262085

Posted about 1 month ago