A Flash Developer Resource Site

Page 2 of 2 FirstFirst 12
Results 21 to 27 of 27

Thread: Wmode and hidden tabs...

  1. #21
    Student
    Join Date
    Apr 2001
    Location
    -
    Posts
    4,756
    Quote Originally Posted by mr_malee
    Adobe should release a browser which is tuned for its content.
    they already have, Acrobat (but bloated as hell- it suffers from the same effects nero burning rom does: overloaded features on board)
    and yes in the newest release acrobat/reader can playback flash as well
    Last edited by renderhjs; 09-07-2008 at 09:40 AM.

  2. #22
    Senior Member tonypa's Avatar
    Join Date
    Jul 2001
    Location
    Estonia
    Posts
    8,223
    Im not sure Acrobat Reader can be called browser, it doesnt allow you to "browse" the web. I mean if you click on url link, it still opens browser. Or does it? Havent bothered to update it for some time.

  3. #23
    Student
    Join Date
    Apr 2001
    Location
    -
    Posts
    4,756
    or take air- it can do all that

  4. #24
    Hype over content... Squize's Avatar
    Join Date
    Apr 2001
    Location
    Lost forever in a happy crowd...
    Posts
    5,926
    "Looks like you are reacting quite painfully"

    I did 'cause I took certain comments as an attack on my coding ability, which is by default my livelihood.
    I think anyone who works hard at what they do to achieve a certain level would be unhappy with a generalisation thrown at them for taking a certain point in a discussion.

    With that said, water under the bridge now for me.

    I may have come across as a total advocate of wmode, that's not the case. I believe that if it's needed then it should be used, ie if it's a game that pushes the system for whatever reason, and if it doesn't cause the user to have a worse experience when actually playing the game ( ie, keyboard scanning issues in FF2 ) then it should be used by all means.

    Squize.

  5. #25
    Custom User Title Incrue's Avatar
    Join Date
    Feb 2004
    Posts
    973
    What are the problems with wmode and keys?Its only with FF?

  6. #26
    Senior Member
    Join Date
    Sep 2004
    Posts
    633
    Non IE browsers had problems where in most cases keys simply would not work. With Firefox 3 and newer flash players it seems to have been fixed.

  7. #27
    Student
    Join Date
    Apr 2001
    Location
    -
    Posts
    4,756
    I found actually a interesting thing
    http://blog.flashgen.com/2005/10/31/...d-mouse-traps/
    So I was having a little shufty through the AS3 Language Reference at the weekend and I came across this in the class flash.display.Stage

    activate: The activate event occurs when Flash Player has gained OS focus and is becoming active.
    deactivate: The Stage object generates the deactivate event when the Flash Player is losing operating system focus and is becoming inactive.
    propably like this:
    PHP Code:
    stage.addEventListener(Event.ACTIVATEfunctionUnpause);
    stage.addEventListener(Event.DEACTIVATEfunctionPause); 
    [edit]yes it seems to be used like this- works like a charm in the IDE... browsers are next[/edit]

    the official Adobe help doesn´t say much- in fact its rather hidden
    http://livedocs.adobe.com/flash/9.0/...lay/Stage.html

    now this would be interesting to check if it even works with the wMode- I´m including it right now in a engine - pausing it if there is no focus. Will test it later if it works in FF,Opera and Chrome with and without wMode
    Last edited by renderhjs; 09-09-2008 at 05:34 PM.

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