Avatar
💡
27 results for Generator
  • Generator can use middle ware as a data source in the same way that it can use a text file as a data source. If you use this technique, then you have to set the correct content type so that your middle ware returns a text file, and not an html page. Here is how to set the content type in various middle ware languages : ASP : response.contentType = “text/plain” Java Servlet : javax.
    generator Created Tue, 26 Dec 2000 06:13:31 +0000
  • Generator can use any data base with an ODBC or JDBC driver as a data source. This can be very useful. However, some objects, such as the scrolling list object require that the data source contain certain columns (such as clip). Of course one solution would be to change your tables column names to match those required by Generator. That however is not a good option, as it ties your data too closely too Generator.
    generator Created Mon, 25 Dec 2000 06:15:47 +0000
  • If you want to refresh or update your data / graphics once they have been displayed in your browser then you need to reload the Generator content. You can do this using Flash’s Action Script LoadMovie command. If your template was named chart.swt, and you wanted to update the chart information, then you would do something like : LoadMovie("chart.swt", ""); This will reload the Generator content into the same movie clip that the LoadMovie is called from.
    generator Created Fri, 22 Dec 2000 06:17:42 +0000
  • You can download new Generator objects from the Macromedia Flash / Generator Exchange at : http://www.macromedia.com/exchange/flash/ Just select Generator from the navigation select box. In addition, most of the objects come with fully commented source code, so it is an excellent resource if you are developing your own custom objects with the Generator SDK. Here is a list of the current objects on the exchange : Insert Action Insert Date / Time Insert Flash Variables Insert Image Insert SlashDot News Insert Text Insert Tween Select Box Tree Menu XML Column Data Source
    generator Created Thu, 21 Dec 2000 06:20:07 +0000
  • The object takes XML and makes it available to Macromedia Generator in a format that Generator can use (a result set like Column format). It utilizes the Generator SDK, the Apache Xerces XML parser, and the JDOM XML API. Latest Updates Fixed a few small bugs Added untested directions on how to get the object to work on Macs. Added itemNum value which is the index of the current item / row of data.
    generator Created Thu, 12 Oct 2000 06:29:34 +0000
  • The Insert SlashDot News Generator object allows you to use Slashdot’s XML news feed as a datasource for a Macromedia Generator template. It utilizes the Generator SDK, the Xerces XML parser, the JDOM API, and the Insert Date / Time Generator object. The example on the right uses Macromedia Generator to dynamically create a Flash movie with the SlashDot.org news headlines. Do not link directly to the Flash file. Link to this page.
    generator Created Thu, 12 Oct 2000 06:24:09 +0000
  • The Insert Date object and Insert Time object are custom Generator objects that make the server date and / or time available for use in a Macromedia Generator template. You can specify that the time be formatted in 1 of 5 ways : short medium long full raw All of the formats except raw are determined by your server’s local settings. Raw format outputs the number of milliseconds since Midnight, GMT, January 1, 1970.
    generator Created Thu, 05 Oct 2000 06:35:44 +0000
Previous