A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: Browser title bar !

  1. #1
    Junior Member
    Join Date
    Dec 2001
    Posts
    4

    Chromeless

    Hi anybody,

    i was goin through some falsh sites and want to know how the following is done ! This has been eatin my head for a long time ! So please if any one out there has an answer for this let me know immdtly.

    I want to know how to not make the IE title bar visible or rather how to put our own image in its place.(chromeless window!)

    an example is there below !

    http://www.3rdillusion.com/

    click on "Launch 3i chromeless" it opens a new window but look at the title bar it has a gradient ! and not the usual microsoft IE bar. Please let me know ASAP how this is done !
    [Edited by ashwingowda on 12-05-2001 at 11:00 PM]

  2. #2
    try this

    in your html:
    <script language="JavaScript">
    <!--
    function openWindow(url,name,args) {
    window.open(url,name,args);
    }
    //-->
    </script>

    flash:
    on (press) {
    getURL ("javascriptpenWindow('http://www.yourwebsite.com','myWin','toolbar=0, location-0, directories=0, status=0, menubar=0, scrollbars=0, resizebla-0, width=200,height=250, left=80, top=180');");
    }

    as fot the gradient that u can see
    its an image that is in the HTMl that ur callingblow which a flash movie is bing played.

    this only works in I.E.

    let me know if this helped


  3. #3
    Junior Member
    Join Date
    Dec 2001
    Posts
    4
    Hey force10,

    Thanks for the code. I had done the same thing ! But i'm not able to get the effect that is there in the example i gave. It is called a "Chromeless Window". Now that is what i need to know ! how to get it working and looking that way!

    Let me know if you come across this more ! Thanx for the reply once again !




    Originally posted by force10x
    try this

    in your html:
    <script language="JavaScript">
    <!--
    function openWindow(url,name,args) {
    window.open(url,name,args);
    }
    //-->
    </script>

    flash:
    on (press) {
    getURL ("javascriptpenWindow('http://www.yourwebsite.com','myWin','toolbar=0, location-0, directories=0, status=0, menubar=0, scrollbars=0, resizebla-0, width=200,height=250, left=80, top=180');");
    }

    as fot the gradient that u can see
    its an image that is in the HTMl that ur callingblow which a flash movie is bing played.

    this only works in I.E.

    let me know if this helped


  4. #4
    Originally posted by ashwingowda
    Hey force10,

    Thanks for the code. I had done the same thing ! But i'm not able to get the effect that is there in the example i gave. It is called a "Chromeless Window". Now that is what i need to know ! how to get it working and looking that way!

    Let me know if you come across this more ! Thanx for the reply once again !
    [/B][/QUOTE]

    I really dont know what u mean ur not geting the effect.

    okay but are u getting the chromless window effect?
    i kjnow its called the chromless windo. what it means is that u dont get the 3d kinda look that the regular scrollbars, titlebars etc. have.

    in the htm page where u have the content that u are opening in the chromless window u must crete a table with 2 rows.
    inthe first row u have the gradient image
    while in the second row u have the flash movie

    i did th best to explain.
    if i have the time i will put up an example by the end of the day

    cheers!!

  5. #5
    hi
    okay try the code here

    http://www.actionscripts.org/tutoria...ow/index.shtml

    that shouls help u

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center