Using slices for linking town on map

How do I get links added to a map of Santa Cruz on my site:
http://www.cacoastalhome.com/Santa_Cruz_Area_Map/page_1788926.html
This is done in a web program called Point2. So it's not just
like using Dreamweaver. Their tech support told me to upload map as
a flash file. How do I get a link to work on a Flash file, I tried
hot spots, but it didn't work, how about slices?
Do you think slices would reflect the link on the map so the
link will take you to another page?

If you want to use swf files and create hotspots then you
have to import
it into Flash and do it there. Do you own Flash?
If not then use a gif file of the map and add hotspots in
Dreamweaver.
That is quite easy actually -
Your swf file is 96kb right now. A gif file of the dimensions
you have
showing on your page will be smaller.
alex
davek7 wrote:
> How do I get links added to a map of Santa Cruz on my
site:
>
http://www.cacoastalhome.com/Santa_Cruz_Area_Map/page_1788926.html
>
> This is done in a web program called Point2. So it's not
just like using
> Dreamweaver. Their tech support told me to upload map as
a flash file. How do I
> get a link to work on a Flash file, I tried hot spots,
but it didn't work, how
> about slices?
>
> Do you think slices would reflect the link on the map so
the link will take
> you to another page?
>

Similar Messages

  • Canned Buttons for Links

    I want to use buttons for Links but don't want to try to create them myself.  Where can I find stock Buttons with script that I can drop into my html and css?
    I want a series of vertical buttons that might look something like this:
    I will stack them vertically in a non-scrolling Sidebar on the left side of the page.  Thanks.
    jds

    Using images for navigation menus (other than backgrounds) is not an ideal scenario for a lot of usability and maintenance reasons.  The biggest drawback is that each time your site changes, you have to re-craft a whole new set of images for the various link states (ick!). 
    My advice is to stick with HTML unordered lists <ul> <li> for site menus. 
    Example:
    <ul id="navigation">
    <li class="home">Home</a></li>
    <li class="about">About</a></li>
    <li class="search">Search</a></li>
    <li class="photos">Photos</a></li>
    <li class="contact">Contact</a></li>
    </ul>
    With the power of CSS you can style your navigation lists to look like buttons. 
    http://css.maxdesign.com.au/listamatic/vertical13.htm
    With CSS3 transform and IE filters, you can rotate them.
    http://davidwalsh.name/css-transform-rotate
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Struts - using html:image for link

    I would like to use an image for a link but I am not sure how to do this. Right now I'm using the <html:link> tag and using the action mapping. Can this be done using the <html:image> tag?
    Here's an example of what I'm currently doing.
    <html:link action="/homePage"><bean:message key="General.button.HomePage"/></html:link>I'm new at java and struts and could definitely use a little help.
    Thanks!
    bfrmbama

    yeah, <html:image> is a form submit button... in HTML, it's this:
    <input type="image" name="thename" src="thesrc" value="thevalue" />
    <html:link> has onmouseover and onmouseout attributes... so you just put the mouseover script stuff there.

  • How to read ZIP files(having PDFs,Image) using MQ Series link for R/3

    Hi,
    1)Is it possible to transfer a zip file (having an image or pdf) using IDocs in SAP 4.6C using MQ Series link for R/?
    Scenario: "MQ Series link for R/3" converts Business-Reports from a third-party software,into SAP IDocs.Each Business-Report contains one XML file and one ZIP file.
    2)Being on ABAP side,do I have to worry about how the zip file would be converted into IDocs?
    Detailed descrption:
    This scenario requires integration of a non-SAP software which talks in XML with SAP R/3(4.6C).The customer has decided to go with 'MQ Series link for R/3' (which integrates any non-SAP application running on IBM MQ Series to R/3,by converting data(in any format) into IDocs).He is not ready to go for XI.
    The Problem area is a functionality which requires the non-SAP software to send XML file along with an attached Zip file.So,XML document,basically,has a 'zippedFile' XML element having actual file in XML keyword 'file'.
    This XML document ideally, should be converted by the subsystem(MQSeries link for R/3) into IDocs i.e. into a stream which could be stored in a table on R/3 side and later, sent back to the non-SAP software through MQ Series link to be converted into zip-file again with corresponding pdfs,images.I want someone who has worked in a similar scenario to confirm this.

    Hi,
    I have a feeling I have posted this question in the wrong forum or maybe I will let you decide this.Any help would be appreciated (even the right forum name).
    My scenario requires integration of a non-SAP software which talks in XML with SAP R/3(4.6C).The customer has decided to go with 'MQ Series link for R/3' (which integrates any non-SAP application running on IBM MQ Series to R/3,by converting data(in any format) into IDocs).He is not ready to go for XI.
    The Problem area is a functionality which requires the non-SAP software to send XML file along with an attached Zip file.So,XML document,basically,has a 'zippedFile' XML element having actual file in XML keyword 'file'.
    This XML document ideally, should be converted by the subsystem(MQSeries link for R/3) into IDocs i.e. into a stream which could be stored in a table on R/3 side and later, sent back to the non-SAP software through MQ Series link to be converted into zip-file again with corresponding pdfs,images.I wanted someone who has worked in a similar scenario to confirm this.

  • [CS3 JS SDK] Possible to Use HTTP URLs for Links?

    I am attempting to use JavaScript to implement a connector from CS3 (InDesign/InCopy in my case) to our content management system. Our CMS provides an HTTP-based API. By using the HttpConnection object (from the Bridge code, see posts on "httpwebaccess library") I can access our repository using HTTP URLs and, for example, get an InDesign document or INX file (and the UI support in CS3 scripting makes it possible for me to build all the UI components I need without having to write a true plugin).
    However, what I *can't* seem to do is create Link objects that use a URL, rather than a File, to access resources.
    My goal is to be able to store in our repository InDesign documents that use URLs to other resources in the repository for links (e.g., to graphics and InCopy articles).
    However, as far as I can tell from the scripting documentation and my own experiments, the URL property on Link is read-only in JavaScript (even though the scripting API HTML indicates it's a read/write property) and Link instances can only be constructed using File objects.
    My question: have I missed some trick in the scripting API (or elsewhere) that would allow me to create links that use URLs instead of files (and having done so would InDesign resolve those URLs?)? Our repository does support WebDAV, so that might be an option, but it would depend on mounting WebDAV services in consistent places on client machines, which is dicey at best, given the weak nature of the WebDAV clients on both Windows and OS X).
    Or are my only options to either copy linked resources to the client's local file system (or a shared network drive) or implement a plugin that implements my desired behavior for links?
    And if the answer is a plugin, will that even work?
    This is in the context of CS3. Has the Link mechanism changed at all in CS4 such that I could do what I want in CS4 where I cannot in CS3?
    Thanks,
    Eliot

    Hi,
    It is not possible to use HTTP URLS in CS3. You will have to create a plug-in to use Custom Data Links.
    I think it is possible to use HTTP URLs in CS4 as per the User Guide.
    Regards,
    Anderson

  • We are currently looking for a way to link images to a design file within programs like InDesign and Illustrator using an HTML link instead of a local file.  We are hosting our images in SharePoint and need the design file to retain it's links, no matter

    We are currently looking for a way to link images to a design file within programs like InDesign and Illustrator using an HTML link instead of a local file.  We are hosting our images in SharePoint and need the design file to retain it's links, no matter who on our network opens the design file.

    The Cloud forum is not about using individual programs
    The Cloud forum is about the Cloud as a delivery & install process
    If you will start at the Forums Index https://forums.adobe.com/welcome
    You will be able to select a forum for the specific Adobe product(s) you use
    Click the "down arrow" symbol on the right (where it says All communities) to open the drop down list and scroll

  • Can I use Bridge CS6 as a central image database for linking to multiple documents?

    Can I use Bridge CS6 as a central image database for linking to multiple documents?

    It's only really good for Adobe document formats, if you want to be able to view and/or tag documents.

  • Context menu hotkey to open in new tab is different for links (T) & bookmarks (W); using T for bookmark deletes bookmark!--why?

    When I want to open a link in a new tab, I right-click and press T. I ''think'' that the same key used to work for opening bookmarks in new tabs, also. At least I developed a reflex that always chose T for a new tab, whatever I was right-clicking on. Then a while ago, probably after one of the updates I automatically install (some time in version 3.x), I started noticing something different and extremely frustrating: not only is the hotkey for opening bookmarks in new tabs now different (W instead of T), which is just poor design--but to add injury to insult, when my still-stubborn reflexes pressed T, the bookmark was ''deleted''. Gone. I have thousands of bookmarks, and I make them so I don't have to remember things. If one is lost, there may be no finding the page again.
    EDITED:
    Having posted this problem, I just realized that I've answered the why-it-happens part of the question. We're left with the why-was-it-allowed-to happen, but that's unimportant if we can put an end to the confusing behavior.
    T in the bookmark panel and menus is Cut, which is standard in all kinds of software, and that my lost bookmarks could be restored IF I remembered to paste them again immediately. (I swear I checked it out just before originally posting, and Cut didn't appear, though Copy did. Maybe I was hallucinating.) Anyway, knowing this will help with the long-term problem, but it's still a bad idea to have two different hotkeys for the same operation. Hence what needs to change is using T as the hotkey in the links context menu.
    Here's my proposal: Change the hotkeys for "Open in new window" and "Open in new tab" in both the right-click menu for links and the right-click menu for bookmarks. Right now we have:
    Links
    * Open Link in New Tab (T)
    * Open Link in New Window (W)
    Bookmarks
    * Open Link in New Tab (W)
    * Open Link in New Window (N)
    N0te that the bookmarks menu is mnemonically backwards; Window should be W. Both menus should be:
    * Open Link in New Tab (N)
    * Open Link in New Window (W)
    Can someone take care of this in an update, please?

    This also drives me nuts, I work in research online and use firefox as its tabbed browing is so good, and I ofetn have to open lots of links in rapid succession from web-pages - obviously I use right click T as the fasterst method of doing this, and I use it so ofetn that it is now a reflex.
    But, whenever I try to open a bookmark from my toolbar (much less often) I tend to deletye it, and if I am lucky enough to notice before I do anything else I have to go through a laborious process to undo the delete...
    Interesting to read the reason above, but I would suggest that this is something that needs to be standardised across all of a browser's context menus, otherwise browsing becomes jarring.
    I am all in favour of 'T' opening in a new tab from all context menus, but if this is not do-able I think you should consider picking a different letter. The N & W proposal above is good.
    Thanks!

  • Can I use a D-Link DIR-505 as a repeater just for xbox 360?

    Most people who have a Time Capsule and xbox 360 here, know the woes of trying to get them to play nice together.  I've flat out given up and wired it.  But I really would like to have it wireless.
    Has anyone tried to use this D-Link DIR-505 as a repeater and/or bridge?  Or for that matter, any other device?  The added bonus is that the signal is boosted.  I originally wanted to get an Airport Express to do this same thing, but my guess is that the internals of the AExpress and the TC are the same and I'll just end up with the same problem.
    If someone can confirm that the AExpress works with the Xbox 360, I would rather get that. I've read that Apple routers get along best with other Apple products and not as great with non-Apple products.
    Any advice would be great!
    thanks.

    You would be better off buying a new router.. eg WNDR3800 netgear.. which is fully compatible with xbox.. better wireless than the TC.. has excellent third party firmware, openwrt, gargoyle, dd-wrt.
    Bridge your TC and use it for backups.

  • Has anyone used or researched using Peavey AmpKit LiNK and it's Applications in GB for the iPad?

    Has anyone used or resarched using Peavey AmpKit LiNK Hi-Fidelity Guitar Interface for Ampkit and Ampkit+ Applications on the ipad and with GarageBand. It seems that AmpKit unit gets better reviews than the iRig as an interface...
    A couple of questions... Does it work with GB (iPad and GB 11)... There is a recording function on the Ampkit Application... would this be compataible with GB for the ipad and also GB11 on the imac...
    Also if you have any experinces / thoughts on the usabilitiy of the AmpKit unit with the ipad that would be great...

    I have both the Ampkit link and a iRig. The AmpKit link is much better it sounds about the same as the iRig but much less noise. It works great with Garageband. I don't use the Ampkit software for recording. I have used AmpKit+ and Amplitube Fender on the ipad plugged into a PA and as a modeler for recording in Garageband (Mac).

  • HT5622 My wife and I both have MacBooks and both are associated with my apple ID since I bought them. However, this means that Safari is linked for both her and I as well as our contacts etc. Can I still use mine for apps for her but associate hers with h

    My wife and I both have MacBooks (I have MacBook Pro and she has Air) and both are associated with my apple ID since I bought them. However, this means that Safari is linked for both her and I as well as our contacts etc. Can I still use mine ID for apps for her but associate hers with her own ID that I have yet to make?

    Well with the MS Hotmail/Outlook.com account that is hard. But she should be able to link all of it to the iCloud system using her Apple ID.
    I suggest you do a Google search for "link contacts, Calendars, iMessage with iCloud".
    For some stupid reason MS has limited the syncing/linking of only emails and Notes with the Hotmail/Live Mail/Outlook.com system.
    They have not included any Exchange features for syncing all that info. That is unless you are using Outlook 2013 and that is only for Windows.

  • Hi I already used apple's link to remove u2's free album from my account but it has still been on my phone for the past few weeks. Can anyone help me? I can't swipe-delete because I have never downloaded it.

    Hi I already used apple's link to remove u2's free album from my account but it has still been on my phone for the past few weeks. Can anyone help me? I can't swipe-delete because I have never downloaded it.
    Edit: nvm disregard, i jst signed in and out
    Message was edited by: Hanazawa88

    Plus my apps like Mail and Safari randomly quit unexpectedly on me daily.

  • Is this the right to use or for iOS can use dynamic google maps embeded(can be embedded fo iOS)

    function displayMap(e) {
    var title = e.data.title,
        latlng = e.data.lat + ',' + e.data.lng;
    if (typeof device !='undefined' && device.platform.toLowerCase() == 'android') {
    window.location = 'http://maps.google.com/maps?z=16&q=' + encodeURIComponent(title) + '@' + latlng;
    } else {
    $('#map h1').text(title);
    $('#map div[data-role=content]').html('<img src="http://maps.google.com/maps/api/staticmap?center=>' + latlng + ' &zoom=16&size=320x420&markers=' + latlng + '&sensor=false">');
    $.mobile.changePage('#map', 'fade', false, true);
    my phonegap (Adobe press, Powers jQuery with dw 5.5) book (old book (c)2010-11) says for above code: // is this valid for today, is this the right to use or for iOS can use dynamic google maps embeded(can be embedded fo iOS)???
    On iOS, calling window.location loads the map directly
    into the app. That’s great until you realize that iOS devices
    don’t have a Back button, so there’s no way to exit the
    map. To get round this problem, I loaded a static map as
    an image in the map page block. It’s not interactive, but at
    least you can continue using the Travel Notes app after
    viewing the map by clicking the Back button generated by
    jQuery Mobile.

    Well, this took me a while to get solved, but it is indeed solved.
    I tried USB Overdrive and it could, and perhaps should work, but apparently it will not. When adding a device, it seems that USB Overdrive is not set up to handle any input device that does not register itself as either a Mouse or a Joystick. The VEC USB Footpedal that I'm using is "Device type: Other".
    So, I went for Quickeys. And Quickeys can do it all. It did recognize the device, I was able to assign it to the scope of the particular audio playback app I wanted to use (Amazing Slow Downer OS X - which is truly amazing. Any musicians reading this who are looking for a way to learn pieces by ear, this does it better than anything else I've seen yet).
    I created a shortcut in Quickeys for the ASD app; added the middle button of the foot pedal as the trigger; set one step, entering 'space bar' as the step (which toggles playback, similar to many audio players).
    It all worked.
    Quickeys is very confusing and seemingly featured with an endless array of options. Enter at your own risk. Ask me for help. This was the only way to get it done that I could find. I did write to the author of USB Overdrive asking him to please support additional devices as I did find some traction from gamers who like to use a foot pedal in addition to other input devices. There was a Windows-only management utility for the foot pedal that was intended for custom input, assigning the buttons to any keyboard input or mouse click event. It would be nice to have a simple and easy to use utility like this. But, Quickeys did do the job.
    Thanks for your help, you guys!!!

  • My 4s crashed and Apple replaced it while I was out of town. I used it for a week without downloading my old information. When I backed up my old information it erased all my new information from a weeks work. Is there a way to recover that information?

    My 4s crashed and Apple replaced it while I was out of town. I used it for a week without downloading my old information. When I backed up my old information it erased all my new information from a weeks work. Is there a way to recover that information?

    It doesn't matter what it is in your backup that's causing the problem because you can not selectively restore things from your backup. It's all or nothing.
    Set you phone up as a new device and start over.

  • I have a MacBookPro running 10.6.8. I use Bluetooth to link to devices including keyboard and magic trackpad. I bought a Bose Wave III stereo and a bluetooth device. No problem with iPhone, iPad, wife's MacBook. Not working for me. Thoughts?

    I keep receiving an errror message that "there was an error with the device." I use bluetooth for all sorts of things, no problem. Anyone have any suggestions?Because the stereo is connecting no problem to every other device, I'm assuming there's an issue between my laptop and the stereo. Thanks.

    Apple might fix the problem with SL; they did release the 10.6.8 Supplemental Update, which fixed an HDMI problem. So we might get a fix.
    Don't know if this problem affects Lion. I haven't read much about it, since I'm not upgrading for another few months.

Maybe you are looking for

  • How to convert date to Month,YYYY

    Hello all I have a date column which is in the format ex: (6/12/2013)  the user wants it to display as June,2013. Can you help me how i can achieve this? Thanks Ravi

  • Has anyone else lost all of their in app purchases?

    After i have updated to iOS5, I lost all of my In app game purchases. Is there any way of getting them back?

  • Can't migrate

    I am trying to move my wife's old prefs and network settings from her old iBook to a sparkly new Powerbook. I have done this before and it is normally very simple and easy - however... When I tried this the old G4 iBook froze and I had to force quit

  • Time restrict for a pdf file?

    Hi community, I want to send a pdf file to my friends. But this pdf file should be unreadable after 30 days. How can I do that - tutorial?

  • Global correlation update

    Hi, Will the IPS go offline during a global correlation update? We are running sensor version 7.1.(7)E4 and are noticing drops due to the IPS being unavailable. The timing of theses matches global correlation updates on the IPS.