PDA

View Full Version : How do i insert html script into autoplay


nitrobry
02-02-2008, 04:25 AM
I have programed an 8 pages html script, how do i insert it into ams


If the example below is what i was inserting into ams, how and where would it have to be inserted, and do you have to add to the script for it to work with ams.

<html>
<head>
<title>Untitled</title>
</head>

<body>
<address>
nitrobry<br>
Devon<br>
uk<br>
</address>

</body>
</html>

Could someone help please

yosik
02-02-2008, 11:40 AM
What do you mean by "inserting"?

You can create a web object at run time which would load an html file.

You can read a text (html) file into a string and use it/show it on you page.

Please be more explicit so we can help you.

Yossi

Canter
02-02-2008, 11:41 AM
I think you'll need to display that in a web object.

FoxLeader
02-02-2008, 02:34 PM
Well, what you've shown is a mix of HTML and XML... (the <address> tag is XML).

As they said, it depends: do you only need the data in the page, or do you need the formatting as well? If you need the formatting, then you would need a Web Object. If it's only the data, I'd say yosik's second option is the way to go.
(When I say "data", I mean "text").