hey, m a beginner in flex.. i built an app using some open source codes..now when i create a release build, the html file created in 'bin-release' is not performing the expected functionality..its counterpart in bin-debug folder works fine..
after reading some blogs, i set values of all instances of 'allowScriptAccess ' in the html file to 'always'..but it still doesn't function.. also moving all the contents of the bin-debug folder to ny other folder in my system renders my only working html file useless too.. ny ideas why this may be happening? ny helpful links or tips would be appreciated very much..

