Pure JS Block
PermalinkJust started out with concrete5 for a new website and still trying to find my way to do everything properly :-)
I need to add a <script language="JavaScript"> referencing another site that will render a movie. Is there an existing block that I can use for that? Couldn't really find something that did the trick.
It just needs to output this:
<script language="JavaScript" src="http://www.bezoom.tv/PlayerBezoom/PlayerBezoom.asp?CustomerId=xxxxxx&CustomerVideo=All&PlayerSkin=Grey&PlayerWidth=470&PlayerPlays=no&PlayerTitles=yes&PlayerLoop=no"></script>
Otherwise, I think my best bet will be to create a very simple custom block with 1 field (url for filling in the src). Anyone has a better idea?
Thanks!

Download the attached zip file. Expand it to your local computer. Upload the resulting 'bezoom' folder to your [root]/blocks/ folder and visit Dashboard->Block Types to install it.
All this being said, it's pretty easy just to add the required JavaScript code to an HTML block.