Moving A Flash Object Within The Dom Tree
I have found this question; Can I move a Flash object within the DOM without it reloading? I m developing a simple video chat application. Whenever I move a flash object within the
Solution 1:
I ran into the same problem some time ago. I found it cannot be done. If you move the element containing your flash in the dom tree, it reloades. I solved this by setting the position of the container element to absolute and changing it position on the stage by changeing its x and y
Post a Comment for "Moving A Flash Object Within The Dom Tree"