Polygon-shape buttons

Hello everyone,
I am a new enthusiastic subscriber of CC, and as every newcomer I have several questions. I will limit myself though to only one issue for now. Here is a link for an interactive architectural presentation I did:
http://www.transsilta.com/ncc/auringonkeha/auringonkeha.html
This file works nicely but has been built in Flash, and that's make impossible to be run on tablets and iOS. I want to rebuild it directly in html. As long as I have the full access to all CC programs, I will highly appreciate the advices from you:
- which of the programs are appropriate to obtain this result (I am sure that I have to use several)?
- how I can create an interactive polygon with fade-in and fade out effect and to use it as a button? This is essential because I have to mark precisely on the facade where is every apartment. A bounding box area does not help because the neighboring polygons will overlap on the corners if are bounding boxes, so is need such of polygons which interacts strictly within their perimeter.
Thank you in advance for your help, I am waiting forward for your answers or even for some examples if possible. Once I get the point I am sure I can develop the learning process until I will able to rebuild the presentation.
Cheers,
Ville

Hello K8,
Thank you for your answer! I've been using for a while Swiffy convertor as a compromise, but the problem with it is that it doesn't work well on all browsers. To me would be the ideal solution, to work as before and only to convert the swf into html. But simply is not working as it might.
Flash to html sounds good as a principle, but I am not using actually Flash but Swish, which does not create .fla documents, only directly swf. Do you have a recommendation for one of the possible scenarios:
- to keep converting using Swiffy, but to improve html by adding some scripts to became compatible with all browsers. I have no idea what scripts, but maybe someone can help ( I am not a programmer)
- to learn to use real Flash (I think is quite similar with Swish) and to export from there into html with a better coverage
- to have better converter than Swiffy. Any recommendation?
- to start to use Muse/Animate as intended, but I need a substantial help from someone to learn the basics.
I am waiting for your or/and other users opinion and once I will make the right decision with your help I will work on it until everything will work great.
Cheers,
Ville

Similar Messages

  • Is there a way to make polygone shapes/buttons?

    Greetz peepz,
    Is there a way to make polygone shapes and/or buttons? I would like to make more accurate dropshadows and imagemap-like buttons.

    Aaah, so it's part of the plan to make it posible in the future? To make dropshadows in PNG is ok, but when you want to use the dropshadow option on a transparent PNG it will put a dropshadow on the outer boarders of the imagesquare, that's kind of annoying. I want to animate a rotation of a polygone shape, but I'll skip the dropshadow for now then.

  • How do I add a hover state to a smart shape button on the master slide? CP7

    I want to use a button with a hover state on my master slide in CP7. I created a smart shape and checked the box 'use as button.' I then created 3 image files with the "x_up, x_down, x_over' extensions. When I select my smart shape and choose a custom pattern from the fill menu and select my 'x_up' image file, the smart shape does not recognize the hover state. Is there another way to achieve this?
    Thanks!

    Thanks I think I get it now after reading your post. Shape buttons can only shrink when they are pressed and nothing else. I was thinking a work round for me would be to use a regular button with the up, over, down state, put this regular button on the first slide and set the timing for 'display for rest of project.' However I don't see this option in the timing panel:
    Is this option somewhere else?
    Thx!

  • Shape button not working in preview made

    Hi
    I am working on captivate 8 responsive project. I have created button using shape.
    But when I publish for preview mode in Mozilla latest browser and  found that all slide content disappear.
    Also checked with sample responsive project in captivate 8. I found same issue.
    Please help me in it.
    Thanks and Regards,
    Manish

    Smart Shape buttons do not work in Firefox i'm afraid, it will leave the whole slide blank. We've had a good look at trying to find a fix/hack but unfortunately it looks like something Adobe and/or Mozilla need to sort out.

  • Issues with Smart Shape Buttons

    Greetings all, another question for you Captivate Guru's out there...
    Is there a way to force a non Smart Shape Button compliant LMS/Flex Wrapper to understand the object by adding a file that would identify the Smart Shapes as a valid button without updating the Adobe Libraries completely.
    A certificate, perhaps some sort of Javascript, or something along those lines?
    Is there a place where I can read the code that makes Smart Shape buttons work when published like current Flash Player protocol for them in the libraries?
    Any help is greatly appreciated.
    Thanks!

    I'm using a Mac (latest version).
    @devices: Android and iOS smartphones and tablets as well as Mac and Windows PCs.
    "Do you see this same issue on a blank project (With 2 or 3 Smart Shapes) ?"
    I'm not sure if I get you right, but the project I posted is nearly a blank project (created with CP7). So I think the answer is "yes".

  • Working with polygon shapes and defining active/non-active mouseover areas (imported shapes)?

    Hey guys!
    Really struggling with this one. Since Edge only has rectangles and ellipses built in as available shapes, how to I/we work with polygon shapes and active mouseover areas INSIDE of these shapes and non-active mouseover areas OUTSIDE of the shapes?
    Problem/symptom: when I import a polygon, be it any file format from from Photoshop or SVG from Illustrator, a rectangular border/background (transparent) gets applied, leading to this rectangle defining the mouseover area of the shape - and not the shape itself (be it a star or whatever).
    WHAT I WANT: the very shape defines the mouseover area. How do I achieve this?? See examle below:
    WHAT I DON'T WANT: how is is now:

    Thanks for your answer, resdesign.
    I've had a look at the edge commons library, and it seems like it opens up a lot of possibilities. However, I cannot figure out how to access/target individual shapes and layers for applying effects like you would with symbols (rotation, colorchange and so on).
    WOULD BE GREAT TO HAVE THE SHAPES INSERTED ON SEPERATE TIMELINES for further work and effects manipulation - is this somehow possible? So that one could reach the shapes from the stage with something like:
    sym.getShape("shapename");play("show");

  • Is it possible to create round shape button in java

    i have following questions, if possible plz. help me.
    1) is it possible to create round shape i.e circular shapes button using java program.
    2) is it possible to access the floppy and format it using java program. (if it is not possible to format it then plz. tell me how to access the floppy using java program).
    if possible plz. send me code of that programs on following address..
    [email protected]
    waiting for reply.
    prasad.
    (faculty of ssi)

    i have following questions, if possible plz. help me.
    1) is it possible to create round shape i.e circular
    shapes button using java program.
    Yes - GUI Components paint themselves through the invocation of their paint(Graphics) method. Create a subclass of JButton and override the method to paint a circle.
    public void paint(Graphics g) {
      //work out where you want to put the circle, x_pos, y_pos etc
      g.drawArc(x_pos, y_pos, width, height, 0, 360);
    }or some such. Note that since Java 1.2, the object that gets passed in to this method is actually a Graphics2D Object (subclass of Graphics). This provides extra methods.

  • How to make smart shape buttons turn colors after clicking on them?

    How to make smart shape buttons turn colors after clicking on them?  I am using buttons as links to learning paths and would like users to know which buttons they have allready clicked on when returning to main menu.

    This is reply I got from Adobe support.  I will try and let you all know what works best:
    Here is the workflow which you can follow to achieve this functionality.
    Puspendra: You can choose image button and then choose from the available image buttons, or click on the folder icon when you select the image button and choose from the Gallery of Captivate 6.
    Puspendra: Few image buttons change color on hover or onclicked, these effects are predefined in them.
    Puspendra: Or you can edit that button on which you are working, from properties Panel.
    Puspendra: The Post and Cancel button on this thread seems like a transparent button in Captivate with different fill and stroke color, and transparency is also less, and with corner radius of 0.
    Puspendra: You will find these all optionns, when you will click on that button and then click on the properties panel.

  • Smart Shape Buttons Not Working With Scalable HTML5 (in Captivate 7)

    Hey everyone,
    first of all: everything was fine with CP 6, but since we upgraded to CP 7, I have troubles with smart shape buttons (exported as scalable(!) HTML5)! This is incredibly annoying.
    When a project is exported as scalable HTML5, I cannot click smart shape buttons which I use quite often. I tried Chrome, Firefox, Safari, iOS, ...
    When exported as flash or non(!) scalable HTML5, everything works, but it looks horrible on Smartphones – so this is not a solution we can work with.
    I uploaded an examle:
    Captivate-File: https://dl.dropboxusercontent.com/u/340109/A1/Test_CP_Forum.cptx
    Non scalable HTML5: https://dl.dropboxusercontent.com/u/340109/A1/Test_Non_Scalable_HTML5/index.html
    Scalable HTML5: https://dl.dropboxusercontent.com/u/340109/A1/Test_Scalable_HTML5/index.html
    We have customers waiting for projects to be finished and I really rely on clickable smart shapes!
    I kindly ask for a solution
    Georg

    I'm using a Mac (latest version).
    @devices: Android and iOS smartphones and tablets as well as Mac and Windows PCs.
    "Do you see this same issue on a blank project (With 2 or 3 Smart Shapes) ?"
    I'm not sure if I get you right, but the project I posted is nearly a blank project (created with CP7). So I think the answer is "yes".

  • Captivate 7 - Shrinking Smart Shape Buttons II

    Since my last question was a little difficult and no one seemed to be able to help I'm hoping to receive a better response on this one as it is most definitely a little easier to explain and I think will be simpler to troubleshoot.
    I was able to create a .swf with smartshape buttons that keep all the smart shape buttons at their needed size but once I load them into our LMS/Flex Wrapper the buttons contine to shrink per click (I think this is because Adobe Flash Player doesnt know what to do with it).
    My solution is I'm trying to find a way to either do one of the following two things (reload or "refresh" the button in advanced actions after a click so that it will always have the first click sizing) or ...
    The second is a little more involved as I found that the sizing happens on the 'down' action of the button and not the 'click'. This means that if I could remove the 'down' graphic functionality from my smart shape buttons and keep the up and click actions in theory the button might work and not cause the image shrinking...
    Thoughts....
    Anyone....
    Thanks,
    Stephen

    Hi Stephen,
    I don't think there is any simple solution to this and the problem needs to be addressed by Adobe. The solution that I've applied (In CP8) seems to be working for when users accidentally click the edge of a smart shape button. What happens at this point is the button shrinks and the user's cursor is no longer under the active area of the smart shape and the action attached to the smart shape does not fire. In some situations I have noticed that the smart shape button has continued to shrink with each click that does not fire the action.
    I have found that this issue is partly resolved in CP8 with the introduction of different button states. If I use smart shapes as buttons in CP8 I make sure that I apply Rollover and Down states for my buttons. Where possible provide a slightly larger stroke width to the down state which increases the size of the button so that when the default shrinkage happens on the down state the additional stroke width compensates for this. This appears to have solved the problem for me with the actions not firing and to some degree the shrinkage issue. If you are still on CP7 then I sorry this does not provide you any real help but I hope that it gives you some other ideas to work on.
    AndyK

  • Captivate 7 - Shrinking Smart Shape Buttons

    Adobe Community,
    Currently we are starting to creating training modules in Captivate 7, we use a "wrapper" for the output which simply means this. The wrapper is simply designed to listen for specific Adobe standard 'actions' or 'calls', which I'm told is derived from the Adobe Connect compiler library. The Adobe actions/calls have changed since Captivate 6/7 but the Adobe Connect library binaries were not and this has caused a disconnect with the new Captivate actions.
    Our chief problem that has arisen because of this are Smart Shape buttons, we are excited to use them for training modules but once clicked they continue to shrink the button until the user is unable to see them and in large modules the next button disappears before they are completed.
    My questions are this:
    What causes the buttons to shrink in CP7? I see other people referencing this issue but not alot of information outside of "this is a problem in Captivate 7" but no attempt at a solution.
    Has anyone come up with a solution to this? Can it be addressed/repaired in the Captivate output possibly in the javascript?
    I can provide screenshots of how this is happening on both the Master Slides and Normal Slides with Smart Shape Buttons if need be.
    Thanks in advance!
    -Stephen

    Hi Stephen,
    I don't think there is any simple solution to this and the problem needs to be addressed by Adobe. The solution that I've applied (In CP8) seems to be working for when users accidentally click the edge of a smart shape button. What happens at this point is the button shrinks and the user's cursor is no longer under the active area of the smart shape and the action attached to the smart shape does not fire. In some situations I have noticed that the smart shape button has continued to shrink with each click that does not fire the action.
    I have found that this issue is partly resolved in CP8 with the introduction of different button states. If I use smart shapes as buttons in CP8 I make sure that I apply Rollover and Down states for my buttons. Where possible provide a slightly larger stroke width to the down state which increases the size of the button so that when the default shrinkage happens on the down state the additional stroke width compensates for this. This appears to have solved the problem for me with the actions not firing and to some degree the shrinkage issue. If you are still on CP7 then I sorry this does not provide you any real help but I hope that it gives you some other ideas to work on.
    AndyK

  • Adobe Captivate 6 Master Slide Smart Shape Button

    If you create a Smart Shape and use it as a button on a Master Slide is there any way to not have it show on one slide of a presentation or is it all or nothing?
    Thank you

    Objects on master dsliiides have no  ID , no way to control their
    visibility. That is possible with a shape button that is displayed for rest
    of project on first slide. Or, since you talk about some slides, creat a
    duplicate of master slide that has no button?

  • I am trying to create a polygon shape and place an image inside of it.

    I am trying to create a polygon shape and place an image inside of it similar to this: http://media-cache-ak0.pinimg.com/originals/1f/47/51/1f4751aeb7c30099e4caf61393990fca.jpg
    How do I go about doing it? Thanks!

    Hi
    You would need to design the image outside of Muse using any image editor like photoshop , where apply polygon frame on top of the image and area outside shape should match the color of the image of page, then insert the image on Muse page, it would be same effect. Currently we cannot create any shape in Muse , but you can try some customization using custom code.
    Thanks,
    Sanjit

  • On TV the left part of shape button disappear

    Hi to everyone, please a little help...
    This is the problem: I choose a shape for my button in DVDSP, try with the simulator, all is OK, try with the DVD player on my iMac, all is OK, but when I insert the DVD in my player on TV (PAL) when the button is highlited the left part disapper.... just like incomplete.
    I tryed another shape button but is the same thing ... Why?
    Thanks to all

    It could be that it is outside title/action safe areas.
    In menu/settings pulldown (right beneath the right side of the red box here http://dvdstepbystep.com/layofland.php), select to show title safe and action safe.
    Title safe guides (everything will show up within those lines), action safe (area from title safe to action safe usually shows up) and then outside action safe should not be counted on.

  • HTML5 shape button bug worse in CP8

    Is there any new information regarding when the shape buttons won't cause problems in HTML5 projects viewed in Firefox? In CP7 you could at least get around the issue by publishing without scaling turned on. Now I have the display problem regardless of scaling being selected or not in CP8.
    I was hoping to do some simple updating of my courses and then republishing from CP8, but as this bug makes HTML5 completely unusable in Firefox I have to add buttons to every place where a shape button exists.

    Hello again
    Thanks for the links. I think I sorted it.
    Click the slide in question and look at the properties. You have the option "Master Slide Objects on Top" enabled. Something about that is preventing the shape from sensing the rollover.
    Click to clear that option and the mouseover should then work.
    Cheers... Rick

Maybe you are looking for

  • SEGW : Copy Project vs Redefine(OData Service)

    Dear Friends, This is regarding the differences between various modeling approaches in SEGW 1. An Existing Project ( and Technical Service , say, Parent 1.0 ) is live 2. A new Project ( and Technical Service , say, Child 1.0) is to be implemented. Wh

  • Monitor wont play sound

    I have an HP 1740 Monitor with built in speakers I am running Linux Mint 13 (32bit) I had to download adobe flash player and i can hear the Linux noises. Ive cxhecked my speaker in put and output on the computer itself and its all normal. however in

  • Time Management Status 7 without Payroll Integration.

    Dear All, when do we go about Time Management Status - 7 - without Payroll Integration. In this case how the process goes on SAP. what do we do in this status. do we record employees attendances in 2002 IT actually what happens. Regards kvn

  • J2SDK 1.4.2 Install Hangs on XP

    PC: XP Sp1, 500Mhz P3, 256 MB RAM, 1.03 GB free hard drive, Nothing open/running. Launch the cobundle install, it start but hangs at 6% for ever, I check the target and all that is there is: _jvm _uninst netbeans3.5 Netbeans seems to be completely in

  • Installer has been misconfigured error while trying to download photo elements to mac pro labtop.

    what do I do?  Im lost