#1 (permalink)  
Old 06-05-2008, 09:14 AM
Junior Member
 
Join Date: Jun 2008
Posts: 1
Default Load Movie

Hi I bought your file 5 min ago
I want to play it into my website wich full flash>
For it, i put a clip name gallery, and an action script
onEnterFrame = loadMovie("gallery.swf", gallery);

It doesnt work, but alone your file is wonderfull...
GHave any idea ???
HELP URGEN ! Thnaks
Reply With Quote
  #2 (permalink)  
Old 06-07-2008, 07:14 AM
Super Moderator
 
Join Date: May 2008
Posts: 560
Send a message via Skype™ to Adrian
Default

Try adding a :

Code:
_lockroot=true;
line in the first frame's actionscript just before any other line of code, in the gallery's fla source file.
Reply With Quote
  #3 (permalink)  
Old 06-15-2008, 03:56 AM
Junior Member
 
Join Date: Jun 2008
Posts: 3
Default

_lockroot=true; doesn't seem to work for me. But after I managed a certain degree of customization, externally loading it to another mc on the main movie, I notice that when the gallery loads externally, for a few seconds everything disappears from the screen including the main movie from which the gallery had been loaded, then everything appears along with the gallery. Is there a way to avoid that annoying delay?
Also the background effect fading to white after an image or video have been loaded doesn't seem to work.
All these have something to do with some parameters controlling the root movie instead of just the gallery movie that has been externally loaded but I can't trace which in which .as files the issue might be even though I tried a few with no success.
Reply With Quote
  #4 (permalink)  
Old 06-16-2008, 09:31 AM
Super Moderator
 
Join Date: May 2008
Posts: 560
Send a message via Skype™ to Adrian
Default

I really can't imagine what is going wrong. Try sending me the files if it's possible and I'll try to find a solution.
Reply With Quote
  #5 (permalink)  
Old 11-21-2008, 11:08 PM
Junior Member
 
Join Date: Nov 2008
Posts: 1
Default does not work

Quote:
Originally Posted by Adrian View Post
Try adding a :

Code:
_lockroot=true;
line in the first frame's actionscript just before any other line of code, in the gallery's fla source file.

_lockroot=true; Does not work ---any other suggestions please!
Reply With Quote
  #6 (permalink)  
Old 11-23-2008, 07:16 PM
Super Moderator
 
Join Date: May 2008
Posts: 560
Send a message via Skype™ to Adrian
Default

I suggest you insert the gallery directly inside your project. That way you will avoid such problems.
Reply With Quote
Reply

Thread Tools
Display Modes

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


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.