html - How can I defer embedding a SWF until it's needed? -
i developing product combination of html5 , flash swf (using flex framework) in single page. i'll put swf div can hidden/shown needed.
the swf not used of time, i'd defer embedding (or @ least loading/starting) of until first time it's needed. examples i've seen involve static embedding, swf loaded/started when page loads.
so how do this? thanks.
Comments
Post a Comment