Re: swf-version issue

2013-07-22 Thread Justin Mclean
Hi, > Maybe you can create the Linux version also? Done. Justin

Re: swf-version issue

2013-07-21 Thread Justin Mclean
Hi, > Maybe you can create the Linux version also? Give me a couple of hours and I can. Justin

Re: swf-version issue

2013-07-21 Thread OmPrakash Muppirala
Maybe you can create the Linux version also? I just uploaded the Windows RC2 binaries. Thanks, Om On Sun, Jul 21, 2013 at 9:36 PM, Justin Mclean wrote: > Hi, > > Just uploading a RC2 OSX one. > > Justin >

Re: swf-version issue

2013-07-21 Thread Justin Mclean
Hi, Just uploading a RC2 OSX one. Justin

Re: swf-version issue

2013-07-21 Thread OmPrakash Muppirala
Great! Ready for a new RC? On Sun, Jul 21, 2013 at 8:34 PM, Justin Mclean wrote: > Hi, > > Done, tested and checked in. > > Justin >

Re: swf-version issue

2013-07-21 Thread Justin Mclean
Hi, Done, tested and checked in. Justin

Re: swf-version issue

2013-07-21 Thread Justin Mclean
Hi, > I think that the best option would be to tie the AIR and FP versions based > on the common swf-version. Certainly the easy solution. I should be able to sort that today. Justin

Re: swf-version issue

2013-07-21 Thread OmPrakash Muppirala
On Sun, Jul 21, 2013 at 4:23 PM, Justin Mclean wrote: > Hi, > > Took another look and think I have something that should work. For the AIR > config files it work out the corresponding Flash Version version and used > that version and swf version. > > There may be an issue with this in that it woul

Re: swf-version issue

2013-07-21 Thread Justin Mclean
Hi, Took another look and think I have something that should work. For the AIR config files it work out the corresponding Flash Version version and used that version and swf version. There may be an issue with this in that it would also need to download 2 player global swfs? Thanks, Justin

Re: swf-version issue

2013-07-21 Thread Justin Mclean
Hi, As far as I can see the code is correct. It loops around each config file: for each (var file:File in configFiles) And updates the swf version: var swfVersion:RegExp = /\d\d<\/swf-version>/; contents = contents.replace(swfVersion, "" + FLASH_PLAYER_SWF_VERSION + "<\/swf-version>"); The pla

Re: swf-version issue

2013-07-20 Thread Justin Mclean
Hi, > Can you fix it in the Installer as well, please? I should have some time later today and will take a look. May be a little painful as instead of just copying the file we need to read in the contents, modify it, and write it out again. Thanks, Justin

Re: swf-version issue

2013-07-19 Thread OmPrakash Muppirala
On Fri, Jul 19, 2013 at 4:47 PM, Justin Mclean wrote: > HI, > > > I was thinking that perhaps we could have a different swf-version in > > air-config.xml and flex-version.xml > A I see the issue. Yes the current .sh script update the version of > swf in all 3 config files, the installer should

Re: swf-version issue

2013-07-19 Thread Justin Mclean
HI, > I was thinking that perhaps we could have a different swf-version in > air-config.xml and flex-version.xml A I see the issue. Yes the current .sh script update the version of swf in all 3 config files, the installer should do the same. Justin

Re: swf-version issue

2013-07-19 Thread OmPrakash Muppirala
On Fri, Jul 19, 2013 at 4:33 PM, Justin Mclean wrote: > Hi, > > > I would like to know how you want to address this issue. I have seen > this > > Error 305 when I selected AIR 2.6 with FP 11.7. Should we tie AIR 2.6 > with > > FP 10.2 so that folks dont run into this issue? > > Tie the values to

Re: swf-version issue

2013-07-19 Thread Justin Mclean
Hi, > I would like to know how you want to address this issue. I have seen this > Error 305 when I selected AIR 2.6 with FP 11.7. Should we tie AIR 2.6 with > FP 10.2 so that folks dont run into this issue? Tie the values together seems like the best way, are you 100% sure that it is an issue

swf-version issue

2013-07-19 Thread OmPrakash Muppirala
On Thu, Jul 18, 2013 at 4:29 PM, OmPrakash Muppirala wrote: > On Thu, Jul 18, 2013 at 4:01 PM, Justin Mclean > wrote: > >> Hi, >> >> >> 3) Any reason not allowing to to download to a non empty folder? I did >> get >> >>> the wrong AIR/FP version so I tried to just download the right one >> and wa