Detect For Flash Problem
When in FlashMX publishing a HTML template to detect for flash6 I get the following WARNING...
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 corresponding filename to the destination HTML file.
What else do I need to do in the HTML page? Can some one explain this to me please?? THANK YOU VERY MUCH for your time.
FlashKit > Flash Help > Flash General Help
Posted on: 08-25-2003, 01:15 PM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
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
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
}
}
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
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
Detect Flash 6
Hello can anyone help me to detect that the user has flash pluggin
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**************
********
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
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
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
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
Flash Detect
Can someone out there tell me how I can make a simple non-javascript flash detection page.
thanx.
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!
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?
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
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!
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?
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?
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.
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.
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
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
Detect IP Through Flash
Hi All,
Can it possible to detect IP through Actionscript.
or we have to use any backend server language.
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");
}
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
Should I Detect Flash 6
If I am using action scripts which are only available in Flash 6, is it worth detecting the Flash Player version at the begining of the program.
If someone attempts to use my movie but has Flash 5 Player and not 6, will the program just stop, or will there be some indication to the user that they have the wrong player.
Detect Flash
how do i detect flash and redirect the visitor to an html page if they dont have flash?
--probably been answered before, but i cant find it
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?
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..
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
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/
Detect Flash Script, If Not Flash Then Display Alternate Image?
Below is what I am trying to do so far, but I am having problems actually getting it to work. I don't know the sytax in showing the image within the script.
FlashErkennung von Flash Planet is the script I'm trying to use.
<html>
<body>
<SCRIPT LANGUAGE="JavaScript">
<!--
var useFlash = navigator.mimeTypes &&
navigator.mimeTypes["application/x-shockwave-flash"] &&
navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin;
//-->
</SCRIPT>
<SCRIPT LANGUAGE="VBScript">
<!--
On error resume next
useFlash = NOT IsNull(CreateObject("ShockwaveFlash.ShockwaveFlash"))
-->
</SCRIPT>
<SCRIPT LANGUAGE="JavaScript">
<!--
if ( useFlash ) {
<p><font size="7" face="OCRB"><embed width="129" height="65" src="images/eedi.swf"></font></p>;
} else {
<p><img border="0" src="images/eedi.gif" width="130" height="55"></p>;
}
//-->
</SCRIPT>
</body>
</html>
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
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
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
Detect Flash Plugins
hi guys,
could we auto-detect flash 5 plugins in user's Netscape or IE?
thanks,
Detect Flash Player
Is there an actionscript that can detect if a user has a Flashplayer on their computer?
Thanks
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
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.
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
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
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
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?
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
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
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.
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
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
|