Hello all,
I have a situation, when the mouse is over an object and the user right-clicks on it, the drop down appears containing "open, open in new tab, save target as..., copy shortcut, and so on" and for multimedia objects-like a shockwave, appears "zoom in,
show all, quality, play, loop, rewind, forward, back and so on".
So is ther a way to figure out what kind is object is that, something like:
if object.property="save target as..." then
' object is a link to page (or something)
else
' object is a multimedia
end if
I hope I am clear enought,
Thanks in advance