I've noticed that when sending urls with parameters to a javascript from flash, you are limited to only 3 total url attributes. So say for instance you want a popup from a coldfusion page and you are passing 4 attributes in the url string, you will get an "unterminated string constant" error. But remove just one of them (doesn't matter which one) and you are golden.