[SWFObject] Passing vars between swfs of different Flash Versions

Aran Rhee aran.rhee at qdc.net.au
Mon Sep 25 00:46:48 PDT 2006


Dominik.

As long as the user has flash player 6.0.65 or above (r65 player can
understand AS2 code, so the express install code will work (as long as it is
on frame 1)), you don't need a separate file to do the express install. You
publish your 1 content file as 8, and set the swfObject requirements as v8,
and add the expressinstall flag to true.

BTW - How are trying to pass the vars to the 2nd file ?

Cheers,
Aran


> -----Original Message-----
> From: swfobject-bounces at lists.deconcept.com 
> [mailto:swfobject-bounces at lists.deconcept.com] On Behalf Of 
> Dominik Stankowski
> Sent: Monday, 25 September 2006 5:14 PM
> To: swfobject at lists.deconcept.com
> Subject: [SWFObject] Passing vars between swfs of different 
> Flash Versions
> 
> Hi
> 
> I am using swfobject to check the Version of a user's Flash Player.
> 
> I have one swf which is called by swfobject, it is published 
> in Flash Version 6 in order to give users with older Flash 
> Players the chance to see something in Flash and to let them 
> do a so called ExpressInstall (auto update of Flash, 
> available from Version 6.65).
> 
> Once the version-check passed, another Flash file gets loaded 
> using LoadMovie. This second file is published in Flash 8 and 
> contains the main application.
> 
> As it is the first file which is called from the HTML-file 
> (using swfobject), I have to pass variables from the HTML to 
> the first and from the first to the second Flash file.
> 
> Unfortunately, the variable passing between the two Flash 
> files does not work, if the Flash version is different. If I 
> use Flash 8 to publish the first Flash file, the variable 
> passing works fine, but then it does not show up correctly in 
> older Flash versions. If I use Flash 6 to publish the first 
> Flash file, it shows up correctly, but the variable passing 
> does not work...
> 
> Any ideas?
> 
> Cheers,
> Dominik
> 
> _______________________________________________
> SWFObject mailing list
> SWFObject at lists.deconcept.com
> http://lists.deconcept.com/listinfo.cgi/swfobject-deconcept.com



More information about the Swfobject mailing list