Skip to content
Snippets Groups Projects
Commit 26e4a99f authored by callum_linden's avatar callum_linden
Browse files

Fixed up broken XML for Web Content Browser test video URL buttons

parent d91722ed
No related branches found
No related tags found
No related merge requests found
...@@ -213,7 +213,7 @@ ...@@ -213,7 +213,7 @@
width="22"> width="22">
<button.commit_callback <button.commit_callback
function="WebContent.TestVideo" function="WebContent.TestVideo"
parameter="https://callum-linden.s3.amazonaws.com/sample_media/kubo.webm"/> parameter="https://callum-linden.s3.amazonaws.com/sample_media/jumprope.webm"/>
</button> </button>
<button <button
...@@ -232,8 +232,30 @@ ...@@ -232,8 +232,30 @@
name="VLC Plugin Test" name="VLC Plugin Test"
top="22" top="22"
width="22"> width="22">
function="WebContent.TestVideo" <button.commit_callback
parameter="https://callum-linden.s3.amazonaws.com/alegria.mp3"/> function="WebContent.TestVideo"
parameter="https://callum-linden.s3.amazonaws.com/alegria.mp3"/>
</button>
<button
image_overlay="Video_URL_Off"
image_disabled="PushButton_Disabled"
image_disabled_selected="PushButton_Disabled"
image_selected="PushButton_Selected"
image_unselected="PushButton_Off"
chrome="true"
tool_tip="FLV Test"
enabled="true"
follows="left|top"
height="22"
layout="topleft"
left="99"
name="VLC Plugin Test"
top="22"
width="22">
<button.commit_callback
function="WebContent.TestVideo"
parameter="https://callum-linden.s3.amazonaws.com/sample_media/vandal.flv"/>
</button> </button>
</layout_panel> </layout_panel>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment