I tried it on two different machines at work both pc's with windows XP and IE. 
No problems with the javascript detection in firefox only the vbscript one for 
the activeX one.
 
I havent' change anything and the error occurs when I have installed on of the 
3 player versions above (using Flash Plugin Switcher for this ) and goes 
through the Macromedia flash detection code on the html page.
 
It seems like these 3 player versions somehow is incompatible with the 
following line in the  VBScript
 
swControl.GetVariable("$version")
 
When I comment it out the error stops but then I don't get the full version of 
course which I need.
 
Cheers
Martin
 

 
 
 

________________________________

Fra: [EMAIL PROTECTED] på vegne af Matt Muller
Sendt: fr 06-01-2006 16:35
Til: Flashcoders mailing list
Emne: Re: [Flashcoders] REPOST Bug in Macromedia's 
flashdetectioncodewheninstalled player is either 6.0.22,6.0.23 and 6.0.29 ?



hmm, ive never experienced that martin, you have obviously tried it with
different swfs and are sure VB is crashing your browser?
It sounds to me like its the FP crashing ad ot the script, have you edited
the standard output code at all? Have you tried it on different machines?
What player are you upgrading from?

MaTT


On 1/6/06, Martin Baltzer <[EMAIL PROTECTED]> wrote:
>
> I would really appreciate that this tread is not taken over by another
> problem;-)
>
> Anyone knows of a solution to the first question?
>
> Thanks alot
> Martin
>
>
>
> ________________________________
>
> Fra: [EMAIL PROTECTED] på vegne af Tom Rhodes
> Sendt: fr 06-01-2006 16:17
> Til: Flashcoders mailing list
> Emne: Re: [Flashcoders] Bug in Macromedia's flash
> detectioncodewheninstalled player is either 6.0.22, 6.0.23 and 6.0.29 ?
>
>
>
> yup, their browser was set to not execute js/vb.
>
> and yes i'd set up a bit of text along the lines of, "sorry, your settings
> are such that we cannot find out if you have the latest flash player, if
> you
> know you have 8 click here to view, if not click here to get it" kind of
> thing...
>
> but the client just didn't like the idea of closing browsers, going to
> other
> sites etc. etc. all the stuff you've heard a million times. i hadn't heard
> it for a while though!
>
> shame, because, the express install thing is sweet in ie, with the
> redirection and everything it's very painless. not much you can do when
> they
> have their browser set up by a corporate IT security nazi ;)
>
> i suggested doing something server side to see if they had flash, but the
> express install requires r65 to work and AFAIK you can't get the player
> version with PHP. please someone tell me i'm wrong....
>
>
> ----- Original Message -----
> From: "Matt Muller" <[EMAIL PROTECTED]>
> To: "Flashcoders mailing list" <flashcoders@chattyfig.figleaf.com>
> Sent: Friday, January 06, 2006 3:57 PM
> Subject: Re: [Flashcoders] Bug in Macromedia's flash detection
> codewheninstalled player is either 6.0.22, 6.0.23 and 6.0.29 ?
>
>
> Tom, could you elaborate a bit more on what security scenario would cause
> the no script?
> Do they have js / vb script disabled in their browsers? Wouldnt the no
> script just open a page with a link to upgrade?
>
> MaTT
>
>
> On 1/6/06, Tom Rhodes <[EMAIL PROTECTED]> wrote:
> >
> > i just had a client refuse content in 8, because of their security
> > settings
> > rendering the nice smooth express install i had set up useless.
> >
> > they got the noscript instead.
> >
> > so now i'm redoing everything for player 6 (pain the the you know
> > what)....
> >
> > :(
> >
> > ----- Original Message -----
> > From: "Martin Baltzer" <[EMAIL PROTECTED]>
> > To: "Flashcoders mailing list" <flashcoders@chattyfig.figleaf.com>
> > Sent: Friday, January 06, 2006 3:36 PM
> > Subject: [Flashcoders] Bug in Macromedia's flash detection code
> > wheninstalled player is either 6.0.22, 6.0.23 and 6.0.29 ?
> >
> >
> > Hi,
> >
> > I'm having a serious detection issue with macromedias own flash
> > detection code which you all probably know can be auto generated along
> > with the html file under publish settings in the Flash8 editor or can be
> > found in their detection kit which contains it as well.
> >
> > The problem is related to the activeX plugin detection more precisely
> > inside the VBScript function below. When the shockwave object is created
> > it asks for the version string:
> >
> > swVersion = swControl.GetVariable("$version")
> >
> > and if any of the plugins above is installed it crashes with an error
> > message saying an error happened in Flash player 6.0.xx.ocx. and the
> > browser window shuts down. No errors with plugins lower or higher than
> > that.
> >
> > Has anyone seen this before and knows what to do? Since I'm not the
> > great VBScript shark I'm pretty stuck here and just detecting the clean
> > version number is not enough when you need 6.0.65 to use the new auto
> > install procesdure.
> >
> > <!-- // Visual basic helper required to detect Flash Player ActiveX
> > control version information
> > Function VBGetSwfVer(i)
> > on error resume next
> > Dim swControl, swVersion
> > swVersion = 0
> >
> > set swControl = CreateObject("ShockwaveFlash.ShockwaveFlash." +
> > CStr(i))
> >
> > if (IsObject(swControl)) then
> >    swVersion = swControl.GetVariable("$version") //Here it crashes
> >
> > end If
> > VBGetSwfVer = swVersion
> > End Function
> >
> >
> > _______________________________________________
> > Flashcoders mailing list
> > Flashcoders@chattyfig.figleaf.com
> > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> >
> >
> > _______________________________________________
> > Flashcoders mailing list
> > Flashcoders@chattyfig.figleaf.com
> > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> >
> _______________________________________________
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
>
> _______________________________________________
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
>
> _______________________________________________
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to