Category Archives: JavaScript

Dynamically resizing SWFObject to fit into a liquid or flexible layout

I have a website with a flexible layout, I guess you would call it jello, so it resizes depending on the size of the window and resolution, making it difficult to determine what to pass as width and height variables. I wanted it to fit well into its containing <div>.
I couldn’t believe that there [...]