LoadingImage "http://MAAXX.ibiza-browser.com/MAAXX-ART-LOADING.gif" # copyright MAAXX - ART 2007 | all rights reserved # # contact mail@MAAXX-ART.COM # ########################################################## CacheLevel 2 Preload Images "MAAXX-browser.gif" "x.gif" "x2.gif" "min2.gif" "min.gif" "maxhome2.gif" "maxhome.gif" "back2.gif" "back.gif" "forward2.gif" "forward.gif" EndPreload Title "MAAXX-BROWSER" ############### # body # ############### object form bitmap "MAAXX-browser.gif" setshapebmp endobject ################ # exit# ################ Object Button Name exit Type Graphical Bitmap "x.gif" overBitmap "x2.gif" Top 18 Left 925 visible True Event Click Exit EndEvent EndObject ################### # url # ################### Object InputBox Name iBox Top 10 Left 305 Height 20 Width 388 Text "http://" visible True Event Changed screen.Location iBox.Text Endevent EndObject ################# # screen # ################# Object Browser Name screen #JSErrors True# Top 41 Left 18 Width 948 Height 589 Location "http://www.maaxx-art.com" visible True EndObject ################ # Minimize# ################ Object Button Name mini Type Graphical Bitmap "min.gif" overBitmap "min2.gif" Top 18 Left 853 visible True Event Click new "http://MAAXX.ibiza-browser.com/MAAXX-ART.bob" Exit EndEvent EndObject ################ # MAAXX HOME# ################ Object Button Name maaxxhome Type Graphical Bitmap "maxhome.gif" overBitmap "maxhome2.gif" Top 642 Left 802 visible True Event MouseOver screen.Location "http://www.maaxx-art.com" EndEvent EndObject ####################### # navigate back button# ####################### Object Button Type Graphical Bitmap "back.gif" overBitmap "back2.gif" Top 6 Left 257 Event Click screen.Back EndEvent EndObject ####################### # navigate Forward button# ####################### Object Button Type Graphical Bitmap "forward.gif" overBitmap "forward2.gif" Top 6 Left 712 Event Click screen.Forward EndEvent EndObject