Quote:
Originally Posted by Tihiy_Don
Will there be a fix for the FFormImgSlide component?
|
What is the issue with FFormImgSlide?
Quote:
Originally Posted by BLACKFIRE69
@Fak Eid,
* FCombineText/vertical mismatch:
|
Thank you that fixed all the issues with FCombineText. It is really a very important and necessary feature.
@Blackfire
I'd really like to have a 'HTML Viewer' example where I can integrate a youtube video to my installer which buffers based on internet connection instead of importing during setup.exe creation.
This is not a necessity and completely dependent if it can be implemented.
Link: https://www.skidrowreloaded.com/hori...e-v1-0-43-p2p/
Code:
<div class="html5-video-container" data-layer="0">
<video tabindex="-1" class="video-stream html5-main-video" webkit-playsinline="" playsinline="" controlslist="nodownload" style="width: 560px; height: 315px; left: 0px; top: 0px;"
src="blob:https://www.youtube.com/2ef7c9b2-0611-4dfd-b49b-4aa461f19f96" __idm_id__="2465793">
</video>
</div>