Tip

Passing Domino text to Flash

Passing Domino text and URL information to a Flash front-end.

First we create an individual Flash text area for each Domino document whose values we wanted to import. This gave us a unique URL for each text field. We use the same variable in each case.

Adjust the Flash movie to suit your use.

Using a Pass Thru HTML Computed Text field, assign a variable name using a space and an ampersand "&".

That's it! Voila, Flash front end with dynamic text!


Flash Text Field Parameters:
Dynamic Text
Variable = Var
HTML Checked
WordWrap Checked

The code below gives us four text fields, two of which combine into HTML anchored text.
The URL field contains a working URL.

TextField3 becomes the anchor.

" &Var=" + TextField1 + "<br>" + TextField2 + "<a href=" + """ + URLField +"">" + "<br>" + TextField3 + "</a>"

This was first published in November 2001

Disclaimer: Our Tips Exchange is a forum for you to share technical advice and expertise with your peers and to learn from other enterprise IT professionals. TechTarget provides the infrastructure to facilitate this sharing of information. However, we cannot guarantee the accuracy or validity of the material submitted. You agree that your use of the Ask The Expert services and your reliance on any questions, answers, information or other materials received through this Web site is at your own risk.