ForumsProgramming ForumHow do you make websites?

4 2818
Gfitz07
offline
Gfitz07
203 posts
Nomad

I want to know how to make a website with flash... but i dont know how to do links to other flash projects for my website! can someone please help me.

  • 4 Replies
jpx111
offline
jpx111
264 posts
Nomad

what do you mean link to other flash topics?...do you mean as in when you click something, it goes somewhere else?


please expand.

Captain_J_Sheridan
offline
Captain_J_Sheridan
313 posts
Nomad

Let's say you have a MovieClip Symbol called Link

Link.onRelease = function()
{
getURL("http://www.yourwebsitehere.com.br/yourswffile.swf", "_blank&quot
}


Of course, that opens in a new window, you might want to experience with _parent, _self and _top, each has its own effect on where the window open

Or you can just have a Text object and use the "URL link" on Properties, where _blank, _parent, _self and _top rest just to the right of it
Gfitz07
offline
Gfitz07
203 posts
Nomad

oh ty. but i meant for the flash projects on my desktop or documents something. but ty anyways i can still make use of that

Captain_J_Sheridan
offline
Captain_J_Sheridan
313 posts
Nomad

Could you explain more?

Showing 1-4 of 4