tags:

views:

33

answers:

2

Can I view a flash image inside an iframe tag?

+1  A: 

Yes you can do that

Pranay Rana
+1  A: 

Yes. Just add the Flash to a html-page and set that as the src attribute of the iframe. Or, just set the Flash-file as the src

Charlie boy
and suppose if i have a written a code using object, param and embed tags then?
NayeemKhan
I suppose you have written these codes into a HTML document? Then just set that HTML document as the source of the iframe
Charlie boy