PDA

View Full Version : iframe creation with flash


dee19802000
05-30-2005, 11:43 AM
hey,

Can I create an Iframe with flash into a named layout table or cell? I have an animation in my site and when the animation gets to a certain point i want flash to create the iframe in the named layout cell. Is this at all possible? Please help.

DEE

Cota
05-31-2005, 04:05 AM
Do you mean you want flash to load some content into that Iframe cell, or create it from nothing?

dee19802000
05-31-2005, 12:22 PM
i mean create it from nothing. I have tried another way if this can't be done. I have an animation on the left hand side of my site, and I have now added an animation on the right hand side, inside the iframe. In order for the animation in the iframe to look right I have taken away the scrolling. When the animation finishes inside the iframe I have told flash to load my html page into that iframe. The only problem is that I can't scroll my html page as I have no scrollbars. Is there a way to add the scrollbars to the iframe again from within flash?

Please Help

Thanks

DEE

Cota
06-01-2005, 11:18 AM
If you want to add the scrollbars back to the Iframe, write a JavaScript function to refresh the Iframe and set the scrollbars back to true, or yes, I forget which it is. Flash can call JavaScript functions...