This is what I want to achieve.
- While the swf file is loading, wrapper div displays an html content (e.g. text content).
- When the swf file has loaded 100%, it replaces the text content within the wrapper div, and then plays within the wrapper div.
- When the swf file is finished playing, it is then replaced with the previous text content.
(This is more like html to swf to html swapping within a div)
any thoughts if this is possible or any other workarounds?
Much appreciated to anyone who could share.