Basically, I want to hide scrollbar. When using publishing method from Flash, everything works fine, then I just add these lines to html into head section <style> <!-- body { margin: 0; overflow:auto; } --> </style>
But, when using SWFobject, this doesn't work. Please help