flash question
- Started
- Last post
- 4 Responses
- theplanet
I have a site that has plenty of popups in the navigation. like this:
glucose_btn.onRelease = function() {
popUp = "swfs/glucose.html";
titleVar = "aaa";
reSizeY = 500;
reSizeX = 550;
getURL("javascript:openNewWindow...
};Everything works fine in a browser. However, I am making it into a cd-rom. When I publish it as a .exe or a mac projector, these pop ups dont work. Anyone know whats up? Anytrhing I can do?
thanks in advance.
Josh
- k770
pop ups are a browser thing. that's why they don't work. also, pop ups are ass.
- theplanet0
I didnt build the site, I was just asked to convert it to CD. I really dont want to rebuild the whole site. Is there some pop-upp equivalent when using a player? could I publish each popup as a seperate .exe file and instead of popups, just execute the file? would that close the main site?
Any other suggestions?
- theplanet0
is there anyway to launch an html file from the player?
Josh
- k770
i like your latter idea. that would probably be the best solution. i bet you could work it so an auto launched .exe points to an html file. someone help this dude.