Hi,
well, i've asked the owner of this video. anyway - there is no problem with embedding youtube video on any page in the internet, so why can't we embed it into panos? ;-)
it's a Security Limitation from the Flashplayer,
access to data on external domains must be exlictily allowed by the "crossdomain.xml" file on other the domain,
e.g. here is the crossdomain.xml file from youtube:
http://www.youtube.com/crossdomain.xml :
|
Source code
|
1
2
3
4
|
<cross-domain-policy>
<allow-access-from domain="*.youtube.com"/>
<allow-access-from domain="*.ytimg.com"/>
</cross-domain-policy>
|
it only allows access for swf files which are on youtube itself,
(maybe you can ask youtube if they would add your domain here


)
then add video hotspot to your pano with the link to the downloaded file
downloaded videos that are on your own domain are working of course,
best regards,
Klaus