|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 |
<plugin name=scrolltextfield" url="%SWFPATH%/plugins/textfield_scrollable.swf"
width="100%" height="100%"
css="p { color: #ff0000; font-size: 10px;} a { color: #0000ff; }"
html="[p]This is sample text[/p]"
offset_top="80"
offset_bottom="20"
offset_left="20"
offset_right="20"
background="true"
/>
|
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »jeffouille« (8. November 2010, 10:32)
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
<plugin name="scrolltextfield" parent="STAGE" url="%SWFPATH%/tourfiles/plugins/textfield_scrollable.swf"
width="20%" height="30%"
css="p { color: #000000; font-family: Georgia; font-size: 11px;} a { color: #000000; }"
html="[p]My descriptive text goes here but I would also like to add a URL in here also.[/p]"
offset_top="80"
offset_bottom="20"
offset_left="20"
offset_right="20"
origin="bottom right"
x="18"
y="250"
background="false"
bordercolor="0xFFFFFF"
borderwidth="0"
/>
|
|
|
Quellcode |
1 |
<a href="http://www.krpano.com">open krpano site</a> |
|
|
Quellcode |
1 |
html="[p]My descriptive text goes here but I would also like to add a URL in here also.[/p][a href="http://www.krpano.com"]open krpano site[/a]" |
</plugin>Hi,
I'm using the following code for the plugin which works but I would also like to include a weblink to open a page in another window or perhaps a youtube link.
![]()
Quellcode
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17<plugin name="scrolltextfield" parent="STAGE" url="%SWFPATH%/tourfiles/plugins/textfield_scrollable.swf" width="20%" height="30%" css="p { color: #000000; font-family: Georgia; font-size: 11px;} a { color: #000000; }" html="[p]My descriptive text goes here but I would also like to add a URL in here also.[/p]" offset_top="80" offset_bottom="20" offset_left="20" offset_right="20" origin="bottom right" x="18" y="250" background="false" bordercolor="0xFFFFFF" borderwidth="0" />
How do I add the following regular code (with open in new window) to the above without constantly getting XML parser error: Unterminated attribure (#1095)
![]()
Quellcode
1 open krpano site
Thanks,
Andrew
|
|
Quellcode |
1 |
<a href="event:openurl(http://www.novaipanema.com.br,_blank);">www.novaipanema.com.br</a> |
|
|
Quellcode |
1 |
[a href="event:openurl(http://www.krpano.com,_blank);"]open krpano site[/a] |
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »andrew22222« (12. April 2011, 19:40)