Go Back   CodingForums.com > :: Client side development > Flash & ActionScript

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 06-03-2012, 01:37 AM   PM User | #1
ferurizonly
New to the CF scene

 
Join Date: Jun 2012
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
ferurizonly is an unknown quantity at this point
HTML PATH wizard needed!

&trainers_img1=images/camlive.jpg&

this above line is what have in my text file. I want to use that "camlive.jpg" image as a link to a website in another window, and this is what I have to work with. This is for an "easy flash template" you have a text file, along with the swf file and fla file. etc. I have done everything else but I want people to be able to click the image and it take them to the online camera.

the link to the website that I want it directed to is "http://ruff-***.dyndns.org:8080/" (its a live streaming webcam for dog grooming)


I have tried various versions of the path and I am at a dead end. Can anyone help me please.
ferurizonly is offline   Reply With Quote
Old 06-03-2012, 12:49 PM   PM User | #2
Major Payne
Regular Coder

 
Join Date: Aug 2005
Location: MS
Posts: 745
Thanks: 7
Thanked 65 Times in 63 Posts
Major Payne is an unknown quantity at this point
Are you editing the flash and trying to put in the link or just using a standard image link on the web page? Files must maintain the proper relationship between each other to not break links.

Image Link:

Code:
<p><a href="http://ruff-***.dyndns.org:8080/" title="Mouseover Description"><img style="width: XXpx; height: YYpx; border: 0;" src="images/camlive.jpg" alt="Text Description"></a></p>
You can change the "p" tags to div tags and style as needed. Absolute and Relative Paths: http://webdesign.about.com/od/beginn.../aa040502a.htm
__________________
☠ ☠RON☠ ☠
Major Payne is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

Forum Jump


All times are GMT +1. The time now is 08:12 AM.


Advertisement
Log in to turn off these ads.