Unfortunatly I doesn’t go online… it is a cd-production
on another website they said something with the window.open “NewWin” this should be changed to something else in the second popup. do you know anything about this? cuz I ain’t got it working yet…
What did you mean bij the first and the second part? :h:
–1ST PART –
Making Everything Work
First, you will need to create a button in Flash. Once the button has been created, right click on the button and select Actions. Select Get URL by going to Basic Actions and Get URL. You will now be able to enter the URL that will enable the borderless window to launch. Copy and paste the following code:
On your button:
[AS]on (release) {
getURL(“jscript:openIT(‘verwimpmenu.html’,900,450,0,0,‘mywinname01’)” );
}
[/AS]
[SIZE=1]replace “jscript” with “javascript”…[/SIZE]
the javascript in the tut goes in the html of your “main” movie (where the button is in)
and don’t forget to download the chromeless.js (it’s in the tut).
Like Insomniac said, it only works if you upload evrything.
so button A with the new script, published as html with the java in it?
an what about the file the button opens?
grtz mecky (misschien makkelijk in nederlands scotty)
Actionscript staat in de knop file. als ik dan deze publish als html en de bron open moet de java daar in? of ook in de file die deze knop opent? ik snap niet helemaal wat je bedoeld