Click to See Complete Forum and Search --> : Fullscreen Flash ( resize the flash according the window size)


spyros
08-21-2005, 12:15 PM
I want to resize the flash according the window size.
I use this javascript code line to resize the flash in Microsoft Internet Explorer and it work, but It’s not working with firefox or other Browsers


NewWindow = window.open("istografos.htm","asdfg","fullscreen=1, scrollbars=0,toolbar=0")
NewWindow.resizeBy(15,0)


In the html file I use this to hold the flash file


<body>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="100%" height="100%">
<param name="movie" value="proto%20parousiasi.swf">
<param name="quality" value="high">
<embed src="proto%20parousiasi.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="100%" height="100%"></embed>
</object>
</body>


Please Help me ….