Re: [flexcoders] html-template\ index.template.html

2010-06-07 Thread Oleg Sivokon
If you build that with Ant you may just ignore that and use your own
variable - that's how I did that anyway. Used  task output attribute.
I don't know about a way to set that thing from Flash Builder, it seems like
that's one more thing that Flash Builder knows better than you ;)


[flexcoders] html-template\ index.template.html

2010-06-07 Thread flexnewbie06
Hi group, 
Can anyone tell help me how to find where the index.template.html resolves the 
macros ${swf}.swf ??  

I have a project that I'm building with ant.  The project started out as ABC 
project, with an abc.mxml as the default app.  Then I added an alternate 
default main.app..xyz.mxml and removed abc.mxml.  My html wrapper still tries 
to embed the non-existent abc as the swf.

Any suggestions greatly appreciated!
Thanks.


(Using Flex sdk 2.0)