Results 1 to 2 of 2

Thread: How to activate swf or QT file on mouseover

  1. #1
    Join Date
    Dec 2006
    Posts
    2

    How to activate swf or QT file on mouseover

    Hi ..actually this is my very first post and I'm a novice trying to develop a website. I am using the software of choice for poor people ...NVU ..and I have a very basic question.

    I want to play an embedded swf or QT file one a mouseover action. A great example of what I'm trying to do can be seen at Yahoo's main page. On the left is a ginger-bread man that can be activated on a mouse over. (hopefully it will be there when you visit).

    I know how to embed the file but I can only make it auto play ..or play when you click the play button. What I want is for it to move on a mouse-over.

    I also know how to have objects change shape on a mouse over ...but for some reason I can't get the swf or QT file to play.

    Can someone help me with this..by posting the code? I think I may need to develop some sort of Java code.

  2. #2
    Join Date
    Jan 2007
    Location
    Big Sky
    Posts
    13
    on (mouseOver) {
    play;
    }

    Something like that? I need more code to understand what you are trying to do, but that AS (actionscript) is very basic.

Similar Threads

  1. Could I get fla file from swf file ??
    By Sandra123 in forum Graphic Design
    Replies: 1
    Last Post: 29 Oct 2005, 04:03 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •