Detect Flash version

I have a flash movie exported in version 8, with the flash 8
player detection. It works fine in some browsers, detecting old
players and asking the uder to download a newer version of the
player. But some users can't se anything at all. No movie, no text,
noting. I've not been able to recreate the problem in my own
browser, and i don't know what version o flashplayers they had
installed.
Have any of you come across the same problem and maybe have a
solution to it. The script that detects flash is generated by flash
8 and i have not done anything to the code.

Here's a link if you want to try it. Maybe it could be the
javascript or vb-script, but I don't get any error messages in the
java-console.
If it doesn't work when you try it, please let me know.
http://www.lonesomepine.se/test.htm

Similar Messages

  • Detect Flash version for executable

    I am currently using Captivate v2.0, and created a training
    simulation for a new piece of software we are developing. When I
    published the standalone executable, I selected Flash Player 7.
    For those that were using Flash 6, the first screen would
    appear, but they were not able to continue. It took me awhile to
    figure it out, but I upgraded them to the latest version, and it
    worked. I know this question was posed in an earlier posting, but
    the link used was dead and I am hoping someone can answer. Is there
    a way where the tutorial can detect what version of Flash is
    installed, and recommend the user to upgrade to a later version?
    One exception to this situation is when a user was using
    Flash 9, and I was still unable to get the tutorial to work. I
    rebuilt the stand-alone executable with Flash version 6, and it
    worked for her. We rebooted her computer, reinstalled version 9,
    and tried the tutorial with the version 7 needed, and still no
    luck. Any ideas?
    Thank you for your help.
    Chas

    Hi Chas and Larry,
    I also faced this issue once and then it figured that the
    standalone created by Captivate is not *standalone*. It works like
    a wrapper, which in turn will call the activeX controls installed
    in the browser, however, if flash player is not installed as
    activeX, then the EXE generated from Captivate will install this on
    the users machine (it will install the version which is selected
    while creating that EXE).
    Now here comes a problem, what happens if a user has a
    previous version installed - In this case the EXE is not capable
    enough to upgarde the flash player.
    So there are two solutions you can opt for:
    1. somehow communicate that a certain version of flash player
    is a must to have. OR
    2. modify the _skin file (or the playback controls), from the
    template, use actionscript to find out which version is installed,
    and perform operations based on that. (this was the approach which
    I took)
    Hope this Helps!

  • Detect Flash Version in C# Code

    I need to be able to have a windows program figure out what
    version of Flash is installed on the machine. Can I look at the
    registry to see what the version is?

    Hi Chas and Larry,
    I also faced this issue once and then it figured that the
    standalone created by Captivate is not *standalone*. It works like
    a wrapper, which in turn will call the activeX controls installed
    in the browser, however, if flash player is not installed as
    activeX, then the EXE generated from Captivate will install this on
    the users machine (it will install the version which is selected
    while creating that EXE).
    Now here comes a problem, what happens if a user has a
    previous version installed - In this case the EXE is not capable
    enough to upgarde the flash player.
    So there are two solutions you can opt for:
    1. somehow communicate that a certain version of flash player
    is a must to have. OR
    2. modify the _skin file (or the playback controls), from the
    template, use actionscript to find out which version is installed,
    and perform operations based on that. (this was the approach which
    I took)
    Hope this Helps!

  • Flash detects wrong version number in one account

    I have an iMac G5 with 2 user accounts on it. I go to http://www.adobe.com/software/flash/about/ to test the Flash version.
    In the main (admin) user account, it displays 10.1.102.64
    In the second (managed) account, it displays 9.0.20.0
    I tried uninstalling and reinstalling Flash, deleted Flash and Safari preferences. Nothing changes. The second account still detects Flash 9 and doesn't play any video.
    Suggestions welcome

    This path lead me to finding some other outdated apps/plug-ins in the second user's account that caused some minor problems.
    I suspect migration assistant may have installed them when I moved that account from an older iMac G4 onto the iMac G5. So the lesson of the day is: check the user's library and not just the system library.

  • Flash detects wrong version in one Mac account

    I have an iMac G5 with 2 user accounts on it. I go to http://www.adobe.com/software/flash/about/ to test the Flash version.
    In the main (admin) user account, it displays 10.1.102.64
    In the second (managed) account, it displays 9.0.20.0
    I tried uninstalling and reinstalling Flash, deleted Flash and Safari preferences. Nothing changes. The second account still detects Flash 9 and doesn't play any video.
    Suggestions welcome

    I found the problem.
    There was a second installation of Flash in the second user's Library/Internet Plug Ins. Once I removed it, it found the correct plug in properly.

  • Flash version detection question

    I understand how to set the Flash player version when I
    publish my Flash movie. But what is not clear in the book I'm
    studying is when I upload the .swf file in my html page
    (index.html) to my server, do I need to upload the html version of
    my Flash file (when I published)? Or do the version detection
    settings automatically get stored in the swf? In other words, if I
    have 2 files -- movie.swf (which is in my index.html page) &
    movie.html (which was published in Flash as well), do both need to
    be uploaded? Or will the .swf file in my index.html page pickup the
    visitors Flash version?
    Thanks in advance!
    Bernie C

    The detection scripts are in the HTML (and probably an
    external JS file). You don't HAVE to use the HTML file generated by
    Flash, but you probably want to take a look at it and move some of
    the code over to your index.html page. Don't forget to upload the
    JS file if one is called as well.
    Hope that helps!

  • Detecting Flash Player version from outside browser

    Hi there,
    I was wondering if it is possible to detect the version of
    the Flash Player on a Mac, but from outside of the browser. Our
    product needs to know what Flash version is present as installation
    time, so I need to detect it via shell / perl script.
    Does anybody know if this is possible, and what might be the
    most efficient approach?
    King Regards
    davewg

    Hi, just for reference, using a shell script to retrieve the
    CFBundleShortVersionString key from plugins plist seems like a good
    way to go. Plugin is in /Library/Internet Plug-Ins.

  • Flash version detection in IE7

    FYI - I found that IE 7 was not responding to check for Flash
    version 9.*, kept telling me to upgrade - to fix this I changed the
    script AC_OETags.js to check for Flash 8 and 9
    try {
    // version will be set for 9.X or greater players
    axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.9");
    version = axo.GetVariable("$version");
    } catch (e) {
    if (!version)
    try {
    // version will be set for 8.X or greater players
    axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.8");
    version = axo.GetVariable("$version");
    } catch (e) {
    if (!version)
    try {
    // version will be set for 7.X or greater players
    axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");
    version = axo.GetVariable("$version");
    } catch (e) {
    Had the same problem with Opera 9 but this turned out to be a
    default security setting

    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_14157
    Make sure u exit all browsers before u run the .exe file
    >this will unstall all the flash players in the system>try
    running the uninstaller atleast 3-4 times >after uninstalling
    the flash player reboot u r system>go to
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash>downlo ad
    new version 9.0...the flash player.
    hope this helps.
    i followed the above steps it woked for me

  • Problems with the new flash version.

    Turned on my computer (win 7, ff5) and found that both skype and youtube are crippled.
    After some digging, it becomes clear that there has been a new flash version and im far from the only one with problems. I try to use the uninstaller - which works suspiciously quickly- and reinstall. I get a message saying that its already installed. When i try through firefox direct, it says an existing version may be in use.
    So either the uninstaller or the installer is broken.
    When on youtube for example, it alternates between telling me i need to update the plugin and to download  from adobe. I have now done this several times, following the instructions. No suscess.
    Have tried to change the hardware accelleration off, but as i cant see anything thats flash.... its not going well.

    Is your Win7 32-bit or 64-bit?
    What files do you have in C:\Windows\system32\Macromed\Flash (32-bit) / C:\Windows\syswow64\Macromed\Flash (64-bit) ?

  • LiveCycle Reader Extensions ES, version 8.2, and supported client Flash versions

    Hello,
    We are running Adobe LiveCycle Reader Extensions ES, Version 8.2.
    We have a couple users that connect through IE (version 7) to create fillable forms.
    Our companies standard version of Adobe Flash is 10.x
    When we upgraded to 10.x, the users could no longer open (convert) a pdf to be able to make it fillable.  The fix was to down grade the Flash version to version 9.
    Is there a better fix for this, as I have another user that requires access to the LiveCycle server but is running Flash 10, yet I would prefer not to downgrade them to Flash 9.
    Hopefully the above explanation makes sense, as I am technical support versus being a LiveCycle user.
    Thanks!
    Chris

    This particular service pack (LiveCycle ES Update 1 Service Pack 3 (SP3)) is has not been made public. As part  of their maintenance and support agreement with Adobe only LiveCycle customers are eligible to recieve access to this service pack. Please contact the Adobe Enterprise Support team directly and they will be able to help provide you with access to the download, provided you are eligible to download it. 
    Feel free to contact me directly ([email protected]) should you have any additional questions with concerns to this service pack.
    Kindest regards,
    Shelley

  • Latest flash version will not display images or video

    Latest flash version will not display images or video in 2 x Windows 7 Pro 64bit machines, 1 x Windows 7 Home Premiums, and 1 x XP SP3 under VMWare Workstation 7. Problem plagues Firefox, Chrome, and IE on all systems. Also running Norton Security from Comcast on all machines. Disabling does not appear to help. Suggestions?

    Not sure, this is the one that I really want to view. I am using the latest 11.6 ending in 168. Curious you got the images. The product ones act like they should be displaying for me but don’t. Can you do a capture of the images? The text with small images sometimes comes through and sometimes not. I wonder if there is a problem on the server end.
    When I talk to the Customer Service people they claim to have no reports of problems, but like the sports pro about to be traded, they may be the last ones to know…

  • Authentication failed on device 3 times. Failed to detect SSH version running on the device. PRIMARY-STARTUP config Fetch Operation failed for TFTP

    I have devices loaded but new devices keep getting this error "Authentication failed on device 3 times. Failed to detect SSH version running on the device. PRIMARY-STARTUP config Fetch Operation failed for TFTP" - which trying to get configurations. I am using LMS 3.0.1
    I tried to TELNET on devices via Putty port 22 no good. Please help?
    Name Version License Status Size CiscoWorks  Common Services 3.1.1 Licensed Not applicable  Campus  Manager 5.0.3 Purchased 1500  CiscoView 6.1.7 Licensed Not applicable  CiscoWorks  Assistant 1.0.1 Licensed Not applicable  Device  Fault Manager 3.0.3 Purchased 1500  Internetwork  Performance Monitor 4.0.1 Purchased 1500  Integration  Utility 1.7.1 Licensed Not applicable  LMS  Portal 1.0.1 Licensed Not applicable  Resource  Manager Essentials 4.1.1 Purchased 1500

    Showing 1-1 of 1 records
    Go to page:
    of 1 pages
    Device Name
    SysObjectID
    Model
    Device Status
    Inventory Status
    Inventory Last Updated Time
    Config Status
    Config Last Updated Time
    1.
    R2020012_01
    .1.3.6.1.4.1.9.1.576
    Cisco 2811 Integrated Services Router
    Normal
    Success
    Jan 13 2011 10:43:49 EST
    Failed
    Jan 13 2011 10:37:24 EST
      Rows per page:
    20 50 100 500
    Go to page:
    of 1 pages

  • Flash Version Issue

    Greetings All. I have Flash 10.0.45 installed on my system but the kuler website tells me I need Flash 10.0.12 or better. I've deleted my browser cache and even rebooted my system. My package manager even verifies that Flash 10.0.45 is in fact installed. Any ideas how to get this to work? I built several color schemes last week with no problems. Now I can't even get to them.

    Right-clicking on a flash animation showed "About Flash 9x" and set me on the course to figure out what was going on.
    Firefox Tools>Add-ons>Plugins showed Shockwave Flash version 9x even after installing 10x
    in Adept (Kubuntu Hardy Package Manager)
         purged flash-plugin-nonfree
         purged adobe-flashplugin
         reinstalled adobe-flashplugin
    Shockwave Flash version is now 10.0.45.x and the kuler site works again.

  • How can i detect the version of the browser in applet

    i wanto detect the version of the browser in applet
    can you help me?

    Hi glovebx!
    Currently there isn't way via java applets since the nearest method is System.getProperty(String key)
    and there isn't a proper key allowed to browser version/name.
    Try to get this browser property via javascript then interact with applet using package netscape.javascript.JSObject.
    Best Regards.
    P.S.: Visit http://developer.netscape.com to read about this issue.

  • Safari tells me I have flash version 0, and it's just not true

    I have a website (that someone else created for me. I know nothing of web design)It was created in flash v5. Until very recently I have had no problem viewing it on this computer using Safari, or any other browser for that matter.
    Now, when I try to open the site, I get a prompt that states:
    'You are using flash version 0
    This website is optimized to run on Flash version 5 or above
    Click here to download flash v 6'
    I show that I have flash v9 installed. And, I am able to view my web site on other computers.
    Any ideas as to what the problem may be?
    Thanks,
    Peter

    Hi,
    I get the same error message using Firefox on Linux. As Klaus says below, the website needs to correct their site to work across different platforms.

Maybe you are looking for

  • Problem with Latest Epson Printer Driver Update

    I installed the Epson printer driver update that came out today, but it made absolutely no difference. My Epson printer is still using a the same old Epson driver plus Gutenprint. There is no other option. I don't get it. What's the point of installi

  • I have problems installing Adobe Flash Player. Can you help?

    When I try to install Flahs Player, it keeps telling me that the installation will be finalized when I will reopen navigators such as Safari. Then I shut down and restart but it does not install

  • How to run 11g Form from a batch file (.bat) !

    Hi, Previously, I run my Form 6i from a batch file (with Windows Schedular Tasks) as below; E:\orant\bin\ifrun60.exe e:\lock.fmx This form lock some items on a certain date (with the help of Windows Schedular Task). How can this possible in Forms 11g

  • Creating XML using DBMS_XMLGEN with a namespace

    Is it possible to create an XMLTYPE using the DBMS_XMLGEN function set that contains a namespace. As far as I can see only the 'setrowsettag' function allows any control over what goes into the root element - should I be including, for example, an at

  • IPOD sync problems - are the new ones just as crappy?

    Like everyone who uses an IPOD shuffle on a Windows computer, I constantly experience sync problems with the IPOD either not recognized or recognized as a different USB device. Constant plugging and unplugging into different USB ports usually solves