Featured FLA
» Author: Bugra Ozden
» Title: Skatalog v9 - product catalog
» Description: Create your product catalog easly and publish on your website or Create your image gallery, documents list, portfolio. Fully XML Driven
» More by Bugra Ozden
Featured Site
» Posted in the Flash Kit Links section
» Title: Creative DW Image Show PRO
» Description: Creative DW Image Show PRO is a Dreamweaver extension which enables the user to create multimedia presentations. It combines the features of the popular Creative DW Image Show with the ability to add professional text effects to slides (similar to After Effects). The product is very customizable: the user can choose the duration of the transition effects, the slide motion start and end position, zoom and panning type for both images and texts.
How do you pass [parameters] to URL.swf without causing syntax
problems? You create a URL encoded (escaped) parameterized query, such as:
“URL.swf?param1=value¶m2=value”
Just make sure you add that first question mark, the rest is ignored bu the
EMBED command.
How do you copy them from wherever it is you got them from (hidden form
fields, originating URL, etc?) That’s a good question. Unfortunately you must rely on simple
Javascripting to dynamically generate the “EMBED” code as in Figure 1. This
means that the code displayed in Fig 1 is pushed to the browser at run time
(page-display time) using the document.writeln (); function.
If you chose to pass information via the URL line, here is the code to
intercept that parameter:
At the age of 14, Tiran got his first "gig" as a programmer for a film production company. Since then, he has managed large development teams on PC, VAX and Unix. His roots are in the Z80, 8086 and Apple Green Book of operating system mnemonics, but Tiran incorporates his extensive background in art, music and general knowledge into object-oriented programming. His work combines video, audio, animations and server side programming.