Hi!
I am attempting to inject a script tag into the page, and it seems to be working as intended, but in Safari when one clicks on the splash image, it just links out to the .swf file (i.e., the js isn't picking up the click and doing what it should.) Here is the script I am inecting:
<img src="/dev/images/internal/home/spock.jpg" alt="Splash image for player" />
<div id="fc" class="fc"></div>
<script>$f("player", "flowplayer.commercial-3.1.5.swf", { key: '#$8ac3e001c7b14853256' , plugins: {controls: null}, clip: {scaling: "fit"} }).controls("fc", {duration: 25});</script>
Also, what would I need to do to get the controlbar only to appear on hover of the video? Thanks for all the help...code in action at :http://pomona.edu/dev/home/index-8.asp
I am attempting to inject a script tag into the page, and it seems to be working as intended, but in Safari when one clicks on the splash image, it just links out to the .swf file (i.e., the js isn't picking up the click and doing what it should.) Here is the script I am inecting:
<img src="/dev/images/internal/home/spock.jpg" alt="Splash image for player" />
<div id="fc" class="fc"></div>
<script>$f("player", "flowplayer.commercial-3.1.5.swf", { key: '#$8ac3e001c7b14853256' , plugins: {controls: null}, clip: {scaling: "fit"} }).controls("fc", {duration: 25});</script>
Also, what would I need to do to get the controlbar only to appear on hover of the video? Thanks for all the help...code in action at :http://pomona.edu/dev/home/index-8.asp