Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Coding Forum


You are currently viewing our Coding Forum as a guest. Please register to participate.
Login



Reply
Link a flash file to URL
Old 06-07-2008, 09:35 AM Link a flash file to URL
Super Talker

Posts: 129
Trades: 1
Hi guys,

I have some flash ad banners from some people. I have everything (fla file and swf file).

What I want to do is link the flash file to a URL. This is because, they are ads and obviously they need to be linked. But I did think about avoiding stress and just making animated GIFs but that file size is to large (30KB) whereas the flash file is only 4KB.

Can someone tell me how to link a flash file?

I have googled it, a lot. I can't seem to come up with something that works.

I use Flash CS3 if that has relevance.

As the second part of the post, I have about 10 of these flash files and once the link is sorted out, I wanted them to rotate randomly on a web page. I did this previously with images but I can't find a tutorial for swf files.

If someone could help me randomly rotate the swf files, that would also be a great help.

Thank you.
__________________

Please login or register to view this content. Registration is FREE
yourmediaking is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 06-08-2008, 11:51 AM Re: Link a flash file to URL
Snot's Avatar
Super Talker

Posts: 132
Name: Chase
Trades: 0
Try this for it to open in the same window


Code:
on(release) {
getURL("http://www.arachnocharlotte.com/forum", "_self");
}
or this for a new window/tab

Code:
on(release) {
getURL("http://www.arachnocharlotte.com/forum", "_blank");
}
__________________

Please login or register to view this content. Registration is FREE
Snot is offline
Reply With Quote
View Public Profile Visit Snot's homepage!
 
Reply     « Reply to Link a flash file to URL
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.25777 seconds with 12 queries