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.

HTML Forum


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



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Old 03-28-2006, 11:28 AM Majorly New
Novice Talker

Posts: 5
Trades: 0
Hi guys and gals, I have a small problem, I'm very embarrassed as I'm not a coder or designer. We have just opened a new glazing business in London, and I'm trying to save a few pounds by modifying a template we have purchased. its taking me ages, but i'm getting by.

I'm actually stuck on something and would really apreciate someones time in helping point me in the right direction.

we have a small header flash movie at the top of the homepage ( and all other pages ) which i managed to edit to my wording and changed the images ok. What I'm stuck on, is creating a hyperlink on the the interactive images ( buttons ) in flash. how would i do this. Please.

any help is muchly apreciated.

DS
DesignerSpider is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 03-28-2006, 11:38 AM Re: Majorly New
Extreme Talker

Posts: 170
Location: Canada
Trades: 0
This is the code for FLASH only. If you were to try writing this in HTML it would break.
If you're coding it right in flash, select the button you designed and open the "Actions" window.

Enter this code:
Code:
on (release) {
getURL("http://www.summit-productions.ca", POST)
};
Make sure, that this code is on the button itself, not the frame, or it will give you an error. Also ensure that the URL is in quotes or it'll mess up the whole line.

If you've created an individual flash button and just want to wrap an HTML link around it use the following code:
HTML Code:
<a href="http://www.summit-productions.ca"><embed src="flashbutton.swf" /></a>
Flash can "Publish" the correct code for embedding an object.

Feel free to PM, or e-mail me if you need more help, or something here doesn't work.
__________________

Please login or register to view this content. Registration is FREE



Please login or register to view this content. Registration is FREE

Last edited by collyer_1; 03-28-2006 at 11:42 AM..
collyer_1 is offline
Reply With Quote
View Public Profile Visit collyer_1's homepage!
 
Old 03-30-2006, 02:08 PM Re: Majorly New
Novice Talker

Posts: 5
Trades: 0
Thanks very much for your help. mucho gracias!
DesignerSpider is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Majorly New
 

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.11617 seconds with 12 queries