mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2026-06-13 16:05:40 +02:00
SchemeRegistrationBrowser demo now can load local files
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 2.0 KiB |
Binary file not shown.
@@ -0,0 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
|
||||
<p>␍<img src='emoji.png'><br>Local image</p>
|
||||
|
||||
<p>␍<img src='dontexist.png'><br>Non existing local image</p>
|
||||
|
||||
␍<p><img src='http://www.briskbard.com/images/logo2.png'><br>Remote image</p>
|
||||
|
||||
<p><object width="150" height="150" data="helloworld.swf"></object><br>
|
||||
Local SWF file.<br>
|
||||
You need to install the Adobe Flash PPAPI plugin to view the SWF file.</p>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user