linking a flash button to a specific target

Joined
5 Nov 2004
Posts
9,302
Its gonna be hard for me to explain but I made this flash image thumbnail scroller and I want each of the buttons to load a .jpg into a specific Iframe within the html they are both loaded into.

explanation here
idea.jpg
 
Hector said:
in theory, flash command:
Code:
getURL("yourURL", "target");
target = iframe name.


edit: in practice too, i just tested it..
html
Code:
<IFRAME NAME="iframeName" SRC="someFile.html" >
</IFRAME>
flash
Code:
getURL("someOtherFile.html", "iframeName");
It is just reloading the html page. doing nothing in the iframe
?
 
Hector said:
np's :cool:

images draw from the top left without being wrapped in anything.. easy way to center the image would be to link to html and use ye' old <img> method.

or perhaps to an asp file can do it dynamicaly but i know next to nothing about asp. if something dawns on me i'll be back :)
old <img> method? I dont understand. Im quite blank when it comes to web design :)
 
Back
Top Bottom