I am trying to create interactive floor plans for my website Is it possible to do this in Flash CS4?

Is it possible to create interactive floor plans in flash CS4? Are there any tutorials out there to do this?

I don't see why not. Just create the elements you want to move around as MovieClips or swf's, add event listeners to these items listening for MouseEvent.MOUSE_DOWN, drag and MouseEvent.MOUSE_UP, drop.   writh the drag and drop functions  and you're set.
function drag(e:MouseEvent):void {
     itemx.removeEventListener(MouseEvent.MOUSE_DOWN, drag);
     e.eurrentTarget.startDrag();
function drop(e:MouseEvent):void {
     itemx.removeEventListener(MouseEvent.MOUSE_UP, drop);
      e.eurrentTarget.stopDrag();

Similar Messages

  • Has anyone used any of these programs to create a floor plan for a retail store?

    When they sold me the package they said Ai would work well, I have looked at it but can't seem to find any templates to use..

    I use a CAD program that was designed to work with Ai for years- Hot Door. It is an architectural plugin (I guess you would consider it a plugin). It works great but a little pricey- well worth the price if you do this a lot. Hot Door

  • How do you create an interactive floor plan in flash using AS2?

    I am attempting to make an interactive floor plan.  I am sure that I have done it wrong, I am new to flash.  So far I have outlined the rooms that I want to make "hot spots", turned them into buttons. Then I selected all the buttons and turned it into a movie clip called "mcbtns".  I then turned it into a movie clip again, named it "mcbtninside"; this is where I house all of my buttons which have instance names "btn1" thru "btn11".
    The images that corrospond with the rooms of floor plan are housed in a movie clip named "mcPhotos".  On the timeline the photos are place at 10 frame increments, and the Action Script time line above them has frame names "img1" thru "img11", which corrospond with the photos every 10 frames.  Frame 1 on the AS line has the code stop();
    Now back to Scene 1...
    Scene 1 frame 1 on the Action Script line I have in the following script:
    mcPhotos._visible = false;
    this.mcbtns.onRollOver = function() {
         mcPhotos._visible = true;
    this.mcbtns.onRollOut = function() {
         mcPhotos._visible = false;
    stop();
    In frame 1 on the Action Script line within "mcbtninside" I have the following script:
    var frameNum:Number;
    function photoChange(){
         _root.photos.gotoAndPlay("img" + frameNum);
    btn1.onRollOver = function(){
         frameNum = 1;
         photoChange():
    btn2.onRollOver = function(){
         frameNum = 2;
         photoChange():
    The code continues thru btn11.
    So I am sure that I have gone wrong in many places.  If someone could lead me in the right direction I would greatly appreciate it.

    Take all the interactive code off the mcbtns movieclip, and even get rid of that clip if it serves no other purpose than to collect all the rooms.  Assign the code to make the photos appear / disappear to all of the rooms... (what's shown below assumes mcbtns went away and the rooms are on the same timeline as the photos mc)
    btn1.onRollOver = function(){
         frameNum = 1;
         photoChange():
         mcPhotos._visible = true;
    btn2.onRollOver = function(){
         frameNum = 2;
         photoChange():
         mcPhotos._visible = true;
    btn1.onRollOut = btn2.onRollOut = function(){
         mcPhotos._visible = false;
    If you keep the mcbtns movieclip, then your button code would have to use a _parent reference to target the mcPhotos... _parent,mcPhotos.visible = etc... actually, I'm not sure where things lie in that aspect, so hopefully you can figure out the correct targeting

  • I am trying to create an apple ID for a child but I can't find where to change my shared payment info on my iPad

    I have an iPad Air IOS 8.1.2 and I am trying to create an apple ID for a child but I am unable to find how to change the "shared payment method" when I go into my account settings it does have my Credit card but in settings under iCloud > family > shared payment method it still have my debit card. How/where can I update this card to mt credit card instead of my debit card?

    Hi azbaby2000,
    If you need to change the payment method associated with your Apple ID, use the steps in this article -
    Change or remove your payment information from your iTunes Store account (Apple ID) - Apple Support
    Thanks for using Apple Support Communities.
    Best,
    Brett L 

  • I have been trying to create an apple ID for the past 2 days and cannot succeed : it states an unknown error has occurred and no ID is created. What to do?

    i have been trying to create an apple ID for the past 2 days and cannot succeed : it states an unknown error has occurred and no ID is created. What to do?

    The internet is the internet. if its not working then its something to do with your not allowing cookies from apple's site or they are having issues.

  • Is it necessary to create a Billing Plan for the Service Contracts

    Hi All,
      Is it necessary to create a billing plan for the service contracts.
      My requirement.
      In CRM 7.0, we created a service contract. For the item in that service contract there is a Billing Plan tab.
      In that tab we have the dates for Period, Billing Date etc.
      Now our requirement is to get the Billing Date quarterly. For this we created date rules and date profiles and assigned these date profiles to header and item level transactions.
    And we are able to see the date rules under the drop down of the billing date.
    I copied the standard date rule BILL004 to ZBILL004.
      But when we changed to our date rule it is not changing to quarterly date.
      Can you please let me know  what are the configurations to be done for this.
      Is the billing plan has to be created for this kind of scenario.
    Thanks in advance
    Thanks and Regards,
    Raghu

    Hi
    On OK button's action  you can Destroy the window and navigate to Page1.
    Go through this link for more details and a step by step guide for creation of pop ups  and dialog boxes
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/903fed0d-7be4-2a10-cd96-9136707374e1?quicklink=index&overridelayout=true
    Hope it works
    Regards
    Suresh

  • Step by step on how to create organizational structure(plan) for workflow?

    Hi Experts,
    Can anyone send me a step by step process on how to create organizational structure(plan) for workflow?
    Thanks a lot in advance.
    Rgds,
    TM

    Hi,
    You can use the following accessible transactions to process your organizational plan:
    Transaction     Name of Transaction
    PPO5                     Change Attributes
    PPO6                     Display Attributes
    PPOCE                      Create Organization and Staffing
    PPOCW                      Create Organization and Staffing (WF)
    PPOME                     Change Organization and Staffing
    PPOMW                     Change Organization and Staffing (WF)
    PPOSE                      Display Organization and Staffing
    PPOSW                      Display Organization and Staffing (WF)
    PP01                      Maintain Plan Data (Menu)
    PP01_DISP      Display Plan Data (Menu)
    PP03                       Maintain Plan Data (Actions)
    PP03                       Execute Action Directly
    Regards,
    Deepa Kulkarni

  • How to Create Interactive report lists for the gross sales, credit ....

    How to Create Interactive report lists for the gross sales, credit returns, and gross weight for the               customer for the current year and comparing the same with that of the previous year for the same period.....
    plz tell me steps to accomplish this....plz ...give me the detail description..plz......many many thnx in advance...

    Hi raja,
    Display a checkbox , customer number on the basic list and also set a GUI STATUS  on the basic list.....
    Select the customer by checking the checkbox and click on the button you create in the GUI status....
    Write the desired code to be displayed in
    AT USER-COMMAND even checking the sy-ucomm....
    so this would make you to into interactive list...
    Hope this would help you.
    Regards
    Narin Nandivada

  • How do I create an 'upload facility" for my website using Muse.

    How do I create an 'upload facility" for my website using Muse.  We are a print company and is how we receive most of our work.
    Iain

    Hey Iggy,
    These might help:
    Muse
    http://tv.adobe.com/watch/introducing-business-catalyst/getting-started-with-business-cata lyst-and-muse-what-is-business-catalyst
    http://tv.adobe.com/watch/introducing-business-catalyst/getting-started-with-business-cata lyst-and-muse-creating-and-publishing-sites
    -Dave

  • How to create a transaparent  logo for my website...?

    Hi i want to create a transaparent  logo for my website... vizindia.com..i have basic knowledge on photoshop..please help me to create a best logo for my website

    Get online and search logo creation on you tube. I have found some great tutorials on there for all adobe products. Very easy to follow and learn from. Hope this helps.

  • In trying to use Filelink, it asks for a software security device password - what is this? None of the passwords I can think it might be referring to work!

    In trying to use Filelink, it asks for a software security device password - what is this? None of the passwords I can think it might be referring to work!

    What is the exact error message?

  • Interactive floor plans with Flex / Flash builder

    Hi,
    I'm totally new to Flex and Flash builder and pretty strong in Java back end technologies.
    We're having a requirement of visually present the data center floor plan with the server racks in it. Following features has to be supported.
    1) Zoom in and out of the data center rack areas
    2) Clickable racks, which shows the details of the servers which it's carry (This has to be retrieved from the database)
    3) Click and reserve space in the data center floor (to install new racks)
    How am I going to achive this ?
    Any suggestions / tutorials highly appreciated.
    Thanks in advance,
    Dushan

    My first suggestion is to do a mockup using Flash Catalyst.  Its pretty intuitive.  Nail down the details.  Look at some of the code that it generates, and then go from there.

  • Dump when trying to create FI-SL planning layout

    I get a dump when trying to create an FI-SL plannign layout. See details below.
    Runtime Errors         MESSAGE_TYPE_X
    Date and Time          27.07.2010 13:02:45
    Short text
         The current application triggered a termination with a short dump.
    What happened?
         The current application program detected a situation which really
         should not occur. Therefore, a termination with a short dump was
         triggered on purpose by the key word MESSAGE (type X).
    Error analysis
         Short text of error message:
         Combination ledger-version not allowed
         Long text of error message:
         Technical information about the message:
         Message class....... "GLPL"
         Number.............. 710
         Variable 1.......... " "
         Variable 2.......... " "
         Variable 3.......... " "
         Variable 4.......... " "
    Trigger Location of Runtime Error
         Program                                 SAPLKPP_FISL
         Include                                 LKPP_FISLU08
         Row                                     69
    Module type                             (FUNCTION)
    Module Name                             G_PP_DIMENSIONS_FILL
    ce Code Extract
      SourceCde
    9 ************************************************************************
    0 * T8PL01 : fill dimensions
    1 ************************************************************************
    2 *
    3   REFRESH: itkpp0d.
    4   CLEAR  : itkpp0d.
    5 *
    6   SELECT * FROM t8pl01
    7            WHERE
    8            appl     = appl     AND
    9            subclass = subclass AND
    0            tabname  = tabname.
    1     MOVE-CORRESPONDING t8pl01 TO itkpp0d.
    2     MOVE t8pl01-hierlevel TO itkpp0d-level.
    3     IF NOT t8pl01-fieldname = 'RACCT'.
    4       t8pl01-dinit = 'X'.
    5     ENDIF.
    6     APPEND itkpp0d.
    7   ENDSELECT.
    8   EXPORT itkpp0d TO MEMORY ID 'ITKPP0D'.
    9 *
    0 * Check if WER
    T-dimension is available in the present set of
    1 * dimenions.
    2 *
    3   READ TABLE itkpp0d WITH KEY dim_werte.           "Kein Binary Search
    And so on and so fourth. Please what could the problem be?

    Hi,
    You type wrong tcode name. The correct name is: GLPLINSTALL
    Detail in Sapnote 757269.
    Regards,
    Thanh.
    Edited by: Thanh Tu Van on Nov 8, 2010 5:27 AM

  • How to create a deployment plan for an existing application?

    Using WebLogic 10MP1.
    I have an existing EAR deployment, and I want to create a deployment plan so I can make changes to it without changing the EAR file itself. My goal is to change the value of the "precompile" flag in all the web modules.
    I've read the documentation on creating deployment plans, and it doesn't seem like it's doing anything. That is, I was able to run "weblogic.PlanGenerator" from the command line, but that's about my only success.
    The doc says that if you make a change to the app config and save it, that will prompt for a place to save the deployment plan. This seems odd, as I'm pretty sure I've never seen a prompt like that before. It didn't happen for me. As a test, I tried changing the "Deployment Order" field. I activated it, and then I changed it back and activated that. No deployment plan prompt.
    I then read that if there is a "plan" subdirectory off the application root containing the deployment plan, WebLogic will use that at deployment. So, I created a "plan" subdir in my EAR tree, put the generated (from "weblogic.PlanGenerator") plan there, and restarted. I didn't notice any log message about the plan, and when I logged into the console to check the "Deployment Plan" tab on the deployment ("Tuning Parameters" subtab), it says "No variables present".
    I must be missing some simple detail.

    In case anyone else ever has this problem, I've been able to resolve this.
    I used "weblogic.planGenerator" on the command line to get a deployment plan to start with. The obstacle I had was actually finding the "Update" button. For some reason I had thought this button the docs refer to was on the "Deployment Plan" tab in the configuration of the deployment. It's actually on the list of the deployments, and is active when the deployment you want to configure is checked.
    Once I got there, I was able to enter the path to my deployment plan, which I edited to produce the result I wanted (turning on "precompile" on most of the modules). Once I stored all that and restarted my server, I was able to verify that the server was precompiling on deployment (although it's hard to tell if I don't have any JSP compile errors. :) ).

  • Can anyone help me, I am trying to create courses using Captivate for Udemy, but even after saving the courses as pdf files, Udemy will not reconize them. NOw I am back to square one because according to Udemy techs, they do not support Captivate files.

    Trying to create my courses using Adobe Captivate, but even after saving the files as a pdf it will not upload in Udemy. What can I do?

    Yep, you lose all interactivity when publishing to video.
    Udemy, Lynda.com, Total Training and other similar models are based on simple "watch the video to learn" type of consumption. The only real interactivity you get is an ability to pause, rewind, fast forward. Basically anything you can do with a video.
    Cheers... Rick

Maybe you are looking for

  • Error while Registering the Database with Catalog..

    I m creating recovery catalog in same database, and getting the errors. 1. I have created TOOLS tablespace 2.CREATE USER RMAN2 SQL> CREATE USER rman IDENTIFIED BY cat 2 TEMPORARY TABLESPACE temp 3 DEFAULT TABLESPACE tools 4 QUOTA UNLIMITED ON tools;

  • Logic Pro - 19GB of 'optional' content available via in-app purchase.

    This seems weird.  IN the App Store see the System Requirments sections and it says..."19GB of 'optional' content available via in-app purchase."  Logic Pro to buy normally, was gigabites of stuff....thisd App Store purcxhase is only 413Mb. Can anybo

  • Screen randomly turned white!

    I was playing Pac the Man X on my Powerbook earlier today as I frequently do when something rather bizarre happened. Pac Man suddenly froze, and my screen began to turn white. It stayed normal for a second after Pac Man froze, but the went to the whi

  • I get error message in downloading IOS 7.03

    When I download IOS 7.03 on my Pad 2, it always crashes with an error "download failed."   Has anyone faced similar issue?  What is the solution?  Thanks for help.

  • Connect BSO cube through EPMA

    Hi All, I have a requirement to deploy a BSO cube from EPMA. I already have this particular cube in EAS and now I need to connect it through EPMA so that we can update members among multiple apps at a time and deploy them instead of manually updating