Re: [flexcoders] Re:HTML wrapper fails to display swf

2007-02-05 Thread Jack Park
I added at the lower end of the HTML code. There is an interesting line in the "else if" part of the script: "flashvars",'historyUrl=history.htm%3F&lconid=' + lc_id + '', If I remove that line, it paints a background. If I add the line back, it paints nothing. There is another ambiguity I am add

Re: [flexcoders] Re:HTML wrapper fails to display swf

2007-02-05 Thread Jack Park
Thank you very much. As a matter of fact, the template did not include that iframe, but the html built in eclipse did so. I omitted it out of "newbie ignorance." I'll try inserting it and see where that goes. I'd like to understand the reason for history.js. Where is that documented? Many thanks

[flexcoders] Re:HTML wrapper fails to display swf

2007-02-05 Thread Robi Ray
Check out whether "history.js" & the history iframe is included in your wrapper file. I've experienced cases where the absence of these prevent rendering of the swf. All the best, Robi.