This text is replaced by the site logo. If not, try enabling javascript.
Advertise
|
About us
|
Site map
|
Syndicate
|
Search site
|
Mailing list
|
View Authors
|
Become an Author
Home
Tutorials
Forums
Articles
Blogs
Movies
Library
Employment
Press
ActionScript.org Forums
>
Flash General Questions
>
Other Flash General Questions
detecting flash version
User Name
Remember Me?
Password
Register
FAQ
Members List
Social Groups
Calendar
Search
Today's Posts
Mark Forums Read
Thread Tools
Rate Thread
Display Modes
05-14-2001, 08:17 AM
#
1
Stones
Registered User
Join Date: Apr 2001
Posts: 35
I'm trying to get my flash movie to detect wether the user has the latest version of flashplayer.
This is my script:
version = getVersion();
flash_ver = version.split(",");
ver = flash_ver[2];
if (ver > 42) {
gotoAndPlay ("Scene 1", 1);
} else {
gotoAndPlay (2);
}
stop ();
I have downloaded the latest version of flashplayer on to my browser and yet I keep going to frame 2 instead of Scene1
,frame 1.
Is the number that I'm giving as the version No, incorrect.
thanks for your help
Stones
View Public Profile
Find More Posts by Stones
05-14-2001, 09:05 AM
#
2
seventhmonkey
Registered User
Join Date: Dec 2000
Location: Down Under
Posts: 48
try using if (ver >= 42) { instead.
If the latest version is only 42, as you said in your other post, than it won't be picked up by the code..
seventhmonkey
View Public Profile
Find More Posts by seventhmonkey
«
Previous Thread
|
Next Thread
»
Thread Tools
Show Printable Version
Email this Page
Display Modes
Rate This Thread
Linear Mode
Switch to Hybrid Mode
Switch to Threaded Mode
Rate This Thread
:
5 : Excellent
4 : Good
3 : Average
2 : Bad
1 : Terrible
Posting Rules
You
may not
post new threads
You
may not
post replies
You
may not
post attachments
You
may not
edit your posts
BB code
is
On
Smilies
are
On
[IMG]
code is
Off
HTML code is
Off
Forum Rules
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
ActionScript Forums Group
ActionScript 3.0
ActionScript 2.0
ActionScript 1.0 (and below)
Simple Stuff (Newbies)
Flash General Questions
Flash 10 General Questions
Flash 9 General Questions
Flash 8 General Questions
Other Flash General Questions
Flex
Flex 2, 3 & 4
Flex 1
Extensions and Plugins
Components
JSFL - Extending Flash
Desktop, Mobile and non-browser Environments
AIR (Apollo)
FlashLite / Portable Devices Development
Projectors and CDs
Supporting Technologies
HTML and JavaScript
haXe
Server-Side Scripting
Flash Remoting
Flash Media Server
General
Best Practices
Gaming and Game Development
Animation and Effects
Flashants Support Forum
Community Boards
General Chat
Just for Kicks Challenges
Detention
Flash In Action
Site Check
Cool Sites
Widgets
Decommissioned
Projects and Positions
CMS Forums
Announcements Board
Content Postings / Updates
Product Review Requests
CMS Technical Questions
Process Questions
Collaboration & Suggested Articles
Similar Threads
Thread
Thread Starter
Forum
Replies
Last Post
Developing a flash site, Part1: Some thoughts
Bloom22
Other Flash General Questions
6
09-29-2006
02:10 AM
[Q] Flash Player version issue...
CyanBlue
Other Flash General Questions
14
07-12-2004
01:45 PM
detecting flash - another method??
texbala
Simple Stuff (Newbies)
4
05-06-2003
10:30 PM
Bar Code Readers, PDQs and Flash and ColdFusion
niklas
ActionScript 1.0 (and below)
5
04-09-2003
05:32 PM
Flash MX version check
comicGeek
ActionScript 1.0 (and below)
1
08-13-2002
01:35 AM
All times are GMT. The time now is
03:20 AM
.
///
Categories
Tutorials
Flash
Flex
Articles
Best Practices
Product Reviews
Third Party
Press Releases
The Community
Featured Jobs
Technical Flash Artist
MADISON, USA
iPhone/iPad Developer - CREATIVE CIRCLE
Philadelphia, USA
UX DESIGNER - CREATIVE CIRCLE
Philadelphia, USA
- More ActionScript, Flash and Flex jobs in the Employment Section.
- Advertise a job for free
Contact Us
-
Home Page
-
Archive
-
Privacy Statement
-
Top
Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Ad Management plugin by
RedTyger
Copyright 2000-2013 ActionScript.org. All Rights Reserved.
Your use of this site is subject to our
Privacy Policy and Terms of Use
.