View Full Version : mov in flash
rudeando
May 8th, 2009, 04:57 PM
people i need your help.. i need to load a 360 view photo in my swf file.. im using the following code but i dont know if i need something else as it is not loading at all..
can somebody help me please!!!!!
_root.container.loadMovie("terrace-360.mov");
thnks to all of you guys!
ninjay
May 8th, 2009, 05:02 PM
AS3 or AS2?
rudeando
May 8th, 2009, 05:06 PM
AS3 or AS2?
flash cs3 - as2
i hope you can help me!
ninjay
May 8th, 2009, 05:58 PM
try putting the entire url not just the file name
_root.container.loadMovie("http://www.domain.com/movies/terrace-360.mov");
i think that will do it. Remember to center your movie clip as well.
rudeando
May 8th, 2009, 06:14 PM
try putting the entire url not just the file name
_root.container.loadMovie("http://www.domain.com/movies/terrace-360.mov");
i think that will do it. Remember to center your movie clip as well.
oohh im sorry but it is not working.. any other ideas?
please!!
ninjay
May 8th, 2009, 06:24 PM
container.loadMovie("http://www.domain.com/movies/terrace-360.mov");
make sure you have an empty movie clip on the stage labeled container. I have attached a sample.
In may sample I used image_mc instead of container
rudeando
May 8th, 2009, 06:34 PM
container.loadMovie("http://www.domain.com/movies/terrace-360.mov");
make sure you have an empty movie clip on the stage labeled container. I have attached a sample.
In may sample I used image_mc instead of container
oohh yeah.. it work perfecly for jpgs and also swfs.. but its not working with a mov file
:S thats my main trouble
thnxs for your help.. and for further assistance
ninjay
May 8th, 2009, 06:36 PM
Convert the mov into a SWF?
rudeando
May 8th, 2009, 06:42 PM
Convert the mov into a SWF?
hehe i already try it but is a panning degree view.. so it looses all the functionality... any change you know how to make a panning view in flash
look for reference.. i tried but with no success and now my client want it to be with drag and no with mouseOver instance.
http://www.punta-mitaproperties.com/haciendademitau306.html
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.