JavaScript & Flash: Sender

Home Food Mates • Members Tutorials Forum Buy Templates Contact Us 

 


Flash Tutorials

   

Tutorial - Communication between Flash Movies: Part 2

 

Free Flash / JavaScript Tutorial


Step 4    <<   Previous      Intro   1   2   3   4   5   6     Next   >>       >>   Webwasp Mates

 

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.

  1. Now create three web pages and add the following code to the Body section of the main web page:
  2. <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.

  3. Save the page as: sender.html

         

Step 4    <<   Previous      Intro   1   2   3   4   5   6     Next   >>       >>   Webwasp Mates


Webwasp Community: Webwasp Mates & Dates

Why not try out webwasp's new community. Meet new people, find friends in your area: Webwasp Mates & Dates

 Top of Page Home Food Mates Members Tutorials Forum Buy Templates Contact Us 
 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.