# Interactivity Between HTML and Flash

**URL:** https://forum.kirupa.com/t/interactivity-between-html-and-flash/3549
**Category:** programming
**Created:** [October 16, 2001, 6:00pm UTC](https://forum.kirupa.com/t/interactivity-between-html-and-flash/3549 "2001-10-16T18:00:57Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [October 16, 2001, 6:00pm UTC](https://forum.kirupa.com/t/interactivity-between-html-and-flash/3549/1 "2001-10-16T18:00:57Z")

</div>

I am trying to figure out how to target specific frames (or tell-target a movie) from standard linked images on a web page. Below is a page I have been studying the source code for about an hour and still cannot figure out how they accomplished this. I would appreciate any help you can provide

[www.pixelmedia.com/process/index.cfm](http://www.pixelmedia.com/process/index.cfm)

Thanx in advance

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [October 16, 2001, 10:19pm UTC](https://forum.kirupa.com/t/interactivity-between-html-and-flash/3549/2 "2001-10-16T22:19:25Z")

</div>

they’re linking to an external js file, did you download it? here’s a link if you didn’t

[www.pixelmedia.com/includ…nctions.js](http://www.pixelmedia.com/includes/js/flash_functions.js)

once you read this file, i think it will become much clearer. be sure to name your flash movie in the html, ie in the object tags add id=myFlash, or something.

and a word of warning, javascript to flash interaction is a hairy business full of incompatabilities and inconsistencies. you’ll notice all the functions are preceeded with a check for microsoft … i don’t think it works at all for macs.

(\*\*\*\* those macs)

good luck!
