Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: Re: FLASH: Platform / version sniffer that will also work in Flash 4 player I Really need this to work
From: Gregg Caines
Date: Thu, 2 Nov 2000 04:20:13 GMT

Like I said, you'll need to do a bit of debugging...
Set up a text box on your main timeline and set it
to the value of 'Substring(playerVersion,0,1' so
that you can figure out what the value is. If it is
'M' or 'W', then you can figure out why the targets
aren't being called. If it isn't, you need to work on
that. I thought that the platform was written in
lowercase, but I could be wrong. A little debugging
will clear it up pretty quickly though, I bet.

---------------------------------------------------
Gregg Caines
n e o m e t r i x systems inc.
http://www.neometrixsystems.com
gcainesatneometrixsystems [dot] com



> Ok, I have got this to work in the Flash 4 player...this code was written
in
>
> Flash 4, but the Tell target is still not working.
>
> Before anyone says that that there must be a targeting error, don't, there
> are no other moviclips on the stage and the instance name is correct.
>
> Set Variable: "playerVersion" = eval ("$version")
> If (Substring(playerVersion,0,1) ="W")
> Begin Tell Target ("/platforrm")
> Go to and Play ("windows")
> End Tell Target
> Else If (Substring(playerVersion,0,1) ="M")
> Begin Tell Target ("/platforrm")
> Go to and Play ("apple")
> End Tell Target
> End If



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and the Flash(tm) Film Festival
November 27-29, 2000, LONDON, National Film Theatre

Produced by United Digital Artists and lynda.com
-Sponsored by Macromedia, Adobe Systems and Apple Computer
-http://www.flashforward2000.com or UK tel. +44 (0870) 751 1526
Register before November 10 and save £200
http:// www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  RE: FLASH: Platform / version sniffer th, George Medve

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]