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 Nov 24th, 2005, 07:22
New Member
Join Date: Nov 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
loading external swf

hi guys! im using flash 8 pro. im having problem loading external swf.

i have an empty mc in my content layer. i want the external swf loaded when the playhead reach this certain keyframe. my code goes like this . . .



onClipEvent (load) {
loadMovie("intro.swf");
_x = -73.7;
_y = -44.9;
}


the problem is, nothing shows up in my animation when i test it. is there problem with my coding or process?

thanks for any help.
Reply With Quote

  #2 (permalink)  
Old Nov 30th, 2005, 15:40
SuperMember

SuperMember
Join Date: Nov 2005
Location: England
Age: 27
Posts: 304
Thanks: 0
Thanked 0 Times in 0 Posts
Re: loading external swf

I think you have to place the name of your empty movieclip inside the brackets.eg:

loadMovie("intro.swf", mymovieclip);

Then it'll load into the clip with the top left corner where ur mc is. You can replace the swf with others or get rid of it with unloadMovie

Last edited by timmytots; Nov 30th, 2005 at 15:42.
Reply With Quote
Reply

Tags
loading, external, swf

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 swf crazytyler34 Flash & Multimedia Forum 3 Nov 15th, 2007 21:38
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


All times are GMT. The time now is 04: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