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!

Search results for query: *

  1. FlashRasta

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

    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...
  2. FlashRasta

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

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

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

    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
  4. FlashRasta

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

    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
  5. FlashRasta

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

    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
  6. FlashRasta

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

    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
  7. FlashRasta

    Trouble with transparent background in Flash 8

    yea sure why not it could download and auto run its just gotta be cross-platform...
  8. FlashRasta

    Trouble with transparent background in Flash 8

    I think another solution might be to create a projector. But it must be cross-platform...
  9. FlashRasta

    Trouble with transparent background in Flash 8

    not that I know of. How can that happen?
  10. FlashRasta

    Trouble with transparent background in Flash 8

    I understand what your saying but I think I realized that even though we can achieve a transparent bg with our .swf movies, If the .swf in the pop-up window is embeded in a browser window we cant make the browser bg transparent even though the .swf in it has a transparent bg. The bg color of...
  11. FlashRasta

    Trouble with transparent background in Flash 8

    You know what . I just realized I can do it but its not working in a pop-up window launched by a javascript inside a flash movie. I just get the background of the html page its embeded in. What I want is to see the other webpage with another .swf showing through the one above it. Thanks
  12. FlashRasta

    Trouble with transparent background in Flash 8

    yea I think its in an ok place in the embed tag take a look <embed src="host.swf" quality="high" wmode="transparent" bgcolor="#ffffff" width="766" height="550" name="host" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash"...
  13. FlashRasta

    Trouble with transparent background in Flash 8

    Im having trouble making my stage or background transparent. I've selected "transparent windowless" in the publish settings and I've add the param <param name=wmode value=transparent/>to my html. But what else do I have to do ??? Thanks

Part and Inventory Search

Back
Top