View Single Post
  #4 (permalink)  
Old Apr 10th, 2008, 18:37
marSoul's Avatar
marSoul marSoul is offline
Moderator
Join Date: Sep 2007
Location: Tehran - Iran
Age: 28
Posts: 404
Blog Entries: 2
Thanks: 0
Thanked 4 Times in 4 Posts
Send a message via MSN to marSoul Send a message via Yahoo to marSoul
Re: Problem with xml-flash and loading movie property

First correct this line in B.fla file, on load layer folder, actions layer, frame 22 :
Code: Select all
loadMovie(_root.toadd+"images/1.jpg", pic.pic2.pic3);
make it :

Code: Select all
loadMovie(toadd+"images/1.jpg", pic.pic2.pic3);
the problem you are facing is because you are testing your movies locally, if you upload it to server they will work fine, but you can test it locally by going to publish settings, and then on local playback security option choose access local files only...
__________________
Designing For Communicating
Website : http://www.datisdesign.com
Weblog : http://blog.datisdesign.com

Reply With Quote