Hi Denmroot,
About GIF did you try this ?
|
Source code
|
1
2
3
4
5
6
7
8
9
10
|
<action name="showpic">
<!-- creates a new hotspot and fly it out -->
if(hotspot[get(pic)] === null,
txtadd(picfilename,'%CURRENTXML%/images/pic_',get(pic),'.gif'); <!----just replace the extension---->
addhotspot(get(pic));
.........................
,
flyin(get(pic));
);
</action>
|
About the video i'm not sure it'll work this way. Except setting your video plugin visible from your hotspot "onclick" variable, i don't see.
Sorry.
Steph.