# Load external url (web page) into SWF

**URL:** https://forum.kirupa.com/t/load-external-url-web-page-into-swf/2292
**Category:** Uncategorized
**Created:** [April 30, 2002, 11:35am UTC](https://forum.kirupa.com/t/load-external-url-web-page-into-swf/2292 "2002-04-30T11:35:11Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [April 30, 2002, 11:35am UTC](https://forum.kirupa.com/t/load-external-url-web-page-into-swf/2292/1 "2002-04-30T11:35:11Z")

</div>

hi all  
Is it possible to load an external html page (web page on different server) into a level or empty movie clip?

My client has asked me to incorporate a free messageboard!

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [April 30, 2002, 2:12pm UTC](https://forum.kirupa.com/t/load-external-url-web-page-into-swf/2292/2 "2002-04-30T14:12:48Z")

</div>

not the way you’re thinking.

1. you can’t load anything into flash that’s not located on the same server as the SWF file. You CAN use php or some similar programing language to pull data from another server to the one where the swf is located.

2. you can’t load just any html page into an SWF at all. Flash doesn’t understand how to interpret these things. You CAN import html based text into a dynamic text field in an SWF but the html cannot contain any code which was incorporated into html any later than 1983 I think. So that basicaly means font tags and href links. Not much else that I’m aware of.

sorry man…

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [April 30, 2002, 2:37pm UTC](https://forum.kirupa.com/t/load-external-url-web-page-into-swf/2292/3 "2002-04-30T14:37:43Z")

</div>

thanks anyway…i’ll just have to dream up some other fan-dango idea

MbT

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [April 30, 2002, 5:14pm UTC](https://forum.kirupa.com/t/load-external-url-web-page-into-swf/2292/4 "2002-04-30T17:14:08Z")

</div>

You can get all you need here: [www.phpforflash.com/](http://www.phpforflash.com/) in the source code downloads, it’s a free php-flash mzssage board, buy the book for more infos and read the posts in the forum there (working example of what it’ll look like) for tweaks…

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [April 30, 2002, 8:18pm UTC](https://forum.kirupa.com/t/load-external-url-web-page-into-swf/2292/5 "2002-04-30T20:18:17Z")

</div>

a wonderful link Joe, thankyou 😉
