Ask a Question related to Macromedia Flash Sitedesign, Design and Development.
-
eniGMa-TheBiG-Man #1
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
-
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... -
AS 2.0 linkage question
something like this, maybe? public function setText( newText:String ):Void { this._nameOfTextField.text = newText; } I think this will work.. -
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... -
external linkage
Hello, I wrote a program that uses the zlib compression library, specifically the functions compress() and uncompress(). Though I could find the... -
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... -
adireddy #2
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
-
eniGMa-TheBiG-Man #3
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
-
anishu #4
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



Reply With Quote

