hello,
I have make a text crawl in the disigner. When i publish it the player plays it but the distance between the lines is totaly different from the crawl in the designer. Has some any idea? Thanks.
Viktor Alders
Hi Viktor,
Could you post somewhere minimal example script showing your problem?
If you cant please go to link below, contact page, and post your request.
I will send you email, and you can send me back your script.
Best regards,
Vladimir Zecevic
Ars Media
http://www.arsmedia.tv
Hi Vladimir,
Here is a example.
!ScalaScript
:"R5-0503-Horoscoop.sca"
{
Group:
String(r);
BackgroundSettings(Size(800, 600), Layout(Off, Left(40, 167), Top(40)));
Config.SaveOpts(SaveEditable(On));
Sequence:
{
Group:
Picture("C:\Kabelkrant\Templates\Bronmateriaal\Bruin Varia.gif", Wipe("Wipe", Speed(10), Direction(270)), Backdrop(Pen(1)), Margin(10, 10, 0, 0), Tabs(Explicit(80, 160, 240, 320, 400, 480, 560)), UserPalette(RGBPen(1, $0, $ffffff, $999999, $555555, $712068, $df449c, $dc110e, $662200, $ff5a00, $ff9c00, $ffee00, $8800, $dd00, $cccc, $66ff, $aa, $777777, $bbbbbb, $dddddd, $204077), RGBPen(31, $2a539c), RGBPen(30, $2c59a6), RGBPen(29, $2f5eb0), RGBPen(28, $3263ba), RGBPen(27, $3468c4), RGBPen(26, $376ecd), RGBPen(25, $3973d7), RGBPen(24, $3c78e1), RGBPen(23, $94efff), RGBPen(22, $f3ffdd), RGBPen(21, $25744a), RGBPen(38, $31b449), RGBPen(37, $61119), RGBPen(36, $38cd53), RGBPen(35, $3cda58), RGBPen(34, $3fe65d), RGBPen(33, $43f362), RGBPen(32, $3fe65d, $6048, $6048, $2f3234), RGBPen(39, $226bac, $82320, $89ce9d)), AutoScale(FillPage), Operation(On));
Clip(68, 60, "C:\Kabelkrant\Templates\Bronmateriaal\Ballon Logo 2009.gif", Face(On, Pen(2)), Shadow(On, Offset(-1, -1), Pen(1)), Locked(On), Update(Normal), Layer(1), Operation(On, Resize(117, 86), ChromaKey($ffffff, Feather(0))));
Text(80, 73, "De", Face(On, Pen(2)), Outline(On, Pen(1)), Locked(On), AntiAlias(On), Update(Normal), Layer(1), Font("FranklinGothic-Demi (Western [])", 24), Spacing(1), Leading(-2), Justify(Center, Top), Wrap(On, Width(110)), Append("n Haag TV", Spacing(0)));
Clip(30, 21, "C:\Kabelkrant\Templates\Bronmateriaal\Bruin Varia.gif", Face(On, Pen(2)), Transparent(Off), Locked(On), Update(Normal), Operation(On, Resize(737, 551)));
Text(77, 485, "!date", Face(On, Pen(2)), Outline(On, Pen(1)), Shadow(On, Offset(1, 1), Pen(1)), Locked(On), AntiAlias(On), Update(Normal), Font("FranklinGothic-Demi (Western [])", 23), Kerning(None), Leading(-2), Justify(Center, Top), Wrap(On, Width(661)));
Text(77, 516, "!time", Face(On, Pen(2)), Outline(On, Pen(1)), Shadow(On, Offset(1, 1), Pen(1)), Locked(On), AntiAlias(On), Update(Normal), Font("FranklinGothic-Demi (Western [])", 23), Spacing(1), Kerning(None), Leading(-2), Justify(Center, Top), Wrap(On, Width(661)));
Text(80, 217, "nieuws", Face(On, Opacity(88), Pen(1)), Outline(On, Opacity(60), Pen(41)), Locked(On), AntiAlias(On), Update(Normal), Font("FranklinGothic-Demi (Western [])", 28), Leading(-2), Justify(Center, Top), Wrap(On, Width(666)));
Text(80, 258, "agenda", Face(On, Pen(1)), Outline(On, Opacity(60), Pen(41)), Locked(On), AntiAlias(On), Update(Normal), Font("FranklinGothic-Demi (Western [])", 28), Leading(-2), Justify(Center, Top), Wrap(On, Width(666)));
Text(80, 302, "info", Face(On, Pen(1)), Outline(On, Opacity(60), Pen(41)), Locked(On), AntiAlias(On), Update(Normal), Font("FranklinGothic-Demi (Western [])", 28), Leading(-2), Justify(Center, Top), Wrap(On, Width(666)));
Text(80, 175, "radio/tv", Face(On, Pen(1)), Outline(On, Opacity(60), Pen(41)), Locked(On), AntiAlias(On), Update(Normal), Font("FranklinGothic-Demi (Western [])", 28), Leading(-2), Justify(Center, Top), Wrap(On, Width(666)));
Text(80, 343, "varia", Face(On, Pen(2)), Outline(On, Pen(1)), Locked(On), AntiAlias(On), Update(Normal), Font("FranklinGothic-Demi (Western [])", 28), Leading(-2), Justify(Center, Top), Wrap(On, Width(465)));
Pause.Milli(10000);
Sequence:
Text(210, 70, "Jouw horoscoop voor deze week", Face(On, Pen(2)), Outline(On, Pen(40)), Shadow(On, Offset(1, 1), Pen(1)), AntiAlias(On), Update(Normal), Layer(1), Font("FranklinGothic-Demi (Western [])", 32), Wrap(On, Width(528)));
TextCrawl(210, 116, 457, 308, Face(On, Pen(2)), Outline(On, Pen(1)), Shadow(On, Offset(1, 1), Pen(1)), AntiAlias(On), Update(Normal), Layer(1), Font("FranklinGothic-Medium (Western [])", 31), Leading(-5), Source(TextFile("C:\Kabelkrant\Teksten\horoscoop26-4-04.txt")), Speed(1, 2), Gap(1), Heading(0));
Text(210, 485, "www.denhaagtv.com", Face(On, Pen(2)), Outline(On, Pen(1)), Shadow(On, Offset(1, 1), Pen(1)), AntiAlias(On), Update(Normal), Layer(2), Font("FranklinGothic-Medium (Western [])", 28), Leading(-4), Wrap(On, Width(441)));
}
}
Thanks for your reaction.
Best greetings,
Viktor Alders
Stadsomroep Den Haag
Hi Viktor,
Line spacing was the same when I played script from designer and from player.
I had to edit script in order to replace missing clips but that was done in editor, and I don't think it was affected testing.
There must be something different with your player settings. Pay attention that you must set designer preview and player playback to match in order to be able to know how payer will actually play the script.
Sorry that I couldn't help.
Regards,
Vladimir Zecevic
Ars Media
http://www.arsmedia.tv
Back: Not getting an AVI to play in a player I am running IC200 |
Discussions Index |
Contact Scala about your end-to-end software solutions for creating and controlling Electronic Display Networks, whether you call it Dynamic digital signage, Narrowcasting, Captive Audience Networks, Kiosks, Point-of-Purchase Displays, Digital In-Store Merchandising, Out-of-Home Media Networks, Place-based Advertising, Display Marketing, Retail Digital Media Networks, Datacasting, Electronic Billboards, The Outernet or any of the other terms in use today. Scala conducts business through a worldwide network of Value Added Resellers. For more information on what this emerging industry is coming to be named, you can see how other people found this page. ©1993-2008 Scala, Inc. Scala, InfoChannel, and the Exclamation Point Logo are registered trademarks of Scala, Inc. All other trademarks are the property of their respective organizations. To see all the content on our Website, click Sitemap or check our blog for the latest updates. Read our Privacy Policy.