Not signed in (Sign In)

Vanilla 1.0.3 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorArc
    • CommentTimeMay 10th 2007 edited
     
    Thanks!
    • CommentAuthorphilip
    • CommentTimeMay 10th 2007
     
    i don't know why your Flash movie is expanding like that, but my guess is this line is the cause:

    fo.addParam("scale", "ShowAll");

    do you even need that param? i don't think you do... i'd try deleting it.

    these may also be unnecessary:
    fo.addParam("salign", "");
    fo.addParam("base", "");

    but then again it's 2:25am and i'm getting very groggy. :)

    - philip
    • CommentAuthorArc
    • CommentTimeMay 10th 2007
     
    Thanks for the input. I tried deleting all those lines and it has no affect. Again, this issue does not occur when I use the regular OBJECT and EMBED tags, only with SWFObject.
    • CommentAuthorArc
    • CommentTimeMay 10th 2007
     
    Nevermind, I feel like an idiot. I copied the width and hieght from an example and forgot to resize it to what I had it at. It looks fine now.

    Thanks a lot! Great code here!