Not signed in (Sign In)

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

    • CommentAuthormarcink
    • CommentTimeMar 5th 2007
     
    hi,
    i have the swfobject load a swf in a div that is 954pxx624px big:

    <div id="flashcontent" style="width:954px; height:624px; margin:50px auto 0 auto; text-align:center;">
    </div>
    <script type="text/javascript">
    // <![CDATA[

    var so = new SWFObject("viessmann.swf", "sotester", "954", "624", "8", "#ffffff");
    so.useExpressInstall('expressinstall.swf');
    so.write("flashcontent");

    // ]]>
    </script>

    when i use expressinstall, there will be the request to close the browser window. this text is displayed in a very big size and is cropped on the right and left side.

    is there a possibility to change the textsize?

    marcin
    • CommentAuthorGeoff
    • CommentTimeMar 5th 2007
     
    you're right - i noticed this the other day and forgot to fix it!

    it's all fixed up now.

    there is still a small issue there, though - if your movie is big enough to fit the install dialog (214px x 137px) but not big enough to display that final 'please close your window' dialog, then some of the dialog might get cut off (like in my current expressinstall.html example)

    i put in a notice to adobe, so hopefully they'll fix that.
    • CommentAuthormarcink
    • CommentTimeMar 5th 2007 edited
     
    so i just download the .js?
    cool, thanks a lot...

    marcin

    edit: it's just the expressinstall.swf?

    edit edit: cool, it works perfect!! thanks a lot
    • CommentAuthorGeoff
    • CommentTimeMar 5th 2007
     
    yeah just the expressinstall.swf