Re: [flexcoders] File changes when Exporting new Release Build

2009-01-16 Thread Tom Chiverton
On Friday 16 Jan 2009, brucewhealton wrote:
 What I have been doing is frustrating.  I move everything over to
 the website folder, when I do a new Export as Release Build.  That
 means I lost all the changes I made to the html file that holds the
 Flex Application, and I have to customize that file again.

We don't have the HTML wrappers in the Flex Builder project at all, for just 
this reason. When we 'export release' we point it at another project with 
them in, and a 'bin' sub folder to hold the .swf assets.

-- 
Tom Chiverton
Helping to conveniently administrate proactive B2B dot-com fifth-generation 
portals



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at 
Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB.  A list 
of members is available for inspection at the registered office together with a 
list of those non members who are referred to as partners.  We use the word 
?partner? to refer to a member of the LLP, or an employee or consultant with 
equivalent standing and qualifications. Regulated by the Solicitors Regulation 
Authority.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 2500.

For more information about Halliwells LLP visit www.halliwells.com.

[flexcoders] File changes when Exporting new Release Build

2009-01-15 Thread brucewhealton
Hello all, 
I hope I can explain my question clearly.  Let's say that I create a
Flex Project, Export a Release build and then incorporate it into a
website.  Then I realize I want to make a change to the application
that I brought into my website.  I will have to export the release
build again.  What is going to have changed when I do this?  The file
that I brought into my website was modified with a few changes to the
html, adding a few styles and such.  If I copied the entire new
release build into the website folder, I'll write over all the
modifications/tweaks to the html file.  Can I just move over the new
swf file and maybe the History folder?  
What I have been doing is frustrating.  I move everything over to
the website folder, when I do a new Export as Release Build.  That
means I lost all the changes I made to the html file that holds the
Flex Application, and I have to customize that file again.
If my html file that is exported is called Project1.html then when
I export the release build again, it is going to replace the file
Project1.html, will it not?  But I don't need to replace that file on
the website folder, will I?
   
Thanks,
Bruce