I work for a website design company and we have a lot of flash projects and clients constantly embed iframes to Facebook, etc.
For example, when I do my test using a screen reader it seems like it's a bad user-experience when you get into an Iframe because most Facebook feed embedded load forever and you might even get stuck into an ajax loading iFrame.
I want to know if it's considered bad practice to hide flash/ iframes elements from screen readers using aria-hidden? Also, does it makes my website accessible by hiding them?
Thanks!