Macromedia Flash Server - Making a Flash 7 SWF

This is Interesting: Free IT Magazines  
Home > Archive > Macromedia Flash Server > July 2005 > Making a Flash 7 SWF





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Making a Flash 7 SWF
Michael D. Randolph

2005-07-26, 5:45 pm

Not exactly a FlashComm question, but how do I make a Flash document
that won't load in anything but Flash Player 7. Is this possible? Or
will Flash Player 6 pick it up anyway...

=20

Michael Randolph

IMAGE PLANT

(973) 244-9220

mrandolph-PMb9m0z8LQpWk0Htik3J/w@public.gmane.org <mailto:mrandolph-PMb9m0z8LQpWk0Htik3J/w@public.gmane.org>=20

=20


=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------

To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm

Bill Sanders

2005-07-26, 5:45 pm

Michael,

You set the Publish Settings > Flash tab to F7. F8 will read it, but
F6 shouldn't.

HTH,
Bill
On Jul 26, 2005, at 11:29 AM, Michael D. Randolph wrote:

> Not exactly a FlashComm question, but how do I make a Flash document
> that won't load in anything but Flash Player 7. Is this possible? Or
> will Flash Player 6 pick it up anyway...
>
>
>
> Michael Randolph
>
> IMAGE PLANT
>
> (973) 244-9220
>
> mrandolph-PMb9m0z8LQpWk0Htik3J/w@public.gmane.org <mailto:mrandolph-PMb9m0z8LQpWk0Htik3J/w@public.gmane.org>
>
>
>
>
> =-----------------------------------------------------------
> Supported by Fig Leaf Software - http://www.figleaf.com
> =-----------------------------------------------------------
>
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>



=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------

To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm

András Csizmadia

2005-07-26, 5:45 pm

yes, it's possible, my way is compare the player version vs. the swf
version.

function checkVersionCompatible ()
{
var __str:String = System.capabilities.version.split (",")[0];
if (_root.getSWFVersion () > __str.substr (__str.length - 1, __str.length))
{
throw new Error ("Incompatible version");
}
else
{
return true;
}
}

----- Original Message -----
From: "Michael D. Randolph" <mrandolph-BLI8p3VsWNHtqXgxI/4nyg@public.gmane.org>
To: "FlashComm Mailing List" <flashcomm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org>
Sent: Tuesday, July 26, 2005 5:29 PM
Subject: [FlashComm] Making a Flash 7 SWF


> Not exactly a FlashComm question, but how do I make a Flash document
> that won't load in anything but Flash Player 7. Is this possible? Or
> will Flash Player 6 pick it up anyway...
>
>
>
> Michael Randolph
>
> IMAGE PLANT
>
> (973) 244-9220
>
> mrandolph-PMb9m0z8LQpWk0Htik3J/w@public.gmane.org <mailto:mrandolph-PMb9m0z8LQpWk0Htik3J/w@public.gmane.org>
>
>
>
>
> Supported by Fig Leaf Software - http://www.figleaf.com
>
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>
>
> --
> No virus found in this incoming message.
> Andras Csizmadia | cs.andras-J+jpbPhcmEAHWmgEVkV9KA@public.gmane.org | www.vpmedia.hu -

www.csizmadiaandras.hu
> Checked by AVG Anti-Virus.
> Version: 7.0.338 / Virus Database: 267.9.4/57 - Release Date: 2005.07.22.
>
>




--
No virus found in this outgoing message.
Andras Csizmadia | cs.andras-J+jpbPhcmEAHWmgEVkV9KA@public.gmane.org | www.vpmedia.hu - www.csizmadiaandras.hu
Checked by AVG Anti-Virus.
Version: 7.0.338 / Virus Database: 267.9.4/57 - Release Date: 2005.07.22.


=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------

To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm

Michael D. Randolph

2005-07-26, 5:45 pm

Hmm, ok. Any idea where to get Flash Player 6 so I can test this stuff?

Michael Randolph
IMAGE PLANT
(973) 244-9220
mrandolph-PMb9m0z8LQpWk0Htik3J/w@public.gmane.org
-----Original Message-----
From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
[mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of Bill
Sanders
Sent: Tuesday, July 26, 2005 11:36 AM
To: FlashComm Mailing List
Subject: Re: [FlashComm] Making a Flash 7 SWF

Michael,

You set the Publish Settings > Flash tab to F7. F8 will read it, but =20
F6 shouldn't.

HTH,
Bill
On Jul 26, 2005, at 11:29 AM, Michael D. Randolph wrote:

> Not exactly a FlashComm question, but how do I make a Flash document
> that won't load in anything but Flash Player 7. Is this possible? Or
> will Flash Player 6 pick it up anyway...
>
>
>
> Michael Randolph
>
> IMAGE PLANT
>
> (973) 244-9220
>
> mrandolph-PMb9m0z8LQpWk0Htik3J/w@public.gmane.org <mailto:mrandolph-PMb9m0z8LQpWk0Htik3J/w@public.gmane.org>
>
>
>
>
> =3D-----------------------------------------------------------
> Supported by Fig Leaf Software - http://www.figleaf.com
> =3D-----------------------------------------------------------
>
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>



=3D-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=3D-----------------------------------------------------------

To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm



=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------

To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm

Jim Phelan

2005-07-26, 5:45 pm

http://www.macromedia.com/cfusion/k...cfm?id=tn_14266


-----Original Message-----
From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
[mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of Michael D.
Randolph
Sent: Tuesday, July 26, 2005 11:40 AM
To: FlashComm Mailing List
Subject: RE: [FlashComm] Making a Flash 7 SWF

Hmm, ok. Any idea where to get Flash Player 6 so I can test this stuff?

Michael Randolph
IMAGE PLANT
(973) 244-9220
mrandolph-PMb9m0z8LQpWk0Htik3J/w@public.gmane.org
-----Original Message-----
From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
[mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of Bill
Sanders
Sent: Tuesday, July 26, 2005 11:36 AM
To: FlashComm Mailing List
Subject: Re: [FlashComm] Making a Flash 7 SWF

Michael,

You set the Publish Settings > Flash tab to F7. F8 will read it, but
F6 shouldn't.

HTH,
Bill
On Jul 26, 2005, at 11:29 AM, Michael D. Randolph wrote:

> Not exactly a FlashComm question, but how do I make a Flash document
> that won't load in anything but Flash Player 7. Is this possible? Or
> will Flash Player 6 pick it up anyway...
>
>
>
> Michael Randolph
>
> IMAGE PLANT
>
> (973) 244-9220
>
> mrandolph-PMb9m0z8LQpWk0Htik3J/w@public.gmane.org <mailto:mrandolph-PMb9m0z8LQpWk0Htik3J/w@public.gmane.org>
>
>
>
>
> =-----------------------------------------------------------
> Supported by Fig Leaf Software - http://www.figleaf.com
> =-----------------------------------------------------------
>
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>



=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------

To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm



=---------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=---------------------------------------------------------

To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm



=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------

To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm

András Csizmadia

2005-07-26, 5:45 pm

I thought flash player 6 runs swf-s published in version 7.. I'll test it
soon.
player archive:
http://www.macromedia.com/cfusion/k...cfm?id=tn_14266


----- Original Message -----
From: "Bill Sanders" <wdsanders-Wuw85uim5zDR7s880joybQ@public.gmane.org>
To: "FlashComm Mailing List" <flashcomm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org>
Sent: Tuesday, July 26, 2005 5:36 PM
Subject: Re: [FlashComm] Making a Flash 7 SWF


> Michael,
>
> You set the Publish Settings > Flash tab to F7. F8 will read it, but
> F6 shouldn't.
>
> HTH,
> Bill
> On Jul 26, 2005, at 11:29 AM, Michael D. Randolph wrote:
>
>
>
> =-----------------------------------------------------------
> Supported by Fig Leaf Software - http://www.figleaf.com
> =-----------------------------------------------------------
>
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>
>
> --
> No virus found in this incoming message.
> Andras Csizmadia | cs.andras-J+jpbPhcmEAHWmgEVkV9KA@public.gmane.org | www.vpmedia.hu -

www.csizmadiaandras.hu
> Checked by AVG Anti-Virus.
> Version: 7.0.338 / Virus Database: 267.9.4/57 - Release Date: 2005.07.22.
>
>




--
No virus found in this outgoing message.
Andras Csizmadia | cs.andras-J+jpbPhcmEAHWmgEVkV9KA@public.gmane.org | www.vpmedia.hu - www.csizmadiaandras.hu
Checked by AVG Anti-Virus.
Version: 7.0.338 / Virus Database: 267.9.4/57 - Release Date: 2005.07.22.


=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------

To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm

Bill Sanders

2005-07-26, 5:45 pm

Andr=E1s,

You might be right. I know that later versions of 6 played certain =20
FLV files--progressive downloads(?). I did not know that some would =20
play F7, though.

thanks,
Bill

On Jul 26, 2005, at 11:42 AM, Andr=E1s Csizmadia wrote:

> I thought flash player 6 runs swf-s published in version 7.. I'll =20
> test it
> soon.
> player archive:
> http://www.macromedia.com/cfusion/k...m?id=3Dtn_14266
>
>
> ----- Original Message -----
> From: "Bill Sanders" <wdsanders-Wuw85uim5zDR7s880joybQ@public.gmane.org>
> To: "FlashComm Mailing List" <flashcomm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org>
> Sent: Tuesday, July 26, 2005 5:36 PM
> Subject: Re: [FlashComm] Making a Flash 7 SWF
>
>
>
> www.csizmadiaandras.hu
>
>
>
>
> --=20
> No virus found in this outgoing message.
> Andras Csizmadia | cs.andras-J+jpbPhcmEAHWmgEVkV9KA@public.gmane.org | www.vpmedia.hu - =20
> www.csizmadiaandras.hu
> Checked by AVG Anti-Virus.
> Version: 7.0.338 / Virus Database: 267.9.4/57 - Release Date: =20
> 2005.07.22.
>
>
> =3D-----------------------------------------------------------
> Supported by Fig Leaf Software - http://www.figleaf.com
> =3D-----------------------------------------------------------
>
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>



=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------

To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm

JesterXL

2005-07-26, 5:45 pm

The Flash Player you install for your desktop, browser, and inside of Fla=
sh=20
is forward compatible; it'll play what it can. So, Flash 2 can and will=20
show some graphics from Flash 7 SWF's if it can.

Using Andras' code, you can then stop playback or code running if it's no=
t=20
the proper player. Keep in mind Error, though, was introduced in 7, not =
6.=20
Old skool is:

if(int($version.substr(0, 1)) < 7)
{
stop();
}

This'll help you play:
http://www.kewbee.de/FlashPluginSwitcher/index.php


----- Original Message -----=20
From: "Andr=E1s Csizmadia" <cs.andras-J+jpbPhcmEAHWmgEVkV9KA@public.gmane.org>
To: "FlashComm Mailing List" <flashcomm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org>
Sent: Tuesday, July 26, 2005 11:42 AM
Subject: Re: [FlashComm] Making a Flash 7 SWF


I thought flash player 6 runs swf-s published in version 7.. I'll test i=
t
soon.
player archive:
http://www.macromedia.com/cfusion/k...m?id=3Dtn_14266


----- Original Message -----=20
From: "Bill Sanders" <wdsanders-Wuw85uim5zDR7s880joybQ@public.gmane.org>
To: "FlashComm Mailing List" <flashcomm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org>
Sent: Tuesday, July 26, 2005 5:36 PM
Subject: Re: [FlashComm] Making a Flash 7 SWF


> Michael,
>
> You set the Publish Settings > Flash tab to F7. F8 will read it, but
> F6 shouldn't.
>
> HTH,
> Bill
> On Jul 26, 2005, at 11:29 AM, Michael D. Randolph wrote:
>
r[vbcol=seagreen]
>
>
> =3D-----------------------------------------------------------
> Supported by Fig Leaf Software - http://www.figleaf.com
> =3D-----------------------------------------------------------
>
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>
>
> --=20
> No virus found in this incoming message.
> Andras Csizmadia | cs.andras-J+jpbPhcmEAHWmgEVkV9KA@public.gmane.org | www.vpmedia.hu -

www.csizmadiaandras.hu
> Checked by AVG Anti-Virus.
> Version: 7.0.338 / Virus Database: 267.9.4/57 - Release Date: 2005.07.2=

2.
>
>




--=20
No virus found in this outgoing message.
Andras Csizmadia | cs.andras-J+jpbPhcmEAHWmgEVkV9KA@public.gmane.org | www.vpmedia.hu -=20
www.csizmadiaandras.hu
Checked by AVG Anti-Virus.
Version: 7.0.338 / Virus Database: 267.9.4/57 - Release Date: 2005.07.22.


=3D-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=3D-----------------------------------------------------------

To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailma...fo/flashcomm=20


=3D-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=3D-----------------------------------------------------------

To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm

JesterXL

2005-07-26, 5:45 pm

Sorry, apparently my coffee has crack in it:

s =3D $version;
v =3D int(s.substring(4, 5));
if ( v < 7 )
{
stop();
}

----- Original Message -----=20
From: "JesterXL" <jesterxl-RyEax5csP4NCVeB36W80OQ@public.gmane.org>
To: "FlashComm Mailing List" <flashcomm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org>
Sent: Tuesday, July 26, 2005 11:59 AM
Subject: Re: [FlashComm] Making a Flash 7 SWF


The Flash Player you install for your desktop, browser, and inside of Fla=
sh
is forward compatible; it'll play what it can. So, Flash 2 can and will
show some graphics from Flash 7 SWF's if it can.

Using Andras' code, you can then stop playback or code running if it's no=
t
the proper player. Keep in mind Error, though, was introduced in 7, not =
6.
Old skool is:

if(int($version.substr(0, 1)) < 7)
{
stop();
}

This'll help you play:
http://www.kewbee.de/FlashPluginSwitcher/index.php


----- Original Message -----=20
From: "Andr=E1s Csizmadia" <cs.andras-J+jpbPhcmEAHWmgEVkV9KA@public.gmane.org>
To: "FlashComm Mailing List" <flashcomm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org>
Sent: Tuesday, July 26, 2005 11:42 AM
Subject: Re: [FlashComm] Making a Flash 7 SWF


I thought flash player 6 runs swf-s published in version 7.. I'll test i=
t
soon.
player archive:
http://www.macromedia.com/cfusion/k...m?id=3Dtn_14266


----- Original Message -----=20
From: "Bill Sanders" <wdsanders-Wuw85uim5zDR7s880joybQ@public.gmane.org>
To: "FlashComm Mailing List" <flashcomm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org>
Sent: Tuesday, July 26, 2005 5:36 PM
Subject: Re: [FlashComm] Making a Flash 7 SWF


> Michael,
>
> You set the Publish Settings > Flash tab to F7. F8 will read it, but
> F6 shouldn't.
>
> HTH,
> Bill
> On Jul 26, 2005, at 11:29 AM, Michael D. Randolph wrote:
>
r[vbcol=seagreen]
>
>
> =3D-----------------------------------------------------------
> Supported by Fig Leaf Software - http://www.figleaf.com
> =3D-----------------------------------------------------------
>
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>
>
> --=20
> No virus found in this incoming message.
> Andras Csizmadia | cs.andras-J+jpbPhcmEAHWmgEVkV9KA@public.gmane.org | www.vpmedia.hu -

www.csizmadiaandras.hu
> Checked by AVG Anti-Virus.
> Version: 7.0.338 / Virus Database: 267.9.4/57 - Release Date: 2005.07.2=

2.
>
>




--=20
No virus found in this outgoing message.
Andras Csizmadia | cs.andras-J+jpbPhcmEAHWmgEVkV9KA@public.gmane.org | www.vpmedia.hu -
www.csizmadiaandras.hu
Checked by AVG Anti-Virus.
Version: 7.0.338 / Virus Database: 267.9.4/57 - Release Date: 2005.07.22.


=3D-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=3D-----------------------------------------------------------

To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm


=3D-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=3D-----------------------------------------------------------

To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailma...fo/flashcomm=20


=3D-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=3D-----------------------------------------------------------

To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm

András Csizmadia

2005-07-26, 5:45 pm

Thanks! You got right because exception handling is really version 7+
compatible. I'll update my code, thanks for the reply.

----- Original Message -----=20
From: "JesterXL" <jesterxl-RyEax5csP4NCVeB36W80OQ@public.gmane.org>
To: "FlashComm Mailing List" <flashcomm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org>
Sent: Tuesday, July 26, 2005 6:07 PM
Subject: Re: [FlashComm] Making a Flash 7 SWF


> Sorry, apparently my coffee has crack in it:
>
> s =3D $version;
> v =3D int(s.substring(4, 5));
> if ( v < 7 )
> {
> stop();
> }
>
> ----- Original Message -----=20
> From: "JesterXL" <jesterxl-RyEax5csP4NCVeB36W80OQ@public.gmane.org>
> To: "FlashComm Mailing List" <flashcomm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org>
> Sent: Tuesday, July 26, 2005 11:59 AM
> Subject: Re: [FlashComm] Making a Flash 7 SWF
>
>
> The Flash Player you install for your desktop, browser, and inside of

Flash
> is forward compatible; it'll play what it can. So, Flash 2 can and wil=

l
> show some graphics from Flash 7 SWF's if it can.
>
> Using Andras' code, you can then stop playback or code running if it's =

not
> the proper player. Keep in mind Error, though, was introduced in 7, no=

t
6.
> Old skool is:
>
> if(int($version.substr(0, 1)) < 7)
> {
> stop();
> }
>
> This'll help you play:
> http://www.kewbee.de/FlashPluginSwitcher/index.php
>
>
> ----- Original Message -----=20
> From: "Andr=E1s Csizmadia" <cs.andras-J+jpbPhcmEAHWmgEVkV9KA@public.gmane.org>
> To: "FlashComm Mailing List" <flashcomm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org>
> Sent: Tuesday, July 26, 2005 11:42 AM
> Subject: Re: [FlashComm] Making a Flash 7 SWF
>
>
> I thought flash player 6 runs swf-s published in version 7.. I'll test=

it
> soon.
> player archive:
> http://www.macromedia.com/cfusion/k...m?id=3Dtn_14266
>
>
> ----- Original Message -----=20
> From: "Bill Sanders" <wdsanders-Wuw85uim5zDR7s880joybQ@public.gmane.org>
> To: "FlashComm Mailing List" <flashcomm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org>
> Sent: Tuesday, July 26, 2005 5:36 PM
> Subject: Re: [FlashComm] Making a Flash 7 SWF
>
>
t[vbcol=seagreen]
Or[vbcol=seagreen]
> www.csizmadiaandras.hu
2005.07.22.[vbcol=seagreen]
>
>
>
> --=20
> No virus found in this outgoing message.
> Andras Csizmadia | cs.andras-J+jpbPhcmEAHWmgEVkV9KA@public.gmane.org | www.vpmedia.hu -
> www.csizmadiaandras.hu
> Checked by AVG Anti-Virus.
> Version: 7.0.338 / Virus Database: 267.9.4/57 - Release Date: 2005.07.2=

2.
>
>
> =3D-----------------------------------------------------------
> Supported by Fig Leaf Software - http://www.figleaf.com
> =3D-----------------------------------------------------------
>
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>
>
> =3D-----------------------------------------------------------
> Supported by Fig Leaf Software - http://www.figleaf.com
> =3D-----------------------------------------------------------
>
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>
>
> =3D-----------------------------------------------------------
> Supported by Fig Leaf Software - http://www.figleaf.com
> =3D-----------------------------------------------------------
>
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>
>
> --=20
> No virus found in this incoming message.
> Andras Csizmadia | cs.andras-J+jpbPhcmEAHWmgEVkV9KA@public.gmane.org | www.vpmedia.hu -

www.csizmadiaandras.hu
> Checked by AVG Anti-Virus.
> Version: 7.0.338 / Virus Database: 267.9.5/58 - Release Date: 2005.07.2=

5.
>




--=20
No virus found in this outgoing message.
Andras Csizmadia | cs.andras-J+jpbPhcmEAHWmgEVkV9KA@public.gmane.org | www.vpmedia.hu - www.csizmadiaa=
ndras.hu
Checked by AVG Anti-Virus.
Version: 7.0.338 / Virus Database: 267.9.5/58 - Release Date: 2005.07.25.


=3D-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=3D-----------------------------------------------------------

To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm

JesterXL

2005-07-26, 5:45 pm

Mine's only 5 compatible... bleh.

Mad cookie for anyone to make it Flash 3 compatible!

----- Original Message -----=20
From: "Andr=E1s Csizmadia" <cs.andras-J+jpbPhcmEAHWmgEVkV9KA@public.gmane.org>
To: "FlashComm Mailing List" <flashcomm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org>
Sent: Tuesday, July 26, 2005 12:16 PM
Subject: Re: [FlashComm] Making a Flash 7 SWF


Thanks! You got right because exception handling is really version 7+
compatible. I'll update my code, thanks for the reply.

----- Original Message -----=20
From: "JesterXL" <jesterxl-RyEax5csP4NCVeB36W80OQ@public.gmane.org>
To: "FlashComm Mailing List" <flashcomm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org>
Sent: Tuesday, July 26, 2005 6:07 PM
Subject: Re: [FlashComm] Making a Flash 7 SWF


> Sorry, apparently my coffee has crack in it:
>
> s =3D $version;
> v =3D int(s.substring(4, 5));
> if ( v < 7 )
> {
> stop();
> }
>
> ----- Original Message -----=20
> From: "JesterXL" <jesterxl-RyEax5csP4NCVeB36W80OQ@public.gmane.org>
> To: "FlashComm Mailing List" <flashcomm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org>
> Sent: Tuesday, July 26, 2005 11:59 AM
> Subject: Re: [FlashComm] Making a Flash 7 SWF
>
>
> The Flash Player you install for your desktop, browser, and inside of

Flash
> is forward compatible; it'll play what it can. So, Flash 2 can and wil=

l
> show some graphics from Flash 7 SWF's if it can.
>
> Using Andras' code, you can then stop playback or code running if it's =

not
> the proper player. Keep in mind Error, though, was introduced in 7, no=

t
6.
> Old skool is:
>
> if(int($version.substr(0, 1)) < 7)
> {
> stop();
> }
>
> This'll help you play:
> http://www.kewbee.de/FlashPluginSwitcher/index.php
>
>
> ----- Original Message -----=20
> From: "Andr=E1s Csizmadia" <cs.andras-J+jpbPhcmEAHWmgEVkV9KA@public.gmane.org>
> To: "FlashComm Mailing List" <flashcomm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org>
> Sent: Tuesday, July 26, 2005 11:42 AM
> Subject: Re: [FlashComm] Making a Flash 7 SWF
>
>
> I thought flash player 6 runs swf-s published in version 7.. I'll test=

it
> soon.
> player archive:
> http://www.macromedia.com/cfusion/k...m?id=3Dtn_14266
>
>
> ----- Original Message -----=20
> From: "Bill Sanders" <wdsanders-Wuw85uim5zDR7s880joybQ@public.gmane.org>
> To: "FlashComm Mailing List" <flashcomm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org>
> Sent: Tuesday, July 26, 2005 5:36 PM
> Subject: Re: [FlashComm] Making a Flash 7 SWF
>
>
t[vbcol=seagreen]
Or[vbcol=seagreen]
> www.csizmadiaandras.hu
2005.07.22.[vbcol=seagreen]
>
>
>
> --=20
> No virus found in this outgoing message.
> Andras Csizmadia | cs.andras-J+jpbPhcmEAHWmgEVkV9KA@public.gmane.org | www.vpmedia.hu -
> www.csizmadiaandras.hu
> Checked by AVG Anti-Virus.
> Version: 7.0.338 / Virus Database: 267.9.4/57 - Release Date: 2005.07.2=

2.
>
>
> =3D-----------------------------------------------------------
> Supported by Fig Leaf Software - http://www.figleaf.com
> =3D-----------------------------------------------------------
>
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>
>
> =3D-----------------------------------------------------------
> Supported by Fig Leaf Software - http://www.figleaf.com
> =3D-----------------------------------------------------------
>
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>
>
> =3D-----------------------------------------------------------
> Supported by Fig Leaf Software - http://www.figleaf.com
> =3D-----------------------------------------------------------
>
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>
>
> --=20
> No virus found in this incoming message.
> Andras Csizmadia | cs.andras-J+jpbPhcmEAHWmgEVkV9KA@public.gmane.org | www.vpmedia.hu -

www.csizmadiaandras.hu
> Checked by AVG Anti-Virus.
> Version: 7.0.338 / Virus Database: 267.9.5/58 - Release Date: 2005.07.2=

5.
>




--=20
No virus found in this outgoing message.
Andras Csizmadia | cs.andras-J+jpbPhcmEAHWmgEVkV9KA@public.gmane.org | www.vpmedia.hu -=20
www.csizmadiaandras.hu
Checked by AVG Anti-Virus.
Version: 7.0.338 / Virus Database: 267.9.5/58 - Release Date: 2005.07.25.


=3D-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=3D-----------------------------------------------------------

To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailma...fo/flashcomm=20


=3D-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=3D-----------------------------------------------------------

To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com