|
From: strk <st...@ke...> - 2004-04-29 07:01:39
|
On Thu, Apr 29, 2004 at 01:31:58AM +0200, Roberto Saccon wrote:
> Hi all
>
> I wanted to try aout some stuff which is anly possible with flash player
> 7, like changing the context menu, but the ming sources say:
>
> if(version < 4 || version > 6)
> SWF_error("Only SWF versions 4, 5 and 6 are currently
> supported!\n");
>
> Well, is there anywhere a todo-list of what is missing to to enable ming
> for the flash player 7 ?
CVS Ming say if(version <4 || version > 7)
No problem changing that. I suggested to completely remove that check,
since IMHO the user should be trusted.
--strk;
>
> regards
> Roberto
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by: Oracle 10g
> Get certified on the hottest thing ever to hit the market... Oracle 10g.
> Take an Oracle 10g class now, and we'll give you the exam FREE.
> http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
> _______________________________________________
> Ming-devr mailing list
> Min...@li...
> https://lists.sourceforge.net/lists/listinfo/ming-devr
|