A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: code needed to link image in html to .swf pop up window

  1. #1
    Junior Member
    Join Date
    Nov 2000
    Posts
    10
    I would like to link a roll-over image button (NOT A SWF MOVIE BUTTON), imbedded in an html page, to a pop up window which would include a swf movie without the status bar, exporer bar, address bar, borders, etc.

    This html page actually has about 5 different images that I want to link to swf movie pop up windows.

    An example of what I'm looking for is @

    http://www.hillmancurtis.com/site3/motion/index.html

    Thanks!!!!

  2. #2
    FK Slacker
    Join Date
    Jun 2000
    Location
    vancouver
    Posts
    3,208
    Hi...

    You need to call a Javascript function to do this...

    Add this code to the button in your html page, and change the name of the linked page and the height and width as needed...

    Code:
    <A HREF="#" onclick='window.open("whatever.html","name goes here if needed",location=0,height=480,width=600,menubar=0,toolbar=0,status=0,resizable=0,scrollbars=0")'>Insert Image or text link here</A>
    Hope this helps,

    K.

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center