This is a discussion on Display html files in Flash within the Flash Actionscript Programming forums, part of the Web Development category; Display html files in Flash...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| Load a HTML File in Flash Goals: This project is used to display html content in Flash Steps: 1) create a flash document. 2) create one textarea and one button control. 3)In the onclick event of button, copy the following code. var obj:LoadVars = new LoadVars(); textarea.html = true; obj.onData = function (src:String):Void { if (src != undefined) { message_txt.text = src; } else { message_txt.text = "Unable to load external file."; } } obj.load("sample.html"); |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Animated Index html Using Flash | aramesh | Flash Actionscript Programming | 0 | 09-07-2007 08:06 AM |
| How do I rename all the files from .htm to .html after copying them from a PC to a UN | oxygen | HTML, CSS and Javascript Coding Techniques | 1 | 07-27-2007 04:04 AM |
| How to Display ms office files in asp.net? | theone | ASP and ASP.NET Programming | 1 | 07-21-2007 01:36 AM |
| Load and edit external SWF files in flash | oxygen | Flash Actionscript Programming | 0 | 07-19-2007 11:56 PM |
| Display tooltips in flash | oxygen | Flash Actionscript Programming | 0 | 07-18-2007 12:53 AM |