Skip navigation
pr0biner
Currently Being Moderated

How to have a fluid SWF in a blog page?

Jun 22, 2012 9:45 AM

Here are my tests: http://probiner.x10.mx/fluid-flash-test/ or http://oneupontherock.webege.com/flash-fluid-test/

Basically I want the swf to adjust to the size of the browser window, up to it's 100% size, so it doesn't get cropped.

 

Apparently using 100% on height will not present the wanted results since you can see on the second example that the height is not the maximum it could be.

code of the second example:

 

<object id="movingpoles" width="100%" height="100%" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve rsion=6,0,40,0"><param name="SCALE" value="default" /><param name="src" value="Shifting-Grid-Topology-Keys.swf" /><param name="scale" value="default" /><param name="pluginspage" value="http://www.adobe.com/go/getflashplayer" /><embed id="movingpoles" width="100%" height="100%" type="application/x-shockwave-flash" src="Shifting-Grid-Topology-Keys.swf" SCALE="default" scale="default" pluginspage="http://www.adobe.com/go/getflashplayer" /> </object>

 

How can I make this work?

 

Cheers

 

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points