Including a PHP/HTML file in Flash.
- Nitrofox125
- DBB Admiral
- Posts: 1848
- Joined: Sun Jul 07, 2002 2:01 am
- Location: Colorado Springs, CO, USA
- Contact:
Including a PHP/HTML file in Flash.
Is it possible? How?
- Nitrofox125
- DBB Admiral
- Posts: 1848
- Joined: Sun Jul 07, 2002 2:01 am
- Location: Colorado Springs, CO, USA
- Contact:
Mobi Mobi Mobi.... stfu. Tell me how I can display an animated page change in HTML? Nope? Can't!!! KTHXBYE!
I want to include the *parsed* PHP, not the literal php code.
Basically what I want to do is have the site content loaded from a page. THis includes links, images, forms, etc. I have a flash navigation, but I also want some kind of loading sequence for the page content (like a nifty little fade in animation or something), when you click a button. Something simple yet more than just a page load. Somehow http://2advanced.com seems to do a lot of this, but maybe they're just very good at designing their panes. I dunno. But is there a simple way to create possibly a MovieClip that loads an HTML file?
The page I'm doing this on is www.arasian.com . I have a flash interface, but I want to integrate it with the rest of the page.
I want to include the *parsed* PHP, not the literal php code.
Basically what I want to do is have the site content loaded from a page. THis includes links, images, forms, etc. I have a flash navigation, but I also want some kind of loading sequence for the page content (like a nifty little fade in animation or something), when you click a button. Something simple yet more than just a page load. Somehow http://2advanced.com seems to do a lot of this, but maybe they're just very good at designing their panes. I dunno. But is there a simple way to create possibly a MovieClip that loads an HTML file?
The page I'm doing this on is www.arasian.com . I have a flash interface, but I want to integrate it with the rest of the page.
- Samuel Dravis
- DBB Ace
- Posts: 196
- Joined: Sun Oct 24, 2004 11:00 pm
- Location: Austin, Texas
If all your site is going to be is nothing but visual dazzel, then people will look at it, go "ooh ahh" and never visit it again, unless it has content.Nitrofox125 wrote:Tell me how I can display an animated page change in HTML?
this is what you want to avoid in website design... all flash, little worth-while content. Just to annoy Mobi, Rob is using flash correctly, even though its a POS flash.
Do this, and you'll find your life a bit easier: get the content first, then work on the navigation, THEN start thinking about extravigant visual effects.
Going for the visual wow will make adding content later on harder.
And don't do a Mobi, and stick your navigation into javascript. thats just pure evil.
- Nitrofox125
- DBB Admiral
- Posts: 1848
- Joined: Sun Jul 07, 2002 2:01 am
- Location: Colorado Springs, CO, USA
- Contact:
The way I have it set up now, when you click a button on the interface, it goes to a new page. (well, it's the same page, but with a different ?page= query). For people with a nonexistent or very low cache, they have to load the flash nav each time (it's only about 100k, but still could get pretty annoying). I wanted to include the content in the flash file so you didn't have to reload the page at all when you clicked on a link, Flash just loaded a new file into it's content pane. Make sense?