How Can I use scrollArea?

  • Dear all,
    I am a beginner developer and student. (Thanks for your support and reply)
    being in your community is appreciated

    I have one background layer which shows a list of some items and I want to have scrollArea inside it.
    Unfortunately I am confused about parents and children. In addition, I don't know how to use this pluging and i dont have its .js and .swf files.
    If you kindly do me a favour and help me, it will be appreciated.
    I want to share your opinion with me (even wrong *wink* )
    Best regards
    Max Mecklenburg


    codes of bg:


    <layer name="Wish_list_bg"
    type="container"
    bg ="true"
    bgcolor="0xcccccc"
    bgalpha="1"
    width="400"
    height="500"
    keep="true"
    visible="false"
    align="center"
    y="0"
    x="0"
    alpha="0.9"
    zorder="5"
    handcursor="false"

    />



    codes of items:

    <layer name="chair1"
    type="text"
    html="[h1]sessel anzahl 1[/h1]"
    css="font-size:7pt; color:#5e5e5e; font-family:Arial; margin-left:30px; margin-top:30px; "
    width="400"
    height="80"
    keep="true"
    parent="Wish_list_bg"
    visible="false"
    align="topleft"
    y="0"
    x="0"
    bg="true"
    bgcolor="0xad9de0"
    alpha="1"
    zorder="70"
    handcursor="false"
    onloaded=""
    />


    or



    <layer name="chair2"
    type="text"
    html="[h1]sessel anzahl 2[/h1]"
    css="font-size:7pt; color:#5e5e5e; font-family:Arial; margin-left:30px; margin-top:30px; "
    width="400"
    height="80"
    keep="true"
    parent="Wish_list_bg"
    visible="false"
    align="topleft"
    y="0"
    x="0"
    bg="true"
    bgcolor="0xad9de0"
    alpha="1"
    zorder="70"
    handcursor="false"
    onloaded=""
    />

  • Quote

    ....and i dont have its .js

    swf you don't need and the js is in your krpano download package.
    There are many examples online in the forum. Use the search function.
    Prepare an online example and share it so we can help better.

    this example uses the scroll area : https://krpano.com/releases/1.20.11/examples/#blending-demo

    Tuur *thumbsup*

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!