, you can note the load on random pano function too...Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »dav34« (9. Februar 2010, 18:30)
okay, I think I know what you mean,There is a kind of white block under the label and it's not very beautifull on top of the transparent combobox.
|
|
Quellcode |
1 |
<plugin .... blendmode="layer" ... /> |
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
<plugin name="combobox"
url="tourfiles/plugins/combobox.swf"
align="bottomright"
x="1"
y="43"
width="158"
keep="true"
/>
<action name="combobox:Car 1">
loadpano(01.xml,null,MERGE,BLEND(1));
</action>
<action name="combobox:Car 2">
loadpano(02.xml,null,MERGE,BLEND(1));
</action>
|
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
<plugin name="combobox"
url="tourfiles/plugins/combobox.swf"
align="bottomright"
x="1"
y="43"
width="158"
keep="true"
onloaded="fillcombobox();"
/>
<action name="fillcombobox">
additem('Car 1', loadpano(01.xml,null,MERGE,BLEND(1)); );
additem('Car 2', loadpano(02.xml,null,MERGE,BLEND(1)); );
</action>
|
Hi,
use that method:
![]()
Quellcode
1 2 3 4 5 6 7 8 9 10 11 12 13 14<plugin name="combobox" url="tourfiles/plugins/combobox.swf" align="bottomright" x="1" y="43" width="158" keep="true" onloaded="fillcombobox();" /> <action name="fillcombobox"> additem('Car 1', loadpano(01.xml,null,MERGE,BLEND(1)); ); additem('Car 2', loadpano(02.xml,null,MERGE,BLEND(1)); ); </action>
best regards,
Klaus
|
|
Quellcode |
1 2 |
onenterfullscreen="???" onexitfullscreen ="???" |