|
||||||
|
||||||
Tutorial - Communication between Flash Movies: Part 2

Free Flash / JavaScript Tutorial
Step Four: Creating the Web Page - Sender
You need to create three web pages. One for the controller / sender page, and another two: one for each of the Pop Up Movies. There is nothing special about the code that follows and you do not need to code it by hand. If you have Dreamweaver or another web editor, you can create you web pages in your editor and just drag the Flash Movie (swf file) onto the page.
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="550" HEIGHT="400" id="sender" ALIGN="">
<PARAM NAME=movie VALUE="sender.swf">
<PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE=#FFFFFF>
<EMBED src="sender.swf" quality=high bgcolor=#FFFFFF WIDTH="550" HEIGHT="400" NAME="sender" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">
</EMBED>
Note: sender.swf is the name of the Flash Movie that sends the info to the other Movies and the size of the Movie will be 550 x 400 pixels.
|
Why not try out webwasp's new community. Meet new people, find friends in your area: Webwasp Mates & Dates
|
|
|
All material on this site is protected under international copyright © law. DO NOT reproduce any material from this site without written permission. Please ask as permission is often granted.
|