A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: [Resolved] Remove/rename Macromedia banner?

  1. #1
    Stupid Little Dreamer
    Join Date
    Aug 2000
    Location
    Toronto
    Posts
    583
    Though I'm sure it's been there through all previous versions, I've only just noticed for the first time that the top window bar of my projector file says "Macromedia Flash Player 6". Is there any way to edit or remove this? Perhaps with a 3rd-party app? I've made a game that I intend to distribute as freeware, and it would be nice if I could have the name of the game up there (like a "real" program) instead of the Macromedia banner.

    All suggestions welcome.

  2. #2
    Slackware 9.0 Runes_Tooth's Avatar
    Join Date
    Mar 2002
    Location
    Crono Triggyarr
    Posts
    508
    Hello. You can't really remove the title bar from a flash projector. You can change the title, though. I use a program called Resource Hacker

  3. #3
    Stupid Little Dreamer
    Join Date
    Aug 2000
    Location
    Toronto
    Posts
    583
    Awesome little program. Works like a charm. Thanks!

  4. #4
    Senior Member
    Join Date
    May 2002
    Posts
    266
    Or you can dynamically change it using LPFlahsEx. You can use different title banner in different places. Just use :

    LP.exec("setTitle","My Title Text");

    whenever you want another title.

    You can also have many contorl over your own window and other window on the fly. You can have a quick look at our lastest sample show how to:

    1. Run / open file and obtain ProcessID and HProcess
    2. Use ProcessID to find the HWND (window handle)
    Note that you can also find window by Class name / title text
    3. Set Title Text of that window
    4. Hide Border
    5. Kill Menu Bar
    6. Change Window State (minimize, maximize, hide, etc)
    7. Bring the Window to the Top and receive focus
    8. Get the widnow position and client position
    9. Set the window position / size / hide / stay on top
    10. Set the client positon / size / hide / stay on top
    11. Shake the external prgram window
    12. Set the external window to a part of your stage !
    13 Set the window client area to a part of your stage
    14 Stick it to your stage and follow you window move / resize
    15. Close the application
    16 Temp hide your window and wait app close to restore

    Note that if you do not pass a HWND, the command target is your own flash window.


    http://www.lpflashex.com/dl/ExternalApp.zip (93KB)
    MX user directly publsih the fla to exe to run.
    Flash 5 user please look at LPFlashEX layer frame 1 to comment 1 line and uncomment 3 line

    http://www.lpflashex.com/dl/ExternalAppF5Exe.zip (302KB)
    This file include the Flash 5 EXE file so no need publish but larger download size.

  5. #5
    Ryan Kallok: Kallok Studios kallok's Avatar
    Join Date
    Apr 2001
    Location
    Youngstown email: kallok@sei-inc.zzn.com
    Posts
    213
    Yea resource hacker is great I been using it for a while now... and Justmade, I just checked out your site and looks nice...i am downloading your software!

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