Ask a Question related to Macromedia Flash Sitedesign, Design and Development.

  1. #1

    Default linkage HELP!


    i need to know how it would be possible to make a html link that reffers to a frame in a *.swf file..
    can someone please aid me?!

    thank you!!!
    eniGMa-TheBiG-Man Guest

  2. Similar Questions and Discussions

    1. Button Linkage
      Hi, I'm having a bit of a problem here. I am currently creating my flash site and have almost completed it. I have also created the buttons. The...
    2. AS 2.0 linkage question
      something like this, maybe? public function setText( newText:String ):Void { this._nameOfTextField.text = newText; } I think this will work..
    3. Loa d movie with linkage identifier
      How can i load a movie dynamically with a linkage identifier? I have 2 files. in sound file, a sound is attached with linkage ID In main file im...
    4. external linkage
      Hello, I wrote a program that uses the zlib compression library, specifically the functions compress() and uncompress(). Though I could find the...
    5. preloader and sound linkage
      Hi Just wondering if anyone had any ideas? I've got a problem with my preloader and sound. As soon as I go into linkage and give my sound an...
  3. #2

    Default Re: linkage HELP!

    The solution may be using asfunction in flash. With asfunction you can give a
    hyperlink to call a function inside flash and pass parameters to it. I am
    thinking of calling a common function with frame number or label as parameter.

    function MyFunc(arg){
    trace ("Frame number was "+arg);
    }
    myTextField.htmlText ="<A HREF=\"asfunction:MyFunc,5 \">Click Me!</A>";



    adireddy Guest

  4. #3

    Default Re: linkage HELP!

    hey thanks for the backup info,
    but i dont quite get what u mean... or maybe u didnt understand me right...

    the goal that i am trying to acceive is that u can press on a html link and it
    takes u
    to a specific location in a flash movie....

    plz feed back, thnx

    eniGMa-TheBiG-Man Guest

  5. #4

    Default Re: linkage HELP!

    yes you can !!

    1.Give a frame label [say "test" ] from where u want to play on HTML click,
    also check the option 'named anchor' while labeling.
    2. then go to publish settings under HTML tab, from template select 'flash
    with named anchor'
    3. export ur swf
    4. on html link just give #test

    anishu Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139