PDA

View Full Version : Please Help With Textfields!!!


Kitty
12-05-2003, 03:20 AM
Does anyone know if it is possible to make textfields show a html file or goto a website(eg. http://www.google.com)?:confused:

If it is not possible, is there any other fields that can show a html?
and if it is possible, can Javascript be used in it?

Thanks in advance,
Kitty

CyanBlue
12-05-2003, 03:27 AM
Howdy and Welcome... ;)

Flash can only understand HTML 1.1 tags, so you won't really be able to display what you want, for example google webpage... However, you can create a button that will open up a webpage when it is clicked by using getURL() function... ;)

Kitty
12-05-2003, 03:52 AM
Thanks, now i know the limitations.
Helped anyway, now got to try another way, building sites in html that have good layouts are hard. :S Esspecially when you use a lot of Javascript.

CyanBlue
12-05-2003, 09:06 AM
Yeah... The fundamental design is always hard whether it is done in Flash or in HTML... That's the 'stuff' you get to learn by experience... :) I am long way behind that level, but I don't think the use of the JavaScript is a must... That's like a seasoning to your site... You get to control it depending on what sort of basic design layout you have there... Just my 2 cents... ;)