Contact us

Sign up | United States |

Login

remember me

Go to my home page

Stay on current page

We will be undergoing scheduled maintenance on May 20th, 2013 at 02:00 GMT.

Communicating with External Elements / Loading External Flash Movies




Visitors to VTC.com will be able to view all introductory videos for each training course.
Free Trial Members will gain access to first three chapters for each training course.
Full Access Members have full access to VTC.com�s entire library of video tutorials.


Learn More

Subtitles of the Movie (Adobe Flash ActionScript 3.0 for Designers / Communicating with External Elements / Loading External Flash Movies)

Previously, I demonstrated how to link to external files using the navigate to URL method and also how to use JavaScript with the method. Another way Flash can communicate with external content is to combine it with other Flash movies or external data like images or sound or video. Now, there are a number of ways to import external data into your published swf file at runtime. The loader class provides the load method to load many kinds of external content into Flash and then integrate it with current content. The original Flash file controls the stage size, color, frame rate and other properties. This practice puts more control in the hands of the user and keeps file sizes small and load time short. Imagine you have a photography gallery website featuring hundreds of photographs. If you were to place all of these bitmaps into your main Flash file, even with the best optimization, you file size would quickly become unwieldy. If your images were kept separate also it'd be easier to edit them or swap out alternative images. After you've loaded the external swf file with the loader class, you must add it to the display list which makes it then visible to the user. I'll cover more about the display list a little bit later. To load an external swf file entitled External SWF use this code here. We'll set up a variable for my request, a URL request here. Notice that the parameter there is the name and the path to the swf file that you want to load into this particular file. In this case the swf file is located in the same folder as this published swf file that I'm loading it into. The second line then creates a new loader object. You do that just by calling it. Notice that it says New Loader and there's the method with the open and close parentheses. On the next line, call the load method for you new loader object and then use the URL request object as the parameter. That reads myloader.load and then my request for the parameter. And then on the last line we'll call the Add Child Method to add the loader object to the stage. This will actually display the external swf file. Let me go ahead and demonstrate this by showing you first the file here that I'm going to load the content into. Notice that it's blank with a beige background. Let's go ahead and load in this into Flash, the external.swf file. Let me show you what that looks like by opening up the fla file here in the Work Files Folder and that file looks like this. No script in this one. It has two frames. The first ones says this is an externally-loaded swf file and then in Frame 5 it has Welcome to Frame 5 of the externally loaded file. There's two stop actions there just to stop the play head from looping back and forth between Frame 1 and Frame 5. So that's all there is to it. So notice that there's no content here in this original swf file. Now let's go ahead and do a Control Test Movie and let that run and notice that it loads that external swf file right here onto the stage. Let me give you a few tips for using this method to load external swf files into a project. ActionScript 2.0 movies cannot load ActionScript 3.0 moves although AS 2.0 movies can be loaded into ActionScript 3.0 movies but there are enough limitations that it's probably not a good practice. Better to migrate your ActionScript 2.0 content to ActionScript 3.0 and then load it into your ActionScript 3.0 movies. Let's review some of the properties of these loaded movies. First they all have transparent stages. Notice that in this example my loaded swf file has a colored blue background but it's transparent when loaded. So the yellow color of the host movie shows through. You'll remember that the color of the background when I tested this was not blue but this yellow-being color. Also loaded movies are aligned to the registration point of the object that they're loaded into. This means the object is loaded to the top left corner of the stage where X equals 0 and Y equals 0. This also means that objects off the stage of loaded movies that are smaller than the host movies will show up in the host movie. In other words, if you have a very small movie that you're loading into a larger movie, there may be content here in the loaded movie that's off stage that still will be visible in the final result over here in the host movie. Next the loader objects can only have one loaded movie. The new load calls will replace the previously loaded movie. So notice right here, when I call the new loader here, if I do more than one, the new one will replace the old one. To load multiple movies, you'll need to use multiple loader objects, each with that unique name. Each time you use the app Child Method right here to display the loaded movie, it will be displayed on top of any previously loaded movies. What I recommend that you do is to experiment with each of these properties to get a better feel for how loaded movies interact with the stage and with other loaded movies. Now, after students learn how to load various swf movies into a project, the next question I always get is how do you unload these movies? Unload swf movies from the stage using the Unload Method; myloader.unload. Open close parentheses colon as you see right here is the method that you want. This will unload the Flash movie loaded by the previous myloader calls. See the unload swf fla file in the Work Files folder. For example, a script of this technique; here I'm setting up a event listener for this unload movie button and then when that button is pressed, I'm simply unloading the movie right there that I've loaded up previously with the myloader method up here. That's the same script as the previous movie. So if we do a Control Test Movie, there is the movie that's been loaded. Clicking on the button will very quickly and easily remove that movie from the stage. You can also use the unload and stop method to load the Flash movie and stop any audio or video from the file that may be continued to play. Now, after you've loaded Flash movies into your project, you will no doubt want to control them such as precisely placing them on the stage, stopping them or perhaps navigating to different location on their timeline. So let me now move on to the next movie and demonstrate some coding for controlling your loaded Flash movies.

Tutorial Information

Course: Adobe Flash ActionScript 3.0 for Designers
Author: James Gonzalez
SKU: 34060
ISBN: 1-935320-82-3
Release Date: 2009-11-09
Duration: 9.5 hrs / 101 lessons
Work Files: Yes
Captions: No
Compatibility: Vista/XP/2000, OS X, Linux
QuickTime 7, Flash 8

VTC Sign up & Benefits

  • Unlimited Access
  • 81,350 Video Tutorials (14,200 free)
  • Video Available as Flash or QuickTime
  • Over 715 Courses
  • $30 for One Month Access
  • Multi-User Discounts Available

VTC Terms and Conditions

TERMS & CONDITIONS OF USE

BY SUBSCRIBING TO THIS SERVICE, YOU ARE CONSENTING TO BE BOUND BY AND ARE BECOMING A PARTY TO THIS AGREEMENT, THE TERMS AND CONDITIONS OF WHICH SHALL PREVAIL IN GOVERNING YOUR RIGHTS OF USE. BY CLICKING THE "BECOME A MEMBER" BUTTON, THE INDIVIDUAL OR ENTITY LICENSING THE PRODUCT ("YOU") IS CONSENTING TO BE BOUND BY AND IS BECOMING A PARTY TO THIS AGREEMENT. IF LICENSEE DOES NOT AGREE TO ALL OF THE TERMS OF THIS AGREEMENT, THE BUTTON INDICATING "BECOME A MEMBER" MUST NOT BE SELECTED, AND LICENSEE MUST NOT INSTALL OR USE THE SOFTWARE.

1. DEFINITIONS

"VTC" refers to Virtual Training Company, Inc.
"You" refers to the user or subscriber.
"Software" refers to the VTC training content and software.

2. LICENSE: VTC hereby grants to You a worldwide, non-royalty bearing, non-exclusive license to use the Software according to the provisions contained herein and subject to payment of the applicable subscription fees.

3. RESTRICTIONS: You may not do any of the following:

Save the Software to Your hard disk or other storage medium; permit others to use the Software except as specified by addendum; modify, reverse engineer, decompile, or disassemble the Software; make derivative works based on the Software; publish or otherwise disseminate the Software. VTC, Inc., VTC Online University, and the Virtual Training Company site is owned and operated by VTC, Inc. as a corporation of record.
All materials on this site are the property of VTC unless otherwise specified. No material from these pages may be copied, reproduced, republished, downloaded, uploaded, posted, transmitted, or distributed in any way. Modification of the materials or use of the materials for any other purpose is a violation of U.S. copyright law and other proprietary rights. For purposes of this Agreement, the use of any such material on any other web site or networked computer environment is prohibited.

4. FEES: The rights granted under this Agreement are effective only upon payment of the subscription fees, which are strictly non-refundable other than as expressly provided herein. The term "monthly subscription" is defined as any 30 day period. The term "yearly subscription" is defined as one 365 day period. A yearly subscription ends on the same numerical date as it began (example July 28, 2004 to July 28, 2005).

The VTC Online University is access to every VTC training tutorial in our library. You pay a flat fee for access to these titles. You are billed according to your renewal selection below, and can renew monthly, yearly, or in any other increment offered. If you choose to be billed monthly, you will be billed every 30 days for the subscription until you request the subscription be cancelled. Our terms of service state that you must cancel a monthly subscription at least two business days before your renewal date. These two days give us enough time to ensure that you will not be charged again.

5. LIMITED WARRANTY: VTC warrants that the Software, if operated as directed, will substantially achieve the functionality described. VTC does not warrant, however, that Your use of the Software will be uninterrupted or that the operation of the Software will be error-free or secure. In addition, the security mechanisms implemented by the Software have inherent limitations, and You must determine that the Software sufficiently meets Your requirements. VTC also warrants that the media containing the Software, if provided by VTC, is free from defects in material from the date You acquired the Software. VTC's sole liability for any breach of this warranty shall be, in VTC's sole discretion: (i) to replace Your defective media or Software; or (ii) to advise You how to achieve substantially the same functionality with the Software as described; or (iii) if the above remedies are impracticable, to refund the subscription fee You paid for the Software. Only if You inform VTC of Your problem with the Software during the applicable subscription period will VTC be obligated to honor this warranty. VTC will use reasonable commercial efforts to repair, replace, advise, or refund pursuant to the foregoing warranty within thirty (30) days of being so notified. If any modifications are made to the Software by You during the warranty period; if the medium is subjected to accident, abuse, or improper use; or if You violate the terms of this Agreement, then this warranty shall immediately terminate. This warranty shall not apply if the Software is used on or in conjunction with hardware or software other than the unmodified version of hardware and software with which the Software was designed to be used as described.

THIS IS A LIMITED WARRANTY, AND IT IS THE ONLY WARRANTY MADE BY VTC OR ITS SUPPLIERS. VTC MAKES NO OTHER WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT OF THIRD PARTIES' RIGHTS. YOU MAY HAVE OTHER STATUTORY RIGHTS. HOWEVER, TO THE FULL EXTENT PERMITTED BY LAW, THE DURATION OF STATUTORILY REQUIRED WARRANTIES, IF ANY, SHALL BE LIMITED TO THE ABOVE LIMITED WARRANTY PERIOD. MOREOVER, IN NO EVENT WILL WARRANTIES PROVIDED BY LAW, IF ANY, APPLY UNLESS THEY ARE REQUIRED TO APPLY BY STATUTE NOTWITHSTANDING THEIR EXCLUSION BY CONTRACT. NO DEALER, AGENT, OR EMPLOYEE OF VTC IS AUTHORIZED TO MAKE ANY MODIFICATIONS, EXTENSIONS, OR ADDITIONS TO THIS LIMITED WARRANTY.

6. PROPRIETARY RIGHTS: VTC reserves all proprietary rights in and to the Software, is protected by copyright and other intellectual property laws and by international treaties. VTC, Inc.

Trademark Notice: VTC, Virtual Training Company, Inc., The VTC Logo, and VTC Online University, are trademarks of VTC, Inc. All other company and product names may be trademarks of their respective owners.
The information contained herein is subject to change without notice. Copyright © 1995 - 2005 VTC, Inc. All rights reserved.

7. TERMINATION: This Agreement shall automatically terminate if You fail to comply with the restrictions described herein. Your obligations to pay outstanding subscription fees shall survive any termination of this Agreement.

8. LIMITATION OF LIABILITY: UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, TORT, CONTRACT, OR OTHERWISE, SHALL VTC OR ITS SUPPLIERS OR RESELLERS BE LIABLE TO YOU OR ANY OTHER PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER, INCLUDING WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES. IN NO EVENT WILL VTC BE LIABLE FOR ANY DAMAGES IN EXCESS OF THE AMOUNT VTC RECEIVED FROM YOU FOR A LICENSE TO THE SOFTWARE, EVEN IF VTC SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH
DAMAGES, OR FOR ANY CLAIM BY ANY OTHER PARTY. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM VTC'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.

9. Links To Other Materials: Linked sites found at the VTC site are not under the control of VTC, and we are not responsible for the content of any linked site or any link contained in a linked site. VTC may change links based solely on our discretion, and we reserve the right to terminate any link or linking program at any time. VTC does not, by linking to sites, endorse companies or products to which it links and reserves the right to note as such on its web pages. If you decide to access any of the third party sites linked to this site, you do this entirely at your own risk.

Forums, and Chat are not always screened by VTC, and we are not responsible for the content of any public or open forum content at the site. VTC may change these public forums based solely on our discretion, and we reserve the right to terminate any forum at any time. VTC does not, by allowing these forums, endorse companies or products which may be mentioned in these forums, and reserves the right to note as such on its web pages. If you decide to access any of the public forums in this site, or linked to this site, you do this entirely at your own risk.

9. GOVERNING LAW & DISPUTE RESOLUTION: This Agreement is governed by Virginia law. All disputes between You and VTC shall be finally resolved through arbitration in Winchester, Virginia. This site is controlled by VTC from its offices within the United States of America. VTC makes no representation that materials in the site are appropriate or available for use in other locations, and access to them from territories where their content is illegal is prohibited. Those who choose to access this site from other locations do so on their own initiative and are responsible for compliance with applicable local laws. You may not use or export the Materials in violation of U.S. export laws and regulations. Any claim relating to the Materials shall be governed by the internal substantive laws of the Commonwealth of Virginia, USA.

VTC may revise these Terms at any time by updating this posting. You should visit this page from time to time to review the then-current Terms because they are binding on you. Certain provisions of these Terms may be superseded by expressly designated legal notices or terms located on particular pages at this Site.

If you have any questions regarding this policy, or your information specifically,
you may email us at:
admin@vtc.com.