diff --git a/videoWindow.mxml b/videoWindow.mxml index b8dbca1..41b1a8b 100644 --- a/videoWindow.mxml +++ b/videoWindow.mxml @@ -85,7 +85,7 @@ vidLength.text = vidInfo[0].length; //vidFile.text = vidInfo[0].file; if (vidInfo[0].description == "") - vidDesc.htmlText = " "; + vidDesc.htmlText = "No description available"; else vidDesc.htmlText = vidInfo[0].description; vidRes.text = vidInfo[0].width + "X" + vidInfo[0].height;