Long page load with several Youtube videos embedded

This forum is for all Flare issues related to the HTML5, WebHelp, WebHelp Plus, and Adobe Air Targets
Post Reply
mafra1
Jr. Propeller Head
Posts: 9
Joined: Tue Jun 04, 2013 4:00 am

Long page load with several Youtube videos embedded

Post by mafra1 »

Hi,
I've embedded 20-30 Videos from Youtube in a topic.
made them responsive and all, inside drop-downs. looks nice.
BUT, I noticed that the load time for that topic is very long (about 10 sec)

I suspect it has something to do with the iFrame..
Has anyone else experienced the same thing?
Can I fix, mitigate this in some one way?

this is the code for one video. (so I have like 20-30 like these on the same page/topic)
<MadCap:dropDown>
<MadCap:dropDownHead>
<MadCap:dropDownHotspot>Video title</MadCap:dropDownHotspot>
</MadCap:dropDownHead>
<MadCap:dropDownBody>
<div class="section">
<div class="videowrapper"><iframe width="560" height="315" src="http://www.youtube.com/embed/aO610xD8RPY" frameborder="0" webkitallowfullscreen="1" mozallowfullscreen="1" allowfullscreen="1"></iframe>
</div>
</div>
</MadCap:dropDownBody>
</MadCap:dropDown>
Post Reply