loading external swf

This is a discussion on "loading external swf" within the Flash & Multimedia Forum section. This forum, and the thread "loading external swf are both part of the Design Your Website category.



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

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Oct 25th, 2007, 23:08
New Member
Join Date: Aug 2007
Location: Springfield, MO
Age: 22
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
loading external swf

I want to load an external swf file named "carousel.swf" when someone goes to the "Staff" tab of my website. web.umr.edu/~ctnn87

I have put this code on the 2nd frame of the content_mc movie clip
Code: Select all
content_mc.onEnterFrame = function(){
    trace ("onEnterFrame called");
    shell.loadmovie('carousel.swf');
    shell._x = 0;
    shell._y = 0;
}
i have tried many things but cant get it to work. to access the .fla file here is the link web.umr.edu/~ctnn87/esc_web.fla

i have been struggling with this for months, so any help would be appreciated
Reply With Quote

  #2 (permalink)  
Old Nov 5th, 2007, 20:01
New Member
Join Date: Aug 2007
Location: Springfield, MO
Age: 22
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Re: loading external swf

anyone have any idea?
Reply With Quote
  #3 (permalink)  
Old Nov 9th, 2007, 14:02
Multimedia Specialist
Join Date: Apr 2007
Location: Arizona
Age: 25
Posts: 666
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Sgaspar11
Re: loading external swf

Do you actually have another movie clip inside of the content_MC movieclip called shell?

If so the structure would need to be something like:

content_mc.shell.loadmovie ('carousel.swf')
Last Blog Entry: Yay!? (Oct 8th, 2007)
Reply With Quote
  #4 (permalink)  
Old Nov 15th, 2007, 21:38
New Member
Join Date: Aug 2007
Location: Springfield, MO
Age: 22
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Re: loading external swf

i think the problem is that im not calling the loadmovie function at the correct time. im having problems figuring out what action makes the panel move.
Reply With Quote
Reply

Thread Tools

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
Loading external movies typeofdoug Flash & Multimedia Forum 4 Mar 7th, 2007 19:43
loading external swf worldheadja Flash & Multimedia Forum 3 Feb 7th, 2007 19:06
Help needed in Loading external swf goodboy Flash & Multimedia Forum 4 Apr 11th, 2006 08:35
loading external content CDT KM Flash & Multimedia Forum 0 Mar 24th, 2006 09:56
loading external swf razor Flash & Multimedia Forum 1 Nov 30th, 2005 15:40


All times are GMT. The time now is 01:43.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

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