You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

how does one use flashembed to detect flash 10.1? Created Aug 9, 2010

This thread is solved

Views: 1883     Replies: 2     Last reply Jan 14, 2011  
You must login first before you can use this feature

myusername

Posts: 21

Registered:
Jan 11, 2010

how does one use flashembed to detect flash 10.1?

Posted: Aug 9, 2010

How do I detect flash player version 10.1? (e.g. 10.1.53.64)

According to the documentation for flashembed it only works with 10.0.53 by using [10,53]. I am using http streaming so I need to check for flash player 10.1. Is this possible? If not will it be possible in the near future?

Thanks.

mikhailov
Mikhailov Anatoly, Co-founder & Lead Developer at RailsgeekLab

Posts: 2

Registered:
Jan 16, 2010

» how does one use flashembed to detect flash 10.1?

Posted: Sep 7, 2010

Reply to: how does one use flashembed to detect flash 10.1?, from myusername

isSupported:function(a){return g[0]==a[0]&&g[1]>=a[1]&&g[2]>=a[2]}}

getVersion:function(){var a;try{a=navigator.plugins["Shockwave Flash"].description.slice(16)}catch(b){try{var c=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");a=c&&c.GetVariable("$version")}catch(d){}}return(a=o.exec(a))?[a[1], a[2],a[3]]:[0,0,0]}


stpetebill

Posts: 3

Registered:
Oct 3, 2009

» » how does one use flashembed to detect flash 10.1?

Posted: Jan 14, 2011

Reply to: » how does one use flashembed to detect flash 10.1?, from mikhailov
Thanks mikhailov - I need to require 10.1 but flashembed ignores the 0 in 10,0,xxx, ...how would I use the built in expressInstall to make sure people use 10.1?