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 )
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=""
/>