VBrick Forum
Welcome, Guest. Please login or register.
January 06, 2009, 01:25:59 PM

Login with username, password and session length
Search:     Advanced search
VBPresenter Version 3 Now Available! Platform Independent Multimedia via Industry-First use of Silverlight
540 Posts in 277 Topics by 209 Members
Latest Member: pomenski
* Home Help Search Login Register
+  VBrick Forum
|-+  Digital Signage
| |-+  VBrick Digial Signage
| | |-+  Scrolling Text Script Request
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Go Down Send this topic Print
Author Topic: Scrolling Text Script Request  (Read 2242 times)
asutcavage
Full Member
***

Karma: +0/-0
Posts: 6


Scrolling Text Script Request
« on: August 22, 2006, 10:04:07 AM »

Anyone have an example, or instructions, on how to create a scrolling text script for use in the VBrick Digital Signage application?

Thanks, in advance.
Report to moderator   Logged
Richard Bailey
Sr. Member
****

Karma: +2/-0
Posts: 25


Re: Scrolling Text Script Request
« Reply #1 on: December 11, 2006, 10:44:29 AM »

Hi asutcavage

The beauty of the VBrick DS solution is its flexibility so absolutely! Depending on your HTML skills the sky is really the limit….

Assuming that you are a HTML novice I would recommend using the “Digital Signage Generator” to create a text box at the coordinates where you want your scrolling text to appear, to this box add the text “scroll”.

Then open the slide in notepad or your text editor of choice (I recommend Crimson Editor which is freeware).

Now find the reference to “scroll” in your text editor, it should look something like this:

Code:
var vbodytext = "<font face='Arial'><font color='#000000'>scroll</font></font>";

Where it says “font” you need to change it to “MARQUEE” there should be two references.

Code:
var vbodytext = "<font face='Arial'><MARQUEE color='#000000'>VBrick are great!</MARQUEE></font>";

And you are done.

Kind regards

Richard Bailey
Techex Ltd
Report to moderator   Logged
Richard Bailey
Sr. Member
****

Karma: +2/-0
Posts: 25


Re: Scrolling Text Script Request
« Reply #2 on: June 07, 2007, 05:12:31 AM »

asutcavage, did this work out for you?
Report to moderator   Logged
Pages: [1] Go Up Send this topic Print 
« previous next »
Jump to:  

Powered by MySQL Powered by PHP VBrick Forum | Powered by SMF 1.0.5.
© 2001-2005, Lewis Media. All Rights Reserved.
Valid XHTML 1.0! Valid CSS!