Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to load html pages into an IFRAME using a button in a flash movie.

Status
Not open for further replies.

FlashRasta

Technical User
Sep 25, 2008
13
US
How to load html pages into an IFRAME using a button in a flash movie.

Anyone know where to start...
The IFRAME is made and a page is in it, but how do I load other html pages into it?
And do it from a flash movie
 
You should be able to use the links from withing the Flash movie and specify a target for them. the target would be the IFrame's name.



----------------------------------
Ignorance is not necessarily Bliss, case in point:
Unknown has caused an Unknown Error on Unknown and must be shutdown to prevent damage to Unknown.
 
yea that seems to be the logical answer but it didnt work.
Maybe I made a simple mistake or maybe its something with the IFRAME.
It should be just the same as regular frames, right?

Thank You
 
Ok I tried again and whats happening is that it is launching the page in a seperate tab or window.

???
 
Thanks all I got it.

<IFRAME name="content" src="bottom.html" WIDTH=100% HEIGHT=600 MARGINWIDTH=0 MARGINHEIGHT=0 HSPACE=0 VSPACE=0 FRAMEBORDER=0 SCROLLING=no BORDERCOLOR='#000000'></IFRAME>

It's the (name="yourpage") instead of (id="yourpage")

and on the button in flash put single quote marks ' not "
around the target...

ty
 
Sorry I did not come back to this before. But yes its the name not Id glad you got it sorted.

----------------------------------
Ignorance is not necessarily Bliss, case in point:
Unknown has caused an Unknown Error on Unknown and must be shutdown to prevent damage to Unknown.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top