Skip to main content
babo_ya
Inspiring
May 7, 2007
Question

Displaying HTML page

  • May 7, 2007
  • 12 replies
  • 893 views
Hi,
I have a page (html) that I need to show inside of a movieclip when user clicks a button.
abutton.onPress = function()
{
//show www.google.com page in a movieclip
}
Basically user clicks a button and I have a movieclip that should display the www.google.com page content inside of the Flash player not new window.

Does anyone know how and what is the best way to do this?
Thanks for you help.


This topic has been closed for replies.

12 replies

Inspiring
May 8, 2007
babo_ya

The only flash part of that site is the animated page turning thing. when you click a toy it brings up an html window. it doesnt even look like flash, and when you right click you can view source and all that good stuff. if it was flash then it would say about adobe flash player 9.
babo_ya
babo_yaAuthor
Inspiring
May 8, 2007
Oh really? why is the container(window) looks like a flash movie ?
U know how to do that?
Inspiring
May 8, 2007


babo_ya wrote:
> Go to the page 2 by clicking the bottom right corner and click the one of toys. This should bring up a pop up window that contains html codes.

That is regular Java script opening new HTML window with define size, not flash.
Pure HTML

--
Best Regards

Urami


--

Beauty is in the eye of the beer holder...


<urami>
If you want to mail me - DO NOT LAUGH AT MY ADDRESS
</urami>
babo_ya
babo_yaAuthor
Inspiring
May 8, 2007
Go to the page 2 by clicking the bottom right corner and click the one of toys. This should bring up a pop up window that contains html codes.

Thanks,
babo_ya
babo_yaAuthor
Inspiring
May 8, 2007
Go to the page 2 by clicking the bottom right corner and click the one of toys. This should bring up a pop up window that contains html codes.

Thanks,
Inspiring
May 7, 2007
i don't see the html anywere inside that flash with the effects.

It just loads images and sets squares that get visible onrollover.
Inspiring
May 7, 2007
i don't see the html anywere inside that flash with the effects.

It just loads images and sets squares that get visible onrollover.
babo_ya
babo_yaAuthor
Inspiring
May 7, 2007
If you look at the example, the container that shows the html is a flash movie clip and your codes doesn't work. It just opens a new html window.

Thanks,
Inspiring
May 7, 2007
the popup is pure html. No flash. you can do that with

_root.getURL(" http://www.google.com",_blank);

or

_root.getURL('javascript:window.open(" http://www.google.com/","mywindowid");return false;');
babo_ya
babo_yaAuthor
Inspiring
May 7, 2007
http://www.backtobasicstoys.com/onlinecatalog_orig.aspx

I found this flash application when you click an item it shows a pop up window and it looks like it is an html page inside.

Please someone help me how to do that..

Thanks,