Results 1 to 2 of 2

Thread: Dreamweaver 4: Flash button and iframe

  1. #1

    Thread Starter
    Hyperactive Member Greyskull's Avatar
    Join Date
    Dec 2003
    Location
    somewhere in England
    Posts
    382

    Resolved Dreamweaver 4: Flash button and iframe

    Hello!

    erm..... how can u link flash buttons to an iframe in Dreamweaver.
    I tried this code:

    Code:
     target="main"
    Where iframe name="main"

    ne help will b gr8

    thanx in advance,
    Greyskull
    Last edited by Greyskull; Nov 5th, 2004 at 04:21 AM.

  2. #2
    Frenzied Member Acidic's Avatar
    Join Date
    Sep 2003
    Location
    UK
    Posts
    1,090
    Flash can only affect other elements in flash, with one excpetion. It can change the url of the page. This also allows you to make it run javascript function. if you change the url to:
    javascript:myFunc()

    and have that function as JavaScript, then that function should be run. Now you can change the url of an iframe using that JS function.

    note: javascript was supposed to be one word, this forum splits it into two.
    Have I helped you? Please Rate my posts.

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