Check Version Of Flash Plugin?
1. How to check wich version of the falsh player-plug in is installed on your browser within flash? Is there a way or special command in Flash?
2. How to do it via Javascript on my site, I only know how check wheter it is installed or not!?
FlashKit > Flash Help > Flash ActionScript
Posted on: 04-08-2004, 12:38 PM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
How To Check Plugin Version?
How can I find out what Flash and Shockwave versions I have currently installed on my systems. Anyone know of a way to find this out?
JH
How To Check Plugin Version?
How can I find out what Flash and Shockwave versions I have currently installed on my systems. Anyone know of a way to find this out?
JH
Flash Plugin Version
Hey all
Does anyone have the code for determining what plugin the user browser is using.
I use Flash in conjunction with Dreamweaver but even when the flash file is version 4 Dreamweaver inturpts it as a version 5 file? Buggers me!
Any help greatly appreciated
Len
Flash Plugin Version
Hey all
Does anyone have the code for determining what plugin the user browser is using.
I use Flash in conjunction with Dreamweaver but even when the flash file is version 4 Dreamweaver inturpts it as a version 5 file? Buggers me!
Any help greatly appreciated
Len
How Can I Detect Flash Plugin Version Of IE
I have a webpage made with flash MX.
I want to write a javascript function to detect flash plugin version.
If user's browser flash plugin version is lower than what my webpage need, my page will direct to another non_flash page.
I found "Netscape" can use "navigator.plugins[].description"
to detect what version it is .....
But I don't what method can I use for "IE" to detect flash plugin version ..............
Can U help me please.
Flash Plugin/version Detector For MX
Does Flash MX has a Flash detector that automatically download the MX plug-in for the non-flash or lower version Flash browser? If so, how do I get this information? If not, what is the alternative?
Thanks in advance everyone,
K.
Issue With Flash Plugin Version 6,0,79,0 For Mac?
on a movie clip i attached this actionscript to dynamically change the color:
onClipEvent (load) {
var a = 5;
myColor = new Color(this);
var cRGB = myColor.getRGB();
var cHEX = cRGB.toString(16);
var newRGB = cRGB;
var newHEX = cHEX;
}
onClipEvent (enterFrame) {
if (cHEX<>newHEX) {
// break the hex into 3 values, one for each color
var cHEX_r = parseInt(cHEX.substring(0, 2), 16);
var newHEX_r = parseInt(newHEX.substring(0, 2), 16);
var cHEX_g = parseInt(cHEX.substring(2, 4), 16);
var newHEX_g = parseInt(newHEX.substring(2, 4), 16);
var cHEX_b = parseInt(cHEX.substring(4, 6), 16);
var newHEX_b = parseInt(newHEX.substring(4, 6), 16);
// adjust each value independantly, so you don't get any wierd colors showing up
// adjust red value
if (cHEX_r<>newHEX_r) {
var r_diff = Math.round((newHEX_r-cHEX_r)/a);
if (Math.abs(r_diff)<1) {
cHEX_r = newHEX_r;
} else {
cHEX_r += r_diff;
}
}
// then green value
if (cHEX_g<>newHEX_g) {
var g_diff = Math.round((newHEX_g-cHEX_g)/a);
if (Math.abs(g_diff)<1) {
cHEX_g = newHEX_g;
} else {
cHEX_g += g_diff;
}
}
// then blue value
if (cHEX_b<>newHEX_b) {
var b_diff = Math.round((newHEX_b-cHEX_b)/a);
if (Math.abs(b_diff)<1) {
cHEX_b = newHEX_b;
} else {
cHEX_b += b_diff;
}
}
// adjust the color to the new value
// sets the decimal numbers back to hex
cHEX_r = cHEX_r.toString(16);
cHEX_g = cHEX_g.toString(16);
cHEX_b = cHEX_b.toString(16);
// this check is needed if there is a 0 value in the string, when you use toString() it will leave 0's blank,
// instead of filling them in, so you get "0" instead of "00" or "e" instead of "0e" so this fills in the 0
// if it is needed
while(cHEX_r.length < 2) {
cHEX_r = "0"+cHEX_r;
}
while(cHEX_g.length < 2) {
cHEX_g = "0"+cHEX_g;
}
while(cHEX_b.length < 2) {
cHEX_b = "0"+cHEX_b;
}
// end toString() fix
cHEX = cHEX_r+cHEX_g+cHEX_b; // set the current HEX variable
myColor.setRGB(parseInt(cHEX, 16)); // set the color of the BG (or object)
}
}
and on a button to change the color:
on(press){
movieclip.newHEX = "color code";
}
i havent upgraded the flash plugin for my mac in quite sometime and found the actionscript above to be working fine on both pc and mac computers.
earlier today i upgraded the plugin to version 6,0,79,0 on my mac and suddenly the script didn't work as it suppose to(didn't change to the correct color). first i thought there was something wrong with my mac, when i tested on other macs not using the newest plugin the problem wasn't apparent. but when i upgraded the plugin the same problem came up again. so far as i know, the problem only appear when viewing on macs using the mentioned plugin.
if anyone using mac and have the 6,0,79,0 plugin please visit www.dijitaq.com/publishAts/main.html
anyone know of this problem?? or is it my coding??
thanks
Flash Plugin Check
Hi,
I need a means of sniffing out the flash plugin version installed on a browser!
(Ive asked before but lost the link).
Thanks, again
S.
Flash 6 Plugin Check... Please Help
hello i`m looking for a flash 6 plugin check.. i have tryed that from moock but its not working for me
i must have a check when your have flash 6 you go to index2.html
and when you have flash 5 ore below then you go to plugin.html
please i need this so help me please..
Flash 8 Plugin Check
I just want someone to give me a straight forward answer on this. I just want my flash site to check for flash player 8 at the beginning, if they have it, go on if they don't, go to a page asking them to download the plugin. Please write exactly how to do this or if you know of a tutorial that explains it completely or a premade .fla
Flash Plugin Check
Hi Guys, I've recently moved to CS3 so consider this a newbie question for that software even though I have used older versions of flash for a while...
I notice there's no PUBLISH option to display a Jpg if Flash plugin isn't detected; while I appreciate that the new code to display and check the version of flash is great, I have a client who has certain PCs that are locked down so can't install flash (and simply installing it manually isn't an option they want to hear,) in this case I need to display something other than a flash movie...
But that options gone from publish settings.
Basically my flash movie is written out inside a div and I would like to be able to check if flash is installed, if it's not it would attempt to install it and if it can't it hides that div or shows another image.
I can hide an image under the Div but the client is complaining about the LITTLE RED X which is showin when flash isn't installed - they simply wont accept the answer that if you don't install flash you get a little red X and I know from working with flash previously that there is the ability to show alternate code if flash isn't present...
Can any one offer advice
Thanks
DW Extensions That Check For Flash Plugin?
I could really use help setting up an HTML page to check for Flash plugin onLoad, and either pass the user to the actual Flash page or send them to a message page. I can't seem to find an extension that handles that well. Or a chunk of code that doesn't require some work. Any advice? Resources? Links?
Thanks,
Jeff
Flash Version Check?
I need links to a tutorial that will explain to me how to set up a page that checks the version of flash the user has.
Thanks in Advance.
Check The Version Of The Flash Player
What is the line of code you type to test version of the flash player?
I seem to have misplaced it among the vast knowledge acquired from reading forum posts.
Flash Player Version Check
HELP HELP HELP,
Need a quick fix,
I have a flash movie but would like it to check which flash player is installed on thew users computer and if they dont have the appropriate version it sends them to the macromedia site to install the latest player
I know it seems a simple task but could someone help undertsnad how to do it.
Cheers
pixelmagikau
Flash 6 Player Version Check
i need a good Flash 6 player version check code to add to my site. currently, i'm working on creating the animation for the portfolio... adding sounds, etc. anyone know of a good free code i could get, let me know.
i'm an intermediate actionscripter, but a designer by nature:
check my site
thanks a TON!
matt
Check Users Flash Version
Is there an html code I can insert to make sure my site user has flash 6, and if they dont prompt them to get it? I could swear it used to do this automaticall in flash 4. I am having lots of trouble with people visiting my site and just getting a black screen becuase they dont have teh flash 6 plugin. thanks to anyone who know.
HTML Check Flash Version
What is the HTML code to check if the user has certain version of flash? If they don't I want to redirect them to a specific html page. Thanks.
Check Version Of Flash Remotely
Does anyone know how to write a script that can remotely check the current version of Adobe Flash on multiple workstations?
How Can I Get The Plugin Version 5.0.42 ?
Hi all, I'm making an XML-flash app for a client and they want it fer-sure to be in Flash 5.
Apparently there was an XML bug in version 5.0.30... and that's the version that came with the development kit way back when. My flash is failing on a computer with that plugin installed, and I suspect that the version is the problem.
Is there any way to find the plugin for Flash 5.0.42, released in December (of 2000 I assume)?
-k
What Plugin Version?
Does anyone know what version of the flash plugin introduced the bitmap fix? or where on macromedia i can find this info?
thx
Flash Version Check In Projector File
If I am not using an HTML doc with my Flash file, but just a projector file (the file will be on a CD and not accessed from a web site or page), how can I do a version check for the correct version of Flash? Will the version check from the HTML tab in the publish settings still work?
How To Check The Flash Version From Window Explorer?
Hey guys, I need to find out the version of flash player running on a machine just using windows explorer. I know Adobe and many other sites run flash-detection scripts, but the user has a firewall against all these sites and it can't be lifted at the moment.
Any advice?
Check Visitors Version Of Flash Player
I've noticed that if a user has a lower version of flash and you create something with lets say flash 8... it wont install the new plugin but instead much of the newer feature will not be viewed... so basically your swf presentation turns out a bit messed up.... How would I be able to check my visitors version of flash and have them install the new plugin if they dont already have it?
Check Version Of Flash Used Using File Properties
Hi,
Anyone know how to check the version of the Flash program or plugin used in producing .swf via file properties?
Here's what happened.
I install Apreview.swf with the Flash.ocx (v7) and SWFlash.ocx (v5) using InstallShield. Then i install an old version called Bpreview.swf which has old version of Flash.ocx and SWFlash.ocx. Both swf works fine.
Problem now is when i install Cpreview.swf (suppose to be same version as Apreview.swf), Cpreview doesn't work. I'm suspecting the developer who did this used different version of Flash to produce Apreview.swf and Cpreview.swf, so I would like to check the version.
I don't have Flash installed on my PC and I'm not familiar with Flash.
Please help!
Thanks.
Which Plugin Version (when Export) ?
Hi to all!
It's been a long time since I've used Flash and I'd be interested to hear you about this.
I use Flash 8 and I make simple things (simple animations and musical extracts from MP3 external files).
Which plugin version should I use when I export? And old one to be sure nobody will have to download a plugin recent version?
Thanks a lot!
Check Flash Player Version Before Using Percentage Preloader?
Don't I need to check flash version before using percentage preloader scripting?
getBytesLoaded() is flash 5 so if somebody has flash 4 player it won't see it, right?
What's the script to check that property? Or do you check for version 5+ in another way?
Detect Flash Player Version--> Answer & Check
Hello,
[disclaimer]
First off, I want to appoligize if this should be in the site check, but it isn't really a site check, some i'm not too sure.
[/disclaimer]
As a result of google indexing the alternate page when you do Publish-->HTML-->Detect Flash. I wrote this script:
ActionScript Code:
function detectFlashPlayer() {
playerNotice_mc._visible = false;
okay_mc._visible = false;
var requiredPlayer = 7;
var playerVersion = System.capabilities.version;
var myLength = playerVersion.length;
var spaceNumber = playerVersion.indexOf(" ");
var subPlayer = playerVersion.substr(spaceNumber+1, playerVersion.length);
trace(subPlayer);
var userPlayer = subPlayer.substring(0, subPlayer.length-(subPlayer.length-1));
trace(userPlayer);
userPlayer = Number(userPlayer);
trace(userPlayer);
if (userPlayer<requiredPlayer) {
playerNotice_mc._visible = true;
} else {
okay_mc._visible = true;
}
}
detectFlashPlayer();
I need a little help checking if it works. HERE is the link. If you have version 7, you should see a red box saying you have version 7. Else, you should see a purple box asking you to update. Also, I don't really know AS 1.0 (just 2.0) so if you see something that wouldn't be compatable, please point that out.
For archival purposes the fla is attached (in MX NOT MX 2004). Also, here are 3 other threads that also deal with this in a little different way.
http://actionscripts.org/forums/showthread.php3?t=49583
http://www.actionscript.org/forums/s...d.php3?t=43689
http://moock.org/webdesign/flash/detection/moockfpi/
Load JPEG Upon Flash Player Version Check
I thought Flash had a built in feature along with the Player checking that could load a static JPEG in place of the movie if the proper Flash Player was not detected. I don't find it in Help or searching this forum. Anyone point me in the right direction?
Need A Code On My Html Page That Will Check For Flash Version
I have just noticed that when I upload my Flash page to the host and people view it with an older Flash Player, my Flash site looks all wrong.
I cant publish it at a lower version because my Flash page will not work properly with the action script I have used.
What I need is a code that I place on my html page that the Flash is embedded in and it checks to make sure the user viewing the page has Flash Player 9 and if not, it will take them to the Flash Player download page or will tell them they require the latest Flash Player and it will direct them to my error page or a html version of the site.
Anyone have any idea how to do this or links to tutorials or samples.
Thanks
Robust Plugin/version Detector?
I am currently using a Flash plugin detector script written in Oreilley's "Flash Hacks" book and authoring in MX using AS 2.0 and had a user get passed the sniffer and end up looking at a blank page (the page that had the flash content).
I need a plugin detector that detects the version as well as if the plugin is installed at all or i get to redesign in html. anyone know of a good one that's cross-platform (mac / PC) and will do as i stated above?
Simple Q: What's The Latest Version Of Plugin For IE?
There is a v9 plugin for firefox et al but not IE. Ok i understand that. But where's the v8 player that lets flash read ON2 video codecs and other v8 goodies?
Edited: 03/28/2007 at 12:42:11 PM by Unhappy With Adobe
Authorware Plugin Version 2004,0,0,72 Required
Hi,
I am searching for
Authorware Plugin Version 2004,0,0,72
In Macromedia site it is allowing me to download only
Authorware Plugin Version 2004,0,0,73
It will be very nice if someone helps me to get this plugin ASAP.
Thanks for the help in adbvance.
Regards,
Chandrani
Plugin Check
I have searched and asked around everywhere i know.. What i want is something like this:
if flash { show flash, if not flash { show image.gif ?
Like, it has to be the same site, not: if flash: haveflash.htm, if not flash noflash.htm.
Hope somebody knows.
Plugin Check
I need an actionscript which cheks plugin. Can anybody help me?
Flash5 Plugin Check
any of you Dudes/Dudettes know of any scripting which can achieve this?
THanx
D.
Check For Plugin Solution?
I'm using developing in MX, and I just realized that Netscape doesn't seem to know what to do with my site unless it has the 6 plugin already. I want to detect for the plugin, and then deal with the users who don't have it.
I've looked in the tutorials, and none of them applied to MX. I would have looked back at older posts, but I can't seem to search Flashkit for whatever reason.
Any suggestions? Thanks!
Frank
Check Version?
Whats the best way to check if the flash player version number is below 6? I see the variable $version. but it returns a string like $WIN 6,0,23. What is the best way to break this down I want to goto a certain frame if it is below version 6.
Thanks
Check Version? How?
I searched first.... icky results.
Just want to check if Flash 6 and if not have a get new version download popup.
--FI
OT Please Check Mac Version
Little off topic but you guys are smart and I'm sure most of you use dreamweaver. Could someone with MAC 9 or 10 please check this link
www.visionmixerfilms.com/discovery.html
getting sound on this quicktime but not video...very strange. Of course it works fine on IE....thanks a lot. Much appreciation.
AS3 Version Check
I've just about to make a AS3 version check for my SWF, then it occured to me:
What does flashplayer (say 7 or 8) do when it gets AS3 code... will my version check work? Or do I have to make it in AS2.... Puzzled
Version-check. What For?
this happens to be a real newbie question.
but at first i have to say, that i know how to check the version and stuff like that. so please don't redirect me to tutorials that handle this.
what should i check the version for? or at least if there's a flash plugin?
doesn't flash automatically lets someone download the plugin if the movie is a later version than the plugin?
or should i check the version because then i'll switch AS functions depending on that? but, if this is the case, do i have to publish my movie as an older version movie?
i think, that when i make a flash6 movie, and someone tries to view it, he will download the plugin so he can use it. either he has an earlier version or no plugin at all. but this is flash's work ... why should i check it?
help me with my missing wisdom
Javascript Popup To Install Flash Plugin, But Plugin Is Already Installed..
I have plugin checker code in place, checking for Plugin 9. On a co workers computer at home, she is prompted to download the Flash plugin via a javascript alert window that says "Install" or "Don't Install". After doing the install, it continues to happen over and over. This ONLY happens with Flash Plugin 9. I am about to revert back to Actionscript 2.0 for this application and use Flash Plugin 8 to see if that fixes it. Has anyone run into this before and does anyone have any resolution? If more info is needed let me know I'll be happy to provide.. Thanks
|