Hepple
12-05-2005, 08:50 PM
Hello.
I have used the "object" command to insert data from an html page, into another. However, I am wanting this data to change to collect data from a differnt html page upon a link click.
{removed link} Here's it is, as you can see if you click on the "Main Page" link in the flash, it just goes to "test2.htm" instead of changing the activeX data to "test2.htm"
I did this correctly using frames, I added a name to the frame and told the link to go to "target("test2")" which was correct using frames. Here is the code for the activeX object...
<object data="test.htm" type="text/html" name="main" width="650" height="447" border="0">
And heres the code for the link (which is in flash)
on (press)
Hope someone can help me :)
I have used the "object" command to insert data from an html page, into another. However, I am wanting this data to change to collect data from a differnt html page upon a link click.
{removed link} Here's it is, as you can see if you click on the "Main Page" link in the flash, it just goes to "test2.htm" instead of changing the activeX data to "test2.htm"
I did this correctly using frames, I added a name to the frame and told the link to go to "target("test2")" which was correct using frames. Here is the code for the activeX object...
<object data="test.htm" type="text/html" name="main" width="650" height="447" border="0">
And heres the code for the link (which is in flash)
on (press)
Hope someone can help me :)