I added
<iframe name="_history" src="history.htm" frameborder="0" scrolling="no"
width="22" height="0"></iframe>
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 addressing: in the Eclipse IDE, all items
(html, swf, etc) are all located in the /bin directory. In my Jetty
installation, the swf is located in a directory /swf/ and the html is
painted from the servlet. The ambiguity comes in the code following "else
if"
I could use src = "FirstFlex"
or I could use src = "/swf/FirstFlex"
or I could use src = "/swf/FirstFlex.swf"
Changing among those options makes no difference.
I guess there are still factors I don't understand.
Perhaps I've jogged further ideas?
Thanks
Jack
On 2/5/07, Jack Park <[EMAIL PROTECTED]> wrote:
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
Jack
On 2/5/07, Robi Ray < [EMAIL PROTECTED]> wrote:
>
> 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.
>
>
>