![]() |
|
#1
|
|||
|
|||
|
I'm trying to make a video transition between 2 panos by using this plugin :
video-player-plugin-flash-panorama-player by Rick Workman Now the problem is , when I test the transition offline , the video works but it stops and stucks at the last frame , so , the next panorama offcouse can't show . And then , when I try to put the whole page online , so when I click the hotspot , the transition works but without the video , it's just a normal transition of FPP . So , what's the problem ? I did anything wrong ? This is a xml file for the first pano : http://dtcs.com.vn/quang/v4/main.xml and this is for showing next pano of the transtion : http://dtcs.com.vn/quang/v4/pan2.xml This is the page : http://dtcs.com.vn/quang/v4/bjtu.html This is how I embed the FPP into HTML page : Code:
<div id="flashcontent">
<p align="center"><font style="font-size: 9pt">This content requires
<a href="http://www.adobe.com/go/getflashplayer/">Flash Player</a> and a browser with JavaScript enabled.<br />
Built on <a href="http://flashpanoramas.com/player/">Flash Panorama Player</a>.</font></div>
<script type="text/javascript">
var so = new SWFObject("pano_player.swf", "ec", "748", "394", "6.0.65", "#aabfde");
so.addVariable("xml_file","main.xml");
so.write("flashcontent");
</script>
Hope you can help ! Thank you so much ! Last edited by kuangozz; 05-09-2008 at 06:01 PM. |
| Thread Tools | |
| Display Modes | |
|
|