Tok の Free FLASH 応用試作

Flash Presentation Engine にて試作

a.マスク効果サンプル1

effect_type:1(特殊効果無し)でマスク未適用の例
effect_type:1(特殊効果無し)でマスクプラグイン(mask_line1b.swf)を適用した例
定義例
<?xml version="1.0" encoding="SJIS" ?>
<pagedata>

<common>

    <copyright>www.misokinawa.com</copyright>

    <image_max>3</image_max>
    <effect_type>1</effect_type>    「1:特殊効果無し」
    <effect_time>30</effect_time>
    <stop_time>30</stop_time>

    <mask_url>mask_line1b.swf</mask_url>    マスクプラグインを指定するだけの簡単設定。
    <filter>0</filter>      「0:マスク」プラグイン種別の指定(詳細はリファレンス参照)

</common>

</pagedata>

a.マスク効果サンプル2

effect_type:1240(左からズームアウト)でマスク未適用の例
effect_type:1240(左からズームアウト)でマスクプラグイン(mask_line1b.swf)を適用した例
定義例
<?xml version="1.0" encoding="SJIS" ?>
<pagedata>

<common>

    <copyright>www.misokinawa.com</copyright>

    <image_max>3</image_max>
    <effect_type>1240</effect_type>    「1240:左からズームアウト」サンプル1との相違はこのパラメータだけ
    <effect_time>30</effect_time>
    <stop_time>30</stop_time>

    <mask_url>mask_line1b.swf</mask_url>    マスクプラグインを指定するだけの簡単設定。
    <filter>0</filter>      「0:マスク」プラグイン種別の指定(詳細はリファレンス参照)

</common>

</pagedata>