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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by kippie

  1. kippie

    How to let this scrolling page refer to another html?

    Thanks Dan, thanks for all your help.
  2. kippie

    How to let this scrolling page refer to another html?

    In the HTML below there is a horizontal scroller. I would like to use this script as an intro. So when a certain image (or a certain distance of scrolling) has gone by I would like to make an automatic transfer to another HTML. But I have no idea how to do such a thing. Could anyone help? This...
  3. kippie

    How to stop jump in this scrolling script?

    Hi Dan, Thanks for your help. I changed the variable i and it works fine. Thanks a lot. But it probably can be done much more simple using the "style.color". But I have never seen anything about it. Do you know an example where I can find more info on this? I always use indenting mtself, but it...
  4. kippie

    How to stop jump in this scrolling script?

    Hi Billy, The two extra functions called onMouseOver and onMouseOut of the image are to realise the colorchange of the textlink from blue to orange and back. So onMouseOut the first (showLayer) is to show the blue textlink and the second (hideLayers) to hide the orange textlink. These two...
  5. kippie

    How to stop jump in this scrolling script?

    In the HTML below I let one image scroll from left to right. Above it is a text. The idea is: 1. onMouseOver of the text and the image the scrolling stops 2. onMouseOut of the text and the image the scrolling continues where it was. 3. onMouseOver of the text the color of the text changes 4...
  6. kippie

    What is a Adobe Premiere Movie file (Mac)

    In my IMac I have a few files (10 minutes movie 2Gbyte) which are mentioned "Adobe Premiere Movie file". I made them myself, but have no idea how. I need to know how I made them because I have a dvd-burning program which only accepts those kind of files. I have been going around with trying to...
  7. kippie

    How to stop scrolling onmouseOver?

    Hi, MWolf00, Yes, the script is basically working correct. The only thing is that I would like to have it starting sooner and if possible in sight on the right hand side of the screen. Ast it is now it takes some time before the first image appears. But this is not so important. Kippie
  8. kippie

    How to stop scrolling onmouseOver?

    In the HTML below I use a script for horizontal image scrolling. Everything works fine, but the only thing is that I would like to stop the scrolling OnMouseOver of an image and that when the scrolling has stopped the user can click an image and is transferred to a certain HTML. So I would like...
  9. kippie

    How to start all movies playing?

    In the HTML below I have 3 embedded Flash movies which each can be started and stopped independently with a seperate link. But now I would like to make a link to start and stop them all three together. Is it possible to make a javascript to arrange for this so that the same idea can be extended...
  10. kippie

    How to let a Flash movie embedded in HTML start on MouseOver?

    Thanks for all your help!
  11. kippie

    How to let a Flash movie embedded in HTML start on MouseOver?

    Thanks, but I'm confused: what should I write for "MovieID"?
  12. kippie

    How to let a Flash movie embedded in HTML start on MouseOver?

    I've made a simple FlashMovie and embedded it in HTML within a layer: <div id="layer"> <object width="100%" height="48"> <param name="movie" value="cyclersdef3.swf"> <embed src="sunmovie.swf" width="200" height="148"> </object> </div> The layer is hidden, only on a certain command...
  13. kippie

    How to import sound when importing an avi-file?

    Thanks Wangbar
  14. kippie

    How to import sound when importing an avi-file?

    Hi Wangbar, Thanks for your reaction. And does the sound come in a seperate layer?
  15. kippie

    How to import sound when importing an avi-file?

    I use FlashMX2004 and want to place a short video on my site, using the video as a button. I have made a video using Adobe Premiere and exported it as an avi-file. That avi file contains all the info about the video and the audio part. Now I understand that I can import an avi-file in...

Part and Inventory Search

Back
Top