Forum Moderators: open
So, i have my index.html and inside a link to my flash.swf to open it in a new window (800x600,not resizable,no toolbars). It's working fine with IE, but Netscape opens it as a text file and what i get is a new 800x600 window with binary code inside :(
i guess it's just a simple trick to solve that?!
thanks
t.
(using Netscape7)
Are you linking to the .swf file directly? Or is it embeded into an html file?
If you are linking to the .swf file directly as it seems by your code, that is your problem!
You must put the .swf into an html page with <object> & <embed> tags.
Use the publish feature in flash to create an html doc with the correct tags.
dhdweb