Did you try transtyping the Boolean under Flash by the sentence:
booleanVar=Boolean(this.loaderInfo.parameters.booleanVar);
??

don't know at all if this could fix it.

best regards,

Fabien


Le 9 juin 2012 à 20:41, Alain Mazy a écrit :

> Hi Nathan, thanks for your reply.
> 
> I tried surround false by " but, it's no change for me.. 
> 
> My script it's generated by FlashDevelop4, the real script is:
> 
>         var flashvars = 
>         {
>             btnOneShootText: "ONE SHOOT",
>             btnAutoShootingText: "AUTO SHOOTING",
>             btnCancelShootingText: "CANCEL SHOOTING",
>             btnValidatePhotoText: "VALIDATE",
>             uploadProgressText: "Upload in progress.. ",
>             uploadSuccessText: "Upload Success!",
>             shootsMax: 10, //qty
>             timeShootMin: 50, //ms
>             timeShootMax: 2000, //ms
>             ShutterAnimation: false, // no shutter = "", shutter animation = 
> true
>             urlNavigateWhenFinish: "capture", // never navigate = "" , 
> navigate to jpg result = "capture", other = "your url"
>             universalDataTransmitToUploadHandler: "id_client", // 
> facultative, it's transmitted by GET at output
>             urlUploadHandler: "write_jpg.php" // abasolute or relative
>         };
> 
> it's no correct?
> 
> Thanks :)
> 
> 
> Le 9/06/2012 18:22, Nathan Mynarcik a écrit :
>> Try
>> 
>> var flashvars = {};
>> flashvars.boolVar = "false";
>> 
>> all else fails, use the online generator: 
>> http://www.bobbyvandersluis.com/swfobject/generator/index.html
>> 
>> On Jun 9, 2012 10:51 AM, "Alama" <alama...@gmail.com> wrote:
>> Hi,
>> 
>> I use swfobject 2.2 and i have a problem with flashVars (with boolean
>> only).
>> 
>> var flashvars =
>> {
>>    booleanVar: false
>> }
>> 
>> Dont work in flash.. :S
>> 
>> I tried "false", 0, "0".. nothing work.
>> 
>> in AS3, i get like:
>> 
>> booleanVar = this.loaderInfo.parameters.booleanVar;
>> 
>> but my booleanVar is always true ..
>> 
>> Thanks everybody.
>> 
>> --
>> You received this message because you are subscribed to the Google Groups 
>> "SWFObject" group.
>> To post to this group, send email to swfobject@googlegroups.com.
>> To unsubscribe from this group, send email to 
>> swfobject+unsubscr...@googlegroups.com.
>> For more options, visit this group at 
>> http://groups.google.com/group/swfobject?hl=en.
>> 
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "SWFObject" group.
>> To post to this group, send email to swfobject@googlegroups.com.
>> To unsubscribe from this group, send email to 
>> swfobject+unsubscr...@googlegroups.com.
>> For more options, visit this group at 
>> http://groups.google.com/group/swfobject?hl=en.
> 
> 
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "SWFObject" group.
> To post to this group, send email to swfobject@googlegroups.com.
> To unsubscribe from this group, send email to 
> swfobject+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/swfobject?hl=en.

Fabien Auréjac
fabien.aure...@gmail.com
0672631545
www.laplumesurlatoile.com
skype: fabienaurejac



-- 
You received this message because you are subscribed to the Google Groups 
"SWFObject" group.
To post to this group, send email to swfobject@googlegroups.com.
To unsubscribe from this group, send email to 
swfobject+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/swfobject?hl=en.

<<inline: plume.jpg>>

Reply via email to