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

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

What is the difference between data design and data model(ERD) -

ios - Can NSManagedObject conform to NSCoding -