Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash








Detect Flash


Hi all,
I need some code to put into my jsp file so that on loading the file the browser will detect if flash is installed or not. I fit is installed it will show the flash file but if not I need to show another piece of html....

Can somebody help me with this pls ..

Thanks
Silvio




FlashKit > Flash Help > Flash General Help
Posted on: 02-28-2003, 11:24 AM


View Complete Forum Thread with Replies

Sponsored Links:

Flash Detect
HI!
I have a flash animation running in the top section of my homepage. If the user doesn't have the flash 5 player installed, i would like him to see a gif image instead of the flash animation.

1- what is the script that needs to be put for both IE and NS , in order for him to see the gif image instead

2- how do i test the script to see if it is well functionning when I have on my PC the flash player plugin !?! (this is a funny situation, but i should be able to test it, right?!)
The question goes mainly for NS 6
Thanks for ur reply

Rania

View Replies !    View Related
Flash Detect
i want to use the $Vertion metod to detect the flash 6 player. Any ideas on how i should script it.

--i was thinking something like this---
if($Vertion==6){
play
}else{
stop
}
}

View Replies !    View Related
Flash Detect
hi can anyone tell me where to start with a flash detect ?

Ive just created a site in flash mx and i want it to check for flash 6 player ect ect

Please help

View Replies !    View Related
Can Flash Detect A URL?
Hello.

I have a navigation made in Flash used on a PHP page. I need Flash to detect what page it is on and go to a certain frame in the navigation. How do you do this?

I only want to use the one navigation so it doesn't have to completely load on every page.

Thanks for any relplies

View Replies !    View Related
Detect Flash 6
Hello can anyone help me to detect that the user has flash pluggin

View Replies !    View Related
Flash Detect For MX?
I just downloaded this Flash Detect Kit off of the Macromedia site.
It's about 20 files and pages of instruction.
I'm sifting through it and had the thought that perhaps some of my brilliant flashkit associates might know of other tutorials or source files on the subject.

Here's what I'm using:

http://www.macromedia.com/support/fl...oyment_readme/

Best Regards,
KQ**************
********

View Replies !    View Related
How To Detect Flash 6?
I'm using the deployment kit to detect flash 6, but its option only allow flash 3 to 5.
Can anyone tell me how to detect 6???

Cheers
ss

View Replies !    View Related
Flash Detect
I was wondering if someone could post the best way to do a Flash Player v.6 detect?

Thank you in advance

Mike

View Replies !    View Related
Detect IP Through Flash
Hi All ,

Can any one help me how I can detect IP address of the user's machine ?

View Replies !    View Related
Detect Flash
Hello,
I know its an old question but its a goody!

How do I detect that a user has the flash plugin and if so show one page. If not display a second plain html page?

Can this be done using javascript? I've tried some of the scripts I've found online but no seem to work across all machines

PLEASE HELP

Thanks

Lee

View Replies !    View Related
Flash Detect
Can someone out there tell me how I can make a simple non-javascript flash detection page.

thanx.

View Replies !    View Related
The Best Way To Detect Flash MX ?
What do you think is the best way to detect/upgrade Flash MX ?

View Replies !    View Related
Detect For Flash
does anyone have any easy way to add a "detect for flash" script to their website intro page? I see in my book of action scripting a few different ways, but I'm a bit turned around now, I may just have the user go to download it themselves.
thanks!

View Replies !    View Related
Flash Detect
Hi, I have a swf file in my html.
Is there any method to detect if the user has the most updated flash plug-in or if the user has the flash plug-in?

View Replies !    View Related
Detect Flash Help ...
I have this- http://www.flashkit.com/movies/Utili...dex.php?chk=no - downloaded because when I put my flash site up, I want that thing to check if the user has FLASH 6 and if he does to send him/her to my site but if he doesnt, to send him to a non-flash site where he/she can d/l flash... but i dont get how to work the thing HELP

View Replies !    View Related
Detect Flash Still Necessary?
Wondering if I should use this FK tut and add it to my site. Still necessary? Web Design buddy told me like 95% of computers now have flash and my audience are educated, affluent people- most likely have newer computers with flash installed.

Thanks!

View Replies !    View Related
Need To Detect Flash 7
I need to detect flash 7 and if the user doesnt have flash 7 then I need them to download it. Reason being is that I used the new methods in 7.0 of loading html and css pages, that only work in 7.

Can any point me in the right direction?

View Replies !    View Related
How To Detect For Flash 8
okay I have filters on my flash document...how do I detect if my users have flash 8 player installed? also how do I link them to the site to download it if they don't?

View Replies !    View Related
Flash Detect. Is It Possible?
I'm making a Flash CS3 website and would like to know if it is possible from Javascript or something other that can automatically detect a user who doesn't have Flash Player 9 and redirect him to an HTML page.

I'm trying to avoid a splash page simply for the 10-30% of users who may not have an updated Flash plugin.

View Replies !    View Related
Flash Detect
Hi,
I ve created a site www.theimperial.in
The problem im facing is that the end users machine should be updated with the latest flash player. secondly i got this fullscreen window pop up code from some site which doesnt function properly. Can anyone please help me out on the scripting part. I have downloaded the flash detection script from adobe. but am unable to integrate that into my site as i have very little knowlegde bout scripting. Thanks in advance.

View Replies !    View Related
Flash Detect Help...
in the kirupa tutorial, i found -

Quote:




<SCRIPT LANGUAGE=JavaScript1.1>
<!--
var MM_contentVersion = 6;
var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
if ( plugin ) {
var words = navigator.plugins["Shockwave Flash"].description.split(" ");
for (var i = 0; i < words.length; ++i)
{
if (isNaN(parseInt(words[i])))
continue;
var MM_PluginVersion = words[i];
}
var MM_FlashCanPlay = MM_PluginVersion >= MM_contentVersion;
}
else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0
&& (navigator.appVersion.indexOf("Win") != -1)) {
document.write('<SCR' + 'IPT LANGUAGE=VBScript>
'); //FS hide this from IE4.5 Mac by splitting the tag
document.write('on error resume next
');
document.write('MM_FlashCanPlay = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFla sh." & MM_contentVersion)))
');
document.write('</SCR' + 'IPT>
');
}
if ( MM_FlashCanPlay ) {
window.location.replace("http://www.kirupa.com/flash.htm");
} else{
window.location.replace("http://www.kirupa.com/noflash.htm");
}
//-->

</SCRIPT>




as a flash detector, but where do you put that to to work?? i pasted it in word processor than saved it as a .html and uploaded it onto my geocities , but when I click it in geocities, it jus shows the normal writing. HELPP

View Replies !    View Related
Can Flash Detect PHP?
Is there a way within actionscript to figure out if it can use PHP or not? So if a user installs this on a webserver, for my Flash program to detect whether this server/computer is setup to handle PHP. I was thinking during setup that a certain var in my XML file be set, saying whether or not that it is. I just want to make sure there is no programmable way to detect this.

Any help appreciated,
the skOObs

View Replies !    View Related
Detect IP Through Flash
Hi All,

Can it possible to detect IP through Actionscript.
or we have to use any backend server language.

View Replies !    View Related
Flash Detect
When I tried to add the Flash Detection script from this page: http://www.kirupa.com/developer/mx/detection.htm (the first one)

I uploaded it, it detects it at seems to load to the flash version of the site but the loading bar starts going crazy, the page stops responding and I have to shut it down with Task Manager. So im assuming there's somethign wrong with the javascript, but I dont know what...

any ideas?

this is what my code looks like:


Quote:





var MM_contentVersion = 6;
var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
if ( plugin ) {
var words = navigator.plugins["Shockwave Flash"].description.split(" ");
for (var i = 0; i < words.length; ++i)
{
if (isNaN(parseInt(words[i])))
continue;
var MM_PluginVersion = words[i];
}
var MM_FlashCanPlay = MM_PluginVersion >= MM_contentVersion;
}
else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0
&& (navigator.appVersion.indexOf("Win") != -1)) {
document.write('<SCR' + 'IPT LANGUAGE=VBScript>
'); //FS hide this from IE4.5 Mac by splitting the tag
document.write('on error resume next
');
document.write('MM_FlashCanPlay = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFla sh." & MM_contentVersion)))
');
document.write('</SCR' + 'IPT>
');
}
if ( MM_FlashCanPlay ) {
window.location.replace("http://www.thenutcompany.ie/indexf.html");
} else{
window.location.replace("http://www.thenutcompany.ie/index.html");
}

View Replies !    View Related
Flash Detect Help...
in the kirupa tutorial, i found -

Quote:




<SCRIPT LANGUAGE=JavaScript1.1>
<!--
var MM_contentVersion = 6;
var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
if ( plugin ) {
var words = navigator.plugins["Shockwave Flash"].description.split(" ");
for (var i = 0; i < words.length; ++i)
{
if (isNaN(parseInt(words[i])))
continue;
var MM_PluginVersion = words[i];
}
var MM_FlashCanPlay = MM_PluginVersion >= MM_contentVersion;
}
else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0
&& (navigator.appVersion.indexOf("Win") != -1)) {
document.write('<SCR' + 'IPT LANGUAGE=VBScript>
'); //FS hide this from IE4.5 Mac by splitting the tag
document.write('on error resume next
');
document.write('MM_FlashCanPlay = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFla sh." & MM_contentVersion)))
');
document.write('</SCR' + 'IPT>
');
}
if ( MM_FlashCanPlay ) {
window.location.replace("http://www.kirupa.com/flash.htm");
} else{
window.location.replace("http://www.kirupa.com/noflash.htm");
}
//-->

</SCRIPT>




as a flash detector, but where do you put that to to work?? i pasted it in word processor than saved it as a .html and uploaded it onto my geocities , but when I click it in geocities, it jus shows the normal writing. HELPP

View Replies !    View Related
Flash Detect Help?
Hi i need to create an interactive cd-rom done in flash, but iam gonna need some form of flash detect, that can cause a redirect if flash is not installed. Does anyone no the best way to do this?

View Replies !    View Related
Detect Flash Which Is Better
Is it better to create Javascript in the html file to detect Flash or create a Sniffer movie? Is one script better than the other if you went the script route? I want to be able to put that on my page. Also should you put an image of the Flash Player or the Text Words? I've seen both..

View Replies !    View Related
Flash Detect
Is it possible to have a flash detect that installs the software descretly? I am making a sit aimed at people who will not be familiar with pc's and i need to make it as tidy as possible.

Thanks

Lickable Square

View Replies !    View Related
Flash Detect
hello, ive attempted to create a detection page prior to my pr-load page, the detection page will hopefully update the flash player to 6, fingers crossed, unfortunately i carnt test it coz i canrnt find the flash 4,5 etc download, is there anyway of testing it, thanks for your expert advice, leo.

http://www.pickford23.fsnet.co.uk/

View Replies !    View Related
Flash Detect Code
Im looking for some javascript and or flash movie that will detect if a person dosn't have flash 5 installed.
thanks

View Replies !    View Related
Flash 5 Detect Help Needed Please...
Hi everyone.
I've tried a few of the flash 5 detectors from the movies and tutorials section in flashkit. But most of them do not work! I have one that only works when i refresh the page..otherwise, it just shows a blank screen.

Please help me. It's for my school's website, so it has to be bug-free ...or at least working

Anyone have a good simple solution? Thanks a lot

View Replies !    View Related
How To Detect Flash 5 Plug-in?
Hi Folks,

Does anybody know how to detect if flash 5 player is installed on the visitor's machine?
Thanx in advance
ZoMan

View Replies !    View Related
Detect Flash Plugins
hi guys,

could we auto-detect flash 5 plugins in user's Netscape or IE?


thanks,

View Replies !    View Related
Detect Flash Player
Is there an actionscript that can detect if a user has a Flashplayer on their computer?

Thanks

View Replies !    View Related
Collision Detect With Flash MX
Good Flash Folk

I have had a look at the tutorial, and done the example they have regarding collision detection. (Dragging the car into an area, and having a dynamic text field return true or false)

Here's the thing...I want to be able to do 2 things, firstly...
When dragging the car into the designated area, the car should "snap" into the square.

Based on the name of the instance that is dragged into the area, it should play a particular movie. (like the "WORK" section of http://www.wmteam.de).

Any feedback would be greatly appreciated.

Thanx

Fabman

View Replies !    View Related
Detect URL Flash Is Running In
I am building a navigation bar which I want to run on all pages on the site. I want it to play an intro if it is the home page but not on the other pages.

Is there anyway I can detect the current URL so I can do something like

if url = "abc" do something
Else
do something else.

View Replies !    View Related
Detect Flash Player6
hello
wich script do i need to detect flash player6 for if a user enters a site that needs that player and if he doesn auto goes to a downloadpage for this plugin

thanx

View Replies !    View Related
Flash Detect In Projector?
I'm making a flash projector cd (to distribute) that displays dynamicaly loaded swf's.

Is is possible to check the clients version of Flash and direct them to downlaod the latest version from the projector?

Thanks

View Replies !    View Related
Do U Know How To Detect Flash 6 Plugin?
is there a certain syntax i can use in the first frame of my movie to tell whether or not viewers have the flash 6 plugin?

in flash 5 you could use the with() command, as it was new to flash 5.

thanks in advance!

bscott

View Replies !    View Related
Detect Flash Version
When I go to the Publish Setting in Flash MX there is the Option to DetectVersion6 in the HTML tab. How do I get t his to work when I publish my movie with this setting flash tells me:

"The HTML template for this document contains a tag which requires additional formats to be selected and published. Publish will proceed without creating this file. Publish will write the corrisponding file name to the destination HTML file."

What does this mean and how can I fix it?

View Replies !    View Related
Detect Flash Plugin
Hi, I have the following prob ( and could not fnd a solution in tutorials or board)
How can i detect whether a visitor has installed the flash plugin or not? So that I can direct him automatically to a non-flash-version or a flash-version..
thanx for any help
Jean3k

View Replies !    View Related
Detect Flash Player 6?
Hiya guys, couldnt find any tutorials on this.

So if someone could please tell me how to detect for flash player 6, and if they havent got it send them to the macromedia site.

Many thanks

View Replies !    View Related
Script To Detect Flash Mx
anyone has a script to detect flash mx????thanksss

View Replies !    View Related
Detect Flash Version 6
is there any way to detect if the user has the latest plug in. i have the flash detection "using dreamweaver" on my site but it cant detect what version the user has.

View Replies !    View Related
Flash Player Detect
Hi all,

Does anyone know the script or where I might find the script that detects Flash player in the browser (IE and Netscape) to direct the visitor to a HTML home page or Flash home page automatically? One suggestion was embedding a 1x1 movie with getURL on the HTML page. Besides that method, a code that can do this effectively. The reason for it is that the home page would have an animated banner for visitors with Flash (if no Flash, static image or animated gif). The rest of the site is mostly HTML. The only issue is the initial home page. Any help would be greatly appreciated.

SKY90006

View Replies !    View Related
Detect Flash 6 Plugin
Hi,

I have created Flash Sequences for my websites and have necassary Pre-Loaders as well.

Thing is this.. in my FlashMX, while Publishing the SWF File, I choose the "Detect for Flash 6" option so that the HTML page generate will detect of the user has Flash 6 plugin or not.. and if not.. download it.

The problem is, in case he doesn't have the Flash 6 Plugin, and the plugin download starts.. there is No activity on the page of indication for the user that something is happening or what is happening..

I have seen on sites where a text comes on the page that says "Our script has detected you dont' have Flash Plugin and is downloading it for you.. " .. and when the download completes, the text goes away and Flash appears. How do you do this? Or, how can you display anything you want while the plugin downloads?

Need help.

Thanks,
2Shy

View Replies !    View Related
What's The Best Way To Detect Flash Player?
I used the method where I put a small Flash file in the page that redirects to the Flash page. And a meta tag in the HTML that redirects to the HTML page in 10 seconds.

Is this still the best way to detect... is there a better way now that Flash MX is released and all? I want to redirect to HTML if the user doesn't have the Flash MX player (even if he has Flash 5 player)

thanks,

~jimmy.

View Replies !    View Related
Detect Flash Version In Win XP ?
Right, used html template 'detect for flash 6'. tried it on a PC with win 2000 and no flash - it took me staight to the macromedia download center and installed flash 6. My boss has win XP and flash 5. Instead of installing flash 6 it just shows the gif file.

It seems that the html files detects flash and tries to open the file but doesn't detect the correct version and so cannot open the file. Culd it be because we cannot install stuff on the PC's here - but then surely it would try to install flash 6 and then fail because we don't have 'permissions'.

If anyone can verify that it does install flash correctly that would be great, any other help much appreciated.

http://www.neverinamillionyears.net/...ler1e_pre.html

Thanks,

m

View Replies !    View Related
Flash 6 Player Detect
can somebody help me out with thc code used to detect if the persons browser has the latest flash player installed on there computer.
I have this code to detect the a version of player 5

version = getVersion();
flash_ver = version.split(",");
ver = flash_ver[2];
if (ver > 29) {
gotoAndStop(3);
} else {
gotoAndStop(2);
}
stop();


can i use this code to detect player 6 (MX) what chengers have to be made
can somebody help me out Thanks

View Replies !    View Related
Detect If You Have Flash Player
I have a website with Flash in it. I need a script that autodetects whether or not the user has flash player, if not, then it opens a new browser taking you to the Flash downloads page.

Does anybody know about autodetecting?

Thanks

View Replies !    View Related
Flash Player 6 Detect?
Hi...
what is the the Javascript code which detect the Flash Player 6 ?

so if the user has Flash Player 5.. the page will redirect to
index1.html
but if the user has Flash Player 6 the page will redirect to
index.html

Thanks alot

Please not long code.

View Replies !    View Related
Copyright © 2005-08 www.BigResource.com, All rights reserved