PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → Best way to embed multi-media using WebDev
Best way to embed multi-media using WebDev
Débuté par guest, 02 sep. 2008 09:00 - 2 réponses
Posté le 02 septembre 2008 - 09:00
Hi,
Using WebDev, I'm wondering what is he best way to embed a graphic, html, video, etc. in a webpage. Of course this is presuming the user has the appropriate files on their end to support that functionality in their browser.
Thanks
John
Posté le 02 septembre 2008 - 18:05
Hi John,
Most multi-media platforms (youtube, etc.) will have object embedding code included between . In Webdev, you can create an HTML control, then insert your multimedia embed code in the HTML section on the General tab.
A youtube example is here


This is a very simple way to display such media in Webdev.
HTH,
-Marc
Posté le 02 septembre 2008 - 23:16
Thanks.... Just what I needed
John