[webkit-dev] slowing down flash games, how?

2009-07-18 Thread Shi Yan
hi guys, i posted this on qtcenter, but i thought maybe i can get some help here. i'm betting with my friend on a flash game. i told her that i can win, but i can't. she is too awesome at that game. ok, alright, i admit that i'm in love with her. i just want to impress her or at least find a

Re: [webkit-dev] how do i know that i'm clicking on a flash movie?

2009-06-23 Thread Shi Yan
PM, Shi Yan billco...@gmail.com wrote: hello guys, i'm trying to implement a feature with the Qt webkit such that when the user clicks on a web page, i can know the corresponding html tag that he/she is clicking. for example, if the user clicks an image, i should be able to get img tag

[webkit-dev] a question about node.h

2009-05-02 Thread Shi Yan
hello guys, i'm trying to modify the qt-webkit. i want to implement the a feature such that given a node object, i can get the html element inside. i'm developing under visual studio. i can see a member of the node class named [webcore::element], when i debug my code in the visual studio debuger.