Web Design and Development Forums

Problem with xml-flash and loading movie property

This is a discussion on "Problem with xml-flash and loading movie property" within the Flash & Multimedia Forum section. This forum, and the thread "Problem with xml-flash and loading movie property are both part of the Design Your Website category.


Go Back   Webforumz.com > Design Your Website > Flash & Multimedia Forum

Welcome to Webforumz.com.
Register Now Register now!

Reply
 
LinkBack Thread Tools Rate Thread
Old Apr 9th, 2008, 17:46   #1 (permalink)
New Member
 
Join Date: Apr 2008
Location: US
Posts: 6
Problem with xml-flash and loading movie property

Hi, everybody. I need some help with this. I have 3 files, two .fla, one .xml
so I'will name the fla files A and B.
So the file B, I create it a gallery conected to a xml file all right. If I tested the file, everything works fine, the problem starts when this B files is loaded to the A file using loadMovie, the gallery created is not working anymore, the images are not loaded for some error finding URL. I have the images and the icon images in just one folder. The path is correct but simply i doesn't want to work when tested.
Can anybody help me with this, I am going crazy!!
mars is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old Apr 9th, 2008, 19:40   #2 (permalink)
Moderator
 
marSoul's Avatar
 
Join Date: Sep 2007
Location: Tehran - Iran
Age: 28
Posts: 367
Blog Entries: 2
Send a message via MSN to marSoul Send a message via Yahoo to marSoul
Re: Problem with xml-flash and loading movie property

If its possible please attach your files, maybe i can help you...
__________________
Designing for Communicating

Datis Design Website
Datis Design Weblog
marSoul is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old Apr 10th, 2008, 15:40   #3 (permalink)
New Member
 
Join Date: Apr 2008
Location: US
Posts: 6
Re: Problem with xml-flash and loading movie property

It's really weird, when I test "B" directly by clicking the swf file won't work either. I hope you can help
Attached Files
File Type: zip To send.zip (2.78 MB, 2 views)
mars is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old Apr 10th, 2008, 18:37   #4 (permalink)
Moderator
 
marSoul's Avatar
 
Join Date: Sep 2007
Location: Tehran - Iran
Age: 28
Posts: 367
Blog Entries: 2
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

Datis Design Website
Datis Design Weblog
marSoul is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old Apr 10th, 2008, 19:17   #5 (permalink)
New Member
 
Join Date: Apr 2008
Location: US
Posts: 6
Re: Problem with xml-flash and loading movie property

Thank you very much marsoul, it finally found the folder but when I click on the gallery icon from the file A, it still does not load any other image.
mars is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old Apr 10th, 2008, 19:20   #6 (permalink)
Moderator
 
marSoul's Avatar
 
Join Date: Sep 2007
Location: Tehran - Iran
Age: 28
Posts: 367
Blog Entries: 2
Send a message via MSN to marSoul Send a message via Yahoo to marSoul
Re: Problem with xml-flash and loading movie property

i think you should publish the A file same as settings that i told you
__________________
Designing for Communicating

Datis Design Website
Datis Design Weblog
marSoul is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old Apr 11th, 2008, 06:48   #7 (permalink)
New Member
 
Join Date: Apr 2008
Location: US
Posts: 6
Re: Problem with xml-flash and loading movie property

I follow those steps , publish them as access local files only and access network only. It is not working either way. I shows the first image "pic1" but wont respond when I click the icon for the next image. Is seems that I am close, I keep playing and trying but is frustrating when I can't find the solution.
mars is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old Apr 11th, 2008, 10:43   #8 (permalink)
Moderator
 
marSoul's Avatar
 
Join Date: Sep 2007
Location: Tehran - Iran
Age: 28
Posts: 367
Blog Entries: 2
Send a message via MSN to marSoul Send a message via Yahoo to marSoul
Re: Problem with xml-flash and loading movie property

But i have tested this way and that worked correctly !!
Check again, maybe you missed something !
__________________
Designing for Communicating

Datis Design Website
Datis Design Weblog
marSoul is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old Apr 11th, 2008, 17:41   #9 (permalink)
New Member
 
Join Date: Apr 2008
Location: US
Posts: 6
Re: Problem with xml-flash and loading movie property

I finally found the problem. It didn't work because of the lockroot method. It allows loaded movies to lock actionscript to the _root timeline of the loaded movie. So I just needed to add :
this._lockroot = true;
to the bottom of the code of the B file to make it work. Now it will allow me to use the script of the B file into the A file. More info about this check help and look for _lockroot.
Thank you marsoul for you time. I appreciate your help.
mars is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem with Mouseover in Flash Movie thomas159 Flash & Multimedia Forum 1 Sep 11th, 2007 16:46
design & code problem - movie index strategy and loading movies betso HTML Forum 2 Sep 11th, 2006 20:35
Problem with iframe & Javascript - Trying to communicate with a flash movie victorpantet JavaScript Forum 1 Feb 5th, 2006 03:06
Help! Flash movie not loading in IE jogajog Flash & Multimedia Forum 4 Jan 20th, 2006 02:09
loading flash movie one after another MORBIS Flash & Multimedia Forum 3 Dec 15th, 2005 16:15



Latest Updates

All Points SEO Security Advisory - CHECK YOUR SITE NOW!

Creative Coding :: February 2008

Webforumz is sponsored by: WESH UK Web Hosting
All times are GMT. The time now is 19:11.

Sleep Study Scoring :: Free Bet :: Website Templates :: Online Betting :: Bookmakers :: Funny Quotes :: Internet Recruitment Software :: Microsoft CRM Experts :: Online Casino :: Decorated Christmas Trees :: Midwife Forums :: Football Betting :: Ecommerce Software :: Web Hosting :: Football Stats :: Dry Cleaning Collection :: xtreme wales - extreme clothing :: Apuestas :: Sharepoint Consultants :: Website Optimisation :: Office Clearance London :: Sharepoint Experts :: Sports Betting :: Casino :: Website Templates :: Web Design Development India :: Online Gambling

Powered by: vBulletin Version 3.7, Copyright ©2000 - 2008, Jelsoft Enterprises Limited.
© 2003-2008 Webforumz.com : All Rights Reserved
Search Engine Friendly URLs by vBSEO 3.2.0 RC6


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59