What you have is what gets downloaded from the SWFObject folks. SWFObject is a googlecode project. The other files should be copied in from the flex-sdk repo although no code in FlexJS utilizes it. Not sure if you’ll get a fatal exception if you run without it.
-Alex On 11/12/14, 3:10 PM, "Christofer Dutz" <[email protected]> wrote: >Hmmm ... > >indeed I could find the files in the flex-sdk ... but why does only part >of this stuff get copied? >Currently I have this: > >templates/ >templates/swfobject/ >templates/swfobject/history/ >templates/swfobject/expressInstall.swf >templates/swfobject/swfobject.js > >So it contains some of the stuff in the flex-sdk, but only part of it. > >templates/ >templates/swfobject/ >templates/swfobject/history/ >templates/swfobject/history/history.css >templates/swfobject/history/history.js >templates/swfobject/history/historyFrame.html >templates/swfobject/expressInstall.swf >templates/swfobject/swfobject.js >templates/swfobject/index.template.html > >Any Ideas? > >Chris > >________________________________________ >Von: Alex Harui <[email protected]> >Gesendet: Mittwoch, 12. November 2014 23:50 >An: [email protected] >Betreff: Re: AW: AW: [FlexJS] Now I need a little help with FlexJS ;-) > >On 11/12/14, 2:25 PM, "Christofer Dutz" <[email protected]> wrote: > >>I'm getting this error: >> >>Caused by: >>/Users/christoferdutz/Projects/Apache/Flex/flex-asjs/examples/build_examp >>l >>e.xml:296: Warning: Could not find file >>/Users/christoferdutz/Projects/Apache/Flex/flex-asjs/templates/swfobject/ >>i >>ndex.template.html to copy. >> >>Seems most failing modules have this problem. > >Ah. The build scripts and installers currently steal these files from the >regular Flex SDK. I’m ok with checking a copy into flex-asjs if that >helps. Or linking to flex-sdk if Git supports such a thing. > >-Alex
