A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Embeding a website?

  1. #1
    Junior Member
    Join Date
    Sep 2006
    Posts
    3

    Embeding a website?

    Hello All!
    I posted something before but I dont think I explained myself correctly.

    I need to embed a link to my web page within the source html of the banner's SWF file ... the banner is going to be on someone elses webpage and they are doing that part.

    Someone said it was something like...

    on ( release ) { getURL{?????????


    What would be the html?.. Where does it go? Sorry for the confusion.

    Thanks a bunch!

  2. #2
    Senior Member whispers's Avatar
    Join Date
    Mar 2001
    Location
    CFA2h (respect the HEX)
    Posts
    12,756
    ??

    what you have posted is code ONLY to be used in FLASH (for buttons)

    so..are you trying to make an HTML link?
    or are you trying to link it through FLASH?


    example:

    this 'banner' is hosted on someone elses' site..they click the 'banner'..they visit your web site....

    correct??

    So why doesnt he just wrap the WHOLE .swf in some <a href></a> tags??

    for html:
    Code:
    <a href="http://www.somesite.com">your flash .swf embed code goes here </a>
    for Flash:
    Code:
    on(release) {
        getURL("http://www.somesite.com");
    }

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