Forum Moderators: open
thanks for the help fellas (and ladies),
Sai
here's my code already the 'containe.asp' is from the flash content that is loaded through the iframe.
current code line:<iframe name="flash" src="container.asp" height=120 scrolling = no width =966 frameborder=0></iframe>
Your iframe should also have a name attribute. When it's time to load another document in the iframe, that's when you add name="path-for-new-document" to the link.
At least I assume you were planning on loading the Flash via clicking on a link. If not, what was your plan? Maybe you just need to add your welcome message as the first frame of your flash movie.