i once had a client ask about this....i didnt know the answer as i only work with director for those types of projects but looked around and found this....client said it workred like a charm so i guess its a good answer
You can't open custom pop up window from projector w/o opening the parent browser window first .
However by using HTA (HTML Applications) you are able to do so, only with IE 5.X browsers. HTA has big range of parameters which you can freely define to customize your window to perfectly meet your project needs.
Here is a demo , two methods of opening .HTA files from Projector EXE.
One using Command Com and CMD files , and second one using FlashGeek 3rd party tools by Rick Turoczy (
The first sample include only one HTA and Flash FLA/SWF files .
Rename the HTA to TXT to read the source , modify your parameters and rename back to HTA.
This is very easy method however by executing command from flash there is a short time
DOS window prompt which can't really be avoided.
If you need Neat solution you should directly go to second sample.
<-- 6 KB
The second samples is more complex but very neat and fast , include some extra files :
flashgeek.exe - the trigger that allow to open any application on your OS
MSVBVM60.DLL - associated DLL files which must be in same directory as the flashgeek.exe
and flashgeek.txt which include your HAT file target to be open .
All you need to do after customizing your HTA file , use FS command EXEC to target flashgeek.exe which by reading the flashgeek.txt with destination file name will get open in matter of seconds.
Might look a little confusing but is perfect for Standalone EXE projector and html content.
<-- 727KB
Special thanks to André V. for bringing HTA idea back to life and of course to Rick for
making his great tools available for our free use .