On Wed, Oct 21, 2009 at 7:59 PM, jean-michel.voicechat_fan
<[email protected]> wrote:
> Matthias Kramm a écrit :
>>
>> On Wed, Oct 21, 2009 at 01:04:43PM +0200, jean-michel.voicechat_fan
>> <[email protected]> wrote:
>>
>>>
>>> Hello my generated code with swfc or haxe does not work on Internet
>>> Explorer
>>>
>>
>> I very much doubt that Haxe doesn't work on Internet Explorer in
>> general, so my guess would be that there's something wrong with
>> your Flash Plugin in your IE.
>>
>> Matthias
>>
>>
>>
>>
>>
>>
>
> i suppose also that a problem with IE and Flash player but i am not able to
> find it
> i keep you in touch
try this code in both browsers and check if you have the same flash version:
.flash filename="flver.swf" bbox=200x50 version=6 fps=12 background=#666666
.edittext flver width=200 height=20 size=18pt color=black text="" align=left
.frame 1
.action:
ver = System.Capabilities.version;
trace(ver);
//trace(eval("$version"));
flver.text = ver;
.end # end action
.put flver x=10 y=10
.end # end frame 1