> I couldn't fix the mxjar problem. After a lot of hitting and trying, I
> got it compiled manually using Flex's mxmlc command.
Interesting; do you remember what exactly you did to compile it?
Cheers,
Ron
Thanks! We'll work on improving the Rake task's Windows support based
on your findings.
> Now that I have a DrawingDemoContainer.swf, I still can't seem to run
> it. The Flash policy daemon isn't running, as I've posted above. But
> as ty said that its not required if I have to run it locally. So I
> just started the ejabberd server and ran the app. When I click the
> Register or Sign in button, it stucks at "Registering" or Signing in"
> and nothing happens. Now I don't know what can be wrong.
Let's try a couple of things:
- Be sure you've installed the debug version of Flash Player (not just
the version for regular users). Here's the archive for Flash 10:
http://download.macromedia.com/pub/flashplayer/updaters/10/flash_player_update3_flash10.zip
-- look inside the "Debug" folder.
- Be sure you're running DrawingDemoContainer in debug mode; compile
with `rake hemlock:build:drawingDemo[true]`. You'll know you're in
debug mode when you see DebugWidget in the lower-right corner of the
window. If you see it (green text on black background), click it to
expand it.
Set up both of these debug options, then try running
DrawingDemoContainer again. Do you get any runtime error messages?
Cheers,
Ron