Problems with QT Webkit
-
Currently, i have 3 main problems to fix, The first is to figure out how to get the flash to work when the relative reference to the flash is by ../ rather than just a direct relative reference(eg. just a direct subdirectory name, no / or anything else before it). The second, is to get the web frames to only load when their viewed, not have them all load at once when it starts. The final problem, is that i have to get cookies to be read from all of the frames, not just the one you logged in on.
Now i know how i could fix the second one, and that's by dynamically loading it after you log in, but that would be a pain to do, and utterly useless if i can't get the cookies to be read by all the frames.