Reply
Flash button -> Load content into Div
Old 06-19-2007, 03:25 PM Flash button -> Load content into Div
Average Talker

Posts: 18
I'm not exactly sure how to do this so all help is appreciated.

I have a Flash menu and "4 content pages" and one index.php

So you land on index.php click on a flash menu item and the content from one of the content pages needs to be loaded into a <div id="content"> within the index page. So the page doesn't really jump, everything is loaded onto the same page. I just have no idea how I would do this from flash...

Thank you in advance!
__________________
http://www.doink.biz - PR3, High traffic, selling space on homepage. - $4 per month
ogbecker is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
     
Old 04-05-2008, 12:17 PM Re: Flash button -> Load content into Div
Junior Talker

Posts: 2
Hi!

Im new to flash too and wanted to do same thing. After a few tries i found out i can do this: load a page into a <iframe> when i click my flash button. Couldnt get it to work with <div> for a reason

Her's what i did:
in the HTML make an iframe:
<iframe name="myframe" src="1.html"></iframe>

in your FLASH file select the button instance hit F9 and write the following action:

on (release) {
getURL("2.html","myframe");
}

It is that simple If you can make it to work with div somehow please let me know!

andras
bodiandras is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Flash button -> Load content into Div
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.10719 seconds with 13 queries