A Flash Developer Resource Site














Internet Commerce

Partners & Affiliates














Developer Channel

internet.com


Featured Flash FLA
Gallery Downloads 11249 Flash Movies | 9 New Flash Movies Added
What's New | Top 100

Featured FLA

» Author: kyo
» Title: building estructure
» Description: explosion of building estructure made by swift3D
» More by kyo


Random FLAs | Add Flash Movie
Featured Flash Site
Gallery Downloads 6393 Flash Sites | 0 New Flash Links
What's New | Top 100 Flash Site

Featured Site

» Posted in the Flash Kit Links section
» Title: Webdancer's Web Site
» Comments: Webdancer's, an artistic adventure in 3d graphicsbr>


Random Links | Add your own Flash Related Links
Flash Tutorials 1197 Tutorials 7 New Tutorials Added!
What's New | Top100

» Let Photos Show Your Happy Family this Christmas and Upload YouTube
» PowerPoint show to DVD slide show--- PPS to DVD
» How to burn FLV to DVD for Mac
» How to Create Christmas Flash Greeting Ecard with photos and music
» Getting Started In Flash
» How to convert FLV video to MP3 audio for Mac OS
» Join flv videos together with just a few clicks
» How to convert flv file to avi for mac os x
» How to Create Christmas Flash Greeting eCard without programming skills
» Unknown Tag: Title10
Random Tutorial | Add Site

bbm.netBBM.net is designed to save you time and deliver the highest quality royalty-free music for your multimedia projects. Features include: over 450 Music Loop Packages from some of the best composers in the business, our music search engine to speed your selection process, alternate music versions & bonus sounds to use for rollovers or transitions, free technical support and free consulting.

Click here for details »

Senior Web Designer
Aquent
US-GA-Atlanta

Justtechjobs.com Post A Job | Post A Resume


Tutorials Home What's New Top Rated Submit myTutes Random!

Search Tutorials


Tutorials Tutorials » Dynamic_Content

Categories Sending Customized Flash E-cards
Author: Jeffrey F. Hill | Website: http://www.flash-db.com |

 
Page 6
«prev 1 2 3 4 5 6 7 8 9 next»

Part 4 - Telling the script which Ecard to display - and passing variables to the Ecard

This script is the one that the Link in the email points to. When the user clicks on the link this script will open up. Depending on the value of the two attached variables it will act in a certain way. The below script is part of "SelectCard.php". The most important thing to realize is what this script is actually doing. All that it is doing is dynamically setting up the <object> and <embed> code for the Ecard. In this way we can embed a specific ecard depending on what the user choose. Remember that $Enum has the same value as EcardSelect from the original Flash movie.

The below 'Switch' Statement is just like an If-then statement, only easier to read for this case. The switch statement uses cases to determine which set of instructions to follow. If ENum is equal to 1 (this would be the case if the user choose Ecard 1) then it will execute the first statement block. The most important part of this is that it sets the $goto variable to Ecard1.swf. This later embeds that movie into this page. The normal <object> and <embed> code for the flash movie acts more like a template in this case. This also attaches a variable onto the end of the Ecard1.swf string. This variable corresponds to the filename where the custom text for this movie is located. By attaching this variable onto the end of the embed string it is automatically declared inside the flash movie. Their is also an option for including a footer file that will allow the person viewing the card to send the same card to someone else - You can leave this portion out without any problems if needed.

We also set the dimensions of each flash Ecard we are sending out in this statement block. They happen to all be the same in this example, but depending on the dimensions of the E-Cards you are using you may want to change these for all or for each individually.

<?
switch ($ENum) {
 case '1':
 $goto = "Ecard1.swf?EcardText=".$EcardText;
 $gotoFooter = "EcardFooter.swf?EcardText=".$EcardText."&EcardSelect=1";
 $Dimensions = "WIDTH=700 HEIGHT=525";
 $DimensionsFooter = "WIDTH=700 HEIGHT=250";
 break;
 case '2':
 $goto = "Ecard2.swf?EcardText=".$EcardText;
 $gotoFooter = "EcardFooter.swf?EcardText=".$EcardText."&EcardSelect=2";
 $Dimensions = "WIDTH=700 HEIGHT=525";
 $DimensionsFooter = "WIDTH=700 HEIGHT=250";
 break;
 case '3':
 $goto = "Ecard3.swf?EcardText=".$EcardText;
 $gotoFooter = "EcardFooter.swf?EcardText=".$EcardText."&EcardSelect=3";
 $Dimensions = "WIDTH=700 HEIGHT=525";
 $DimensionsFooter = "WIDTH=700 HEIGHT=250";
 break;
 case '4':
 $goto = "Ecard4.swf?EcardText=".$EcardText;
 $gotoFooter = "EcardFooter.swf?EcardText=".$EcardText."&EcardSelect=4";
 $Dimensions = "WIDTH=700 HEIGHT=525";
 $DimensionsFooter = "WIDTH=700 HEIGHT=250";
 break;
 case '5':
 $goto = "Ecard5.swf?EcardText=".$EcardText;
 $gotoFooter = "EcardFooter.swf?EcardText=".$EcardText."&EcardSelect=5";
 $Dimensions = "WIDTH=700 HEIGHT=525";
 $DimensionsFooter = "WIDTH=700 HEIGHT=250";
 break;
}
?>
//This is regular html with PHP mixed in - the php that is mixed in is determined by the above script.






 
Notice how we use the variable from above to dynamically change what swf is embeded. This is most apparent with the $goto variable. You can see that we write small pieces of php code after for example the 'src=' line - Then we use the variable $goto from above to change what is embedded depending on what card the user choose.

«prev 1 2 3 4 5 6 7 8 9 next»

» Level Advanced

Added: : 2001-12-04
Rating: 8.56 Votes: 118
Hits: 5171
» Author
Jeffrey Hill is a freelance web developer from Boulder, Colorado. He specializes in creating and developing dynamic database driven Flash content. Being a recent graduate of the University of Colorado - he somehow finds time to write these tutorials.
» Download
Download the files used in this tutorial.
Download (426 kb)
Get conversion and unzipping tools for PC and Mac here!

» Forums
More help? Search our boards for quick answers!

Please rate this tutorial, 10 is the top rating, you can also click the comments link to read/write a review.
10 9 8 7 6 5 4 3 2 1
Read or Post Comments
 
   
 

internet.comearthweb.comDevx.commediabistro.comGraphics.com

Search:

Jupitermedia Corporation has two divisions: Jupiterimages and JupiterOnlineMedia

Jupitermedia Corporate Info

Legal Notices, Licensing, Reprints, Permissions, Privacy Policy.
Advertise | Newsletters | Tech Jobs | Shopping | E-mail Offers

Whitepapers and eBooks

Intel Whitepaper: Comparing Two- and Four-Socket Platforms for Server Virtualization
IBM Solutions Brief: Go Green With IBM System xTM And Intel
HP eBook: Simplifying SQL Server Management
IBM Contest: Are You the Next Superstar? Join the "Search for the XML Superstar" Contest to Find Out
Microsoft PDF: Top 10 Reasons to Move to Server Virtualization with Hyper-V
Microsoft PDF: Six Reasons Why Microsoft's Hyper-V Will Overtake Vmware
Microsoft Step-by-Step Guide: Hyper-V and Failover Clustering
Intel PDF: Quad-Core Impacts More Than the Data Center
Intel PDF: Virtualization Delivers Data Center Efficiency
Go Parallel Article: PDC 2008 in Review
Microsoft PDF: Top 11 Reasons to Upgrade to Windows Server 2008
Avaya Article: Communication-Enabled Mashups: Empowering Both Business Owners and IT
Intel Whitepaper: Building a Real-World Model to Assess Virtualization Platforms
  PDF: Intel Centrino Duo Processor Technology with Intel Core2 Duo Processor
Microsoft Article: Build and Run Virtual Machines with Hyper-V Server 2008
Go Parallel Article: Q&A with a TBB Junkie
IBM Whitepaper: Innovative Collaboration to Advance Your Business
Internet.com eBook: Real Life Rails
IBM eBook: The Pros and Cons of Outsourcing
Internet.com eBook: Best Practices for Developing a Web Site
IBM CXO Whitepaper: The 2008 Global CEO Study "The Enterprise of the Future"
Avaya Article: Call Control XML in Action - A CCXML Auto Attendant
IBM CXO Whitepaper: Unlocking the DNA of the Adaptable Workforce--The Global Human Capital Study 2008
Adobe Acrobat Connect Pro: Web Conferencing and eLearning Whitepapers
HP eBook: Guide to Storage Networking
MORE WHITEPAPERS, EBOOKS, AND ARTICLES