Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Accessing Embed Properties

Status
Not open for further replies.

Trevman

Programmer
Jul 23, 2000
183
US
I am trying to get a Flash movie to stop, rewind, and play using javascript.&nbsp;&nbsp;in my &lt;embed&gt; tag, I tried putting both name=&quot;movie&quot; and id=&quot;movie&quot;.<br><br>Then I made some simple links w/onClicks as follows:<br><br>&lt;a href=&quot;#&quot; onClick=&quot;document.embeds[movie].stop()&quot;&gt;STOP&lt;/a&gt;<br>&lt;br&gt;<br>&lt;a href=&quot;#&quot; onClick=&quot;document.embeds[movie].rewind()&quot;&gt;REWIND&lt;/a&gt;<br>&lt;br&gt;<br>&lt;a href=&quot;#&quot; onClick=&quot;document.embeds[movie].play()&quot;&gt;PLAY&lt;/a&gt;<br><br>and it does not seem to be working.&nbsp;&nbsp;Am I going about this in the wrong way, or is it not possible?&nbsp;&nbsp;Any help could be appreciated.&nbsp;&nbsp;Thanks.<br>
 
why don't you do it in flash? You can have stop, rewind and play buttons in flash... might that be simpler? <p>Liam Morley<br><a href=mailto:lmorley@wpi.edu>lmorley@wpi.edu</a><br><a href=] :: imotic :: website :: [</a><br>"light the deep, and bring silence to the world.<br>
light the world, and bring depth to the silence.
 
Well actually the core of the page is HTML, and I have these image links (just fancy text) and when you rollover them, a description of each category is displayed.&nbsp;&nbsp;But instead of the text, I thought it would look alot better if If I used flash to make the text do some more eyecatching effects. I would put each movie on a layer, and have it hide/show when you rollover, but my problem is getting the flash movies to play when you rollover...<br><br><br>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top