Language: ChineseGermanSpanishFrenchDutchItalianRussian
123 Flash Chat Forums

Go Back   TOPCMM Community > SWFKit > SWFKit Support

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 01-25-2008, 04:33 AM
Senior Member
 
Join Date: Jan 2008
Posts: 123
Default Browser

im using attachMove() on a button, to import a mc from library... this mc contains webBrowser.
but when i test my movie.. the browser comes up at the start, i dont even have to click the button.

how to avoid webBrowser to come up before the button is closed ?
Reply With Quote
  #2 (permalink)  
Old 01-25-2008, 07:31 AM
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default Re: Browser

You can first create the web browser in the "initialize" script, and then hide it:
var wb = createControl(...);
wb.window.hide();

To show the web browser when users click the button:
wb.window.show();
Reply With Quote
  #3 (permalink)  
Old 01-25-2008, 07:43 AM
Senior Member
 
Join Date: Jan 2008
Posts: 123
Default Re: Browser

im trying to avoid scripts in swfkit, so i use at the moment in as files..

but how do i define where browser is shown ? i mean the tiny browser examle you made, there you publish websites in a mc... i tryied to copy the code and created new one without any luck
Reply With Quote
  #4 (permalink)  
Old 01-25-2008, 07:22 PM
Senior Member
 
Join Date: Jan 2008
Posts: 123
Default Re: Browser

didnt work...
had no impact of any kind ???
Reply With Quote
Reply

Was this information helpful?    Yes No



Thread Tools
Display Modes

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

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



All times are GMT. The time now is 04:54 AM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.