The type HashMap is not generic; it cannot be parameterized with arguments <String, WebBrowser>
on line 58 in FlashView.java:
private final Map<String, WebBrowser> _swfs = new HashMap<String, WebBrowser>();
also
_swfs cannot be resolved
on line 97 FlashView.java:
WebBrowser swf = _swfs.get(path);
any ideas?
Thanks
Hosey
On 8/24/05, Nicolas Désy <[EMAIL PROTECTED]> wrote:
Hi Ralf,
I must admit that I haven't tried it with a complex project ;-) But I can
load SWF at runtime. Can you give me an outline of your project structure
please ?
Nicolas
----- Original Message -----
From: "Ralf Bokelberg" <[EMAIL PROTECTED]>
To: "Open Source Flash Mailing List" <[email protected]>
Sent: Wednesday, August 24, 2005 4:30 AM
Subject: Re: [osflash] flashviewer?
Hi Nicolas,
great !
but unfortunately it doesn't work for me. Maybe it has something to do
with the structure of my project? It consists of multiple SWF, which are
loaded at runtime.
Cheers,
Ralf
Nicolas Désy wrote:
> Hi Ralf,
>
> I've tried something tonight... You wanted something like this ? :-)
>
> http://www.liguorien.com/download/flashviewer-0.1.0-bin.zip
> http://www.liguorien.com/download/flashviewer-0.1.0-src.zip
>
> All you have to do is to associate *.swf files to flashviewer.exe in
> Windows settings.
>
> The .exe is generate via JSmooth.
>
> Cheers,
> Nicolas
>
> ----- Original Message ----- From: "Ralf Bokelberg" < [EMAIL PROTECTED]>
> To: "Open Source Flash Mailing List" <[email protected]>
> Sent: Tuesday, August 23, 2005 11:24 AM
> Subject: Re: [osflash] flashviewer?
>
>
> Same SWF would be ok, since this is my biggest problem currently.
> I'm doing a lot of unit testing, which means i have to start the same
> SWF very often.
>
> Cheers,
> Ralf.
>
> Nicolas Désy wrote:
>
>>
>> Hi Ralf,
>>
>> You want to reload if it's the same SWF or for any SWF ?
>>
>> Nicolas
>>
>> ----- Original Message ----- From: "Ralf Bokelberg" < [EMAIL PROTECTED]>
>> To: "Open Source Flash Mailing List" <[email protected]>
>> Sent: Tuesday, August 23, 2005 10:15 AM
>> Subject: [osflash] flashviewer?
>>
>>
>>> It would be great to have a swf viewer, which can be called multiple
>>> times, but always reloads instead of creating a new instance. Does
>>> somebody know such a tool or a way to accomplish it?
>>>
>>> TIA,
>>> Ralf.
>>>
>>> _______________________________________________
>>> osflash mailing list
>>> [email protected]
>>> http://osflash.org/mailman/listinfo/osflash_osflash.org
>>>
>>
>> _______________________________________________
>> osflash mailing list
>> [email protected]
>> http://osflash.org/mailman/listinfo/osflash_osflash.org
>
>
> _______________________________________________
> osflash mailing list
> [email protected]
> http://osflash.org/mailman/listinfo/osflash_osflash.org
>
> _______________________________________________
> osflash mailing list
> [email protected]
> http://osflash.org/mailman/listinfo/osflash_osflash.org
_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org
_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org
_______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
