A Flash Developer Resource Site














Internet Commerce

Partners & Affiliates














Developer Channel

internet.com


Featured Flash FLA
Gallery Downloads 11303 Flash Movies | 7 New Flash Movies Added
What's New | Top 100

Featured FLA

» Author: Nitin Tikhe
» Title: Cart
» Description: This Animation Tut is a fun and useful for kids below 15 years. Watch the Flag, Doors, Stick and Horse movements.
» More by Nitin Tikhe


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

Featured Site

» Posted in the Flash Kit Links section
» Title: Banana Swimwear
» Description: This is a banana swim wear interactive catalog we designed and animated in Flash


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

» Make flash video player for broadcasting live streaming video / TV on website
» How to convert the project file of Flash Demo Builder 2.0 into FLV file
» FLV to PSP for Mac - How to convert YouTube video to PSP on mac
» How to Convert FLV to MP4 for Playback on iPod
» how to download and convert youtube video to AVI with Leawo Free FLV converter
» Flash Multi-player Game Tutorial - TicTacToe
» How to make Flash elearning tutorials with screen recorder?
» Fader API:Slideshow with MovieClips on stage
» How to convert MS PPT file into an FLV File
» Unknown Tag: Title10
Random Tutorial | Add Site

Network Design Manager
The Computer Merchant, Ltd
US-VA-Hampton

Justtechjobs.com Post A Job | Post A Resume


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

Search Tutorials


Tutorials Tutorials » Actionscripting/Basic

Categories The easiest way in the world to pass information INTO a Flash
Author: Tiran Dagan | Website: http://www.TiranDagan.com |

 
Page 1
1 2 3 4 next»

How to avoid the problematic FScommand and pass info into a Flash movie

Introduction

The only documented way to communicate with Flash is by way of the FScommand. This requires browser support of communication with Flash and is very problematic. In fact, a close examination at the Macromedia Browser support matrix (Look Here) reveals that this method does NOT work with Netscape v 3 & 4 for Mac 68K and Windows 3.1, does not work with any version of Netscape 6.x and does not work with any version of IE for the MAC. There is however a secret trick that can allow you to send information to the flash film from any page, or form. You could even create a SWF file which acts as a form processing page. Wow!

From the top to bottom: The trick

I can’t take the suspense. Here’s what we will do: We will pass the information that we want to deliver to the movie to the containing HTML page. How that information arrives does not matter. It could be by a TYPED=”HIDDEN” form field, or a parameterized URL such as this:

http://www.domain.com/container.html?param1=param1&param2=param2

The trick is to pass it on from the page to the SWF. After you read all of my rubbish you will realize how easy that is. But for now I would like to concentrate on what you could accomplish:

  1. Controlling the movie play – How about setting up a Movie that can handle various user selections, and having links from different pages that affect the way the movie plays after it is loaded. For example: http://www.domain.com/container.html?targetframe=7
  2. Passing form information- How about a html form page that returns a confirmation page written in Flash that displays the user’s selections?
  3. Platform control function – How about browser detection, which is impossible within flash? What if you detected the user is running on a slower Mac and could pass a parameter instructing the film to play at a frame rate of 12 fps instead of 24 fps?

 

The list is endless and you get the idea. The problem is cross platform compatability: How do you do this without FScommand which does not work with all browser and requires ActiveX technology or other evil things (see this article).

1 2 3 4 next»

» Level Intermediate

Added: : 2001-10-17
Rating: 8.03 Votes: 43
Hits: 6941
» Author
At the age of 14, Tiran got his first "gig" as a programmer for a film production company. Since then, he has managed large development teams on PC, VAX and Unix. His roots are in the Z80, 8086 and Apple Green Book of operating system mnemonics, but Tiran incorporates his extensive background in art, music and general knowledge into object-oriented programming. His work combines video, audio, animations and server side programming.
» Download
Download the files used in this tutorial.
Download (2 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