From: Dmitry S. <dm...@jz...> - 2003-10-14 18:42:11
|
> Well there is good news and bad news. I was finally able to get a swf > file generated using the code below. However when I run the SWF, > nothing seems to happen. Initially I did not set the background color > which gave me a white box. I thought maybe the text was white as well > which is why I couldnt see it. So I changed the background to black but > now I just have a black box? Im getting closer I can feel it :-) well you are close, the only thing which seems to be wrong is datasource parameter for ticker command :) > command.addParameter("datasource", "#Hello World"); here are links which I hope will help you with that: http://www.jzox.com/docs.jsp?content=objects_list.jsp http://www.jzox.com/docs.jsp?content=datasources_format.jsp -- Dmitry Skavish |