mortalwombat
03-16-2007, 07:50 PM
i am trying to put the finishing touches on a flash presentation that i have. you can view it at http://system7design.com
it loads dynamic data from an html and then is formatted with an external css file. simple enough right? well i have two things i want to fix on it.
1: when you click a link it doesnt open in a new browser very well. if i use target="_blank" in the html, firefox (and perhaps other browsers) tries to block the popup. i tried using some javascript in the html, but that just made the link do nothing at all. is there a way to do that?
2: i have noticed that when i make a change to the news section, the browser will have the news.html file cached so it wont load the new version, leading the viewer to see no changes. does actionscript allow us to either keep this file from cacheing, have it reload if its a later version, or perhaps just overwrite the cached version each time it loads?
it loads dynamic data from an html and then is formatted with an external css file. simple enough right? well i have two things i want to fix on it.
1: when you click a link it doesnt open in a new browser very well. if i use target="_blank" in the html, firefox (and perhaps other browsers) tries to block the popup. i tried using some javascript in the html, but that just made the link do nothing at all. is there a way to do that?
2: i have noticed that when i make a change to the news section, the browser will have the news.html file cached so it wont load the new version, leading the viewer to see no changes. does actionscript allow us to either keep this file from cacheing, have it reload if its a later version, or perhaps just overwrite the cached version each time it loads?