My Main Flash Site!!!!! HELP ME OUT PLEASE!
Well iv been working on my main site for a while, my problem is, that it's flash and the top has words in flash. I can't figure out how to add links to each word! U can't edit with dream viewer cause it requires flash crap. Anyways, the file format is .swf, I used a swf decompiler and edited the HTML codes, but I just need to know an HTML code for a link, something simple I can add into the text code. Or does anyone know a better way of adding links into each word of my .swf ???
Posted via Mobile Device
Re: My Main Flash Site!!!!! HELP ME OUT PLEASE!
Well first of all, if you want to edit a Flash file it HAS to be a .FLV
And the code for a link is simple! Something like this:
PHP Code:
<a href="http://www.hotmail.com/">http://www.hotmail.com/</a>
or
PHP Code:
<a href="http://www.hotmail.com/"></a>
Re: My Main Flash Site!!!!! HELP ME OUT PLEASE!
Quote:
Originally Posted by
DeathniteR
Well first of all, if you want to edit a Flash file it HAS to be a .FLV
And the code for a link is simple! Something like this:
PHP Code:
<a href="http://www.hotmail.com/">http://www.hotmail.com/</a>
or
PHP Code:
<a href="http://www.hotmail.com/"></a>
i have seen the compiled flash version has been edited once.
i dont know who did it >.<
Re: My Main Flash Site!!!!! HELP ME OUT PLEASE!
Yeah you can decompile SWF's into FLV like files and edit at will. I do that for Leauge Of Legends launcher. Then i can find the right bytecodes and hax on the public loader (Name hack, change champion at will etc etc =p) anyway uhhhh.
You may want to google actionscript tutorials, and figure out what Actionscript to use to make parts of your SWF clickable and links and such. :]