Beiträge von Philippe

    Hello,

    I'm working on a tour including a catalog for a museum. The catalog is in Flash and is design normally to fit 100% of the window. I'd like to show it at 50% of sur window aera. With in % doesn't have any effect. One solution seems to put an offset on the pluging refering to the swf file, but this offset nedds to changed accoding the the sreen size.
    Is there any function to get the size of the window here the tour is played in by a function !!

    Thanks for your answers cause I'm stuck.

    Regards

    Philippe

    Hello,

    Very interesting syntax to switgh button in a same line command. To go further, is ther any syntax to change the associated onhover showtext like
    onclick=" toggle (swhotext(on),showtext(Off));"

    <plugin name="rotate" url="buttons/btn_stop.png" align="bottom" edge="center" y="30" x="90" onhover="showtext(Pysäytä automaattinen pyöriminen / Jatka pyörimistä,infostyle)" blendmode="screen" onclick="switch(plugin[rotate].url,buttons/btn_stop.png,buttons/btn_rotate.png);switch(autorotate.enabled);" onover="set(plugin[rotate].blendmode,add);" onout="set(plugin[rotate].blendmode,screen);" keep="true" alpha="0.7" width="40" height="prop" />

    Regards