I use flash to build a floor plan Viewer and editor?

I want to build a program that any floor plans and allows the user to place furniture in the space. The features will be quite simple, similar to a puzzle game. I have a menu on the side drop-down list with different categories such as chairs, sofas, beds, and then the user can place these objects in the scene and rotate and resize. Before making further research in actionscript, I thought that I would ask people with experience to see if it was possible. I could write this program and publish different versions so it could also be used on iphones and androids? I've been looking into Flash mobile development and I feel optimistic. I would love to get comments about people making applications mobile using flash and if there is any advice they could offer for someone begins, thank you.

Yes, flash pro can be used for this.

Tags: Adobe Animate

Similar Questions

  • We use Flash Pro CC creating animations with legends and export to html 5.  We must translate the captions in other languages. How can we download translation of texts in our flash animations so we can use them in html5 using CreateJS?

    We use Flash Pro CC creating animations with legends and export to html 5.  We must translate the captions in other languages. How can we download translation of texts in our flash animations so we can use them in html5 using CreateJS?  I use the Flash on a Mac OSX 10.10.3

    Are you familiar with JavaScript?

    It does not completely answer your question, but the text displayed on the screen from any language (ActionScript/CreateJS / [insert the programming language]) generally all following the same path. Each language has a file stored in some form of key = value style, named through the language and the country of your choice, for example en_US.json

    Any language would allow the user to choose regional settings. The application would then grab the appropriate file and everywhere where the text is needed, the script must be using a (usually global or singleton) variable/service that can get the text of the requested key.

    for example if I wanted a user to have a confirmation of dialogue who said 'are you sure?"with buttons for 'Yes' and 'No', I would have (for me), an Englishman, USA base file en_US.json with these values, for example:

    en_US. JSON example:

    {

    'CONFIRM_YES_NO': ' are you sure?

    'YES': '' Yes. ''

    'NO': 'no '.

    }

    Then you use simply JS/AJAX to read this file. You analyze, or simply JSON decode in an object, or manually, depending on what suits your needs. When you want to display any text, you use the object (variable, maintenance, etc.) you have stored these values.

    for example calling to display function confirm dialogue:

    Nickname... but if you understand...

    and this comes from jQuery UI (see here)

    function confirmDialog() {}

    $(«#dialog-confirmer»).dialog({)

    Title: LocalizationObject ['CONFIRM_YES_NO'],

    buttons:]

    {

    text: LocalizationObject ["YES"],

    Click: function() {/ / do something for 'yes '.

    }

    {

    text: LocalizationObject ["NO"],

    Click: function() {/ / do something to the 'no '.

    }

    ]

    });

    }

    Please consider loosely. 'LocalizationObject' is a variable object or service that returns the appropriate text for the key that you provide. In this case, he provided the key 'CONFIRM_YES_NO', 'YES' and 'NO', which must be on the right answer for this key, localized.

    Again, this is not a manual on how to do it via Flash Pro but it's the general conceptual way you could do it in any language. There are a variety of other ways to do it, but it's a very simple way, as long as you keep your key names at least wake up verbose. A key name such as LocalizationObject ["ABC123"] is not really tell you what the key can be referred. Also nest them contributes greatly, as LocalizationObject ["UI'] ['DIALOGUES'] ['CONFIRM'] ['YES_NO'] = ' are you sure? It just shows I nested the title of the dialog within the user interface, because it is the text that appears in the user interface rather than content. Then inside dialog boxes that may contain a variety of different dialog boxes. Then inside her CONFIRM type of dialogue. Finally, the type is a dialogue YES_NO type (as opposed to OK_CANCEL or JUST_OK, etc.). Whole set makes it easy to understand what the text of reading: UI YES_NO confirm DIALOG boxes.

    I hope that from here you can see that you need to review everywhere you display text on the screen and centralize it in a sort of object (function or variable) of your choice. You must store the external language files to prevent unnecessarily load the other languages as well as an easy to modify Setup.

    The rest is just using basic JavaScript.

    Just be ready for the most difficult challenge. At least for me. The size of the text in several languages is very different, and in some cases requires the loading of special fonts. This can make layout in a very difficult dynamic environment. Always thinking all text how big or small can be in any particular and plan field on this size more and shrink so that to handle this situation correctly.

  • E-learning online. Can I just use flash to build the architecture?

    I have over 100 students and 2000 more than potential in schools that we give English here in Spain.

    I use flash only to build my games and interactive material. Once you have finished an activity I load another movie into _level0 etc...

    I usually load movies and not attach.

    My question is:

    1. I have problems if there are 100 kids connected at the same time - or is this just a problem of bandwidth with the my ISP? IE: 100 children play my movie 1 MB is 100 MB at the same time.

    2. I want to use the high scores etc... I use a database sql to keep records and with out the variabes flash fscommand.

    I'll use dreamveaver to build the apps and registration of new users, etc...

    Is this OK on its own. (Someone mentioned Joomla etc... but I do have that if I programmed it with the above system.)

    Cheers in advance (I hope that this question is OK here in the forum - if not, just tell me and I'll move it)

    You must use both loadvars different instances.  one to send data and another to receive the transmitted data.

  • FDM can be used to load the metadata in planning 9 and 11

    Hi John,.

    Can we use FDM to load the metadata in the planning of the 9 and 11 versions.

    Looking forward for your answer

    Thank you
    Sravan

    Not that I know, you can use it to load data into essbase database planning.
    You can read about FDM loading of metadata in version 11, but it's using the ERP Integrator which is located at the top of the ODI.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • How to create a Flash using AS2 interactive floor plan?

    I try to do an interactive floor plan.  I'm sure I did it wrong, I'm new to Flash.  So far, I have pointed out the rooms I want to do the 'hot spots', turned them into buttons. Then I selected all the buttons and turns it into a clip called "mcbtns".  I then turned into a clip once again, named "mcbtninside"; It is where I have all my buttons that have instance names "btn1" House through "btn11.

    The images which corrospond with floor plan rooms are housed in a clip named 'mcPhotos '.  On the timeline, photos are up to 10 images at a time, and time of Action Script above them line has names "img1" through "img11" frame, which corrospond with photos every 10 images.  Image 1 of the line AS has the code stop();

    Now, let's go back to scene 1...

    Setting of scene 1: 1 on the line of Action Script, I have the following script:

    mcPhotos._visible = false;

    this.mcbtns.onRollOver = function() {}

    mcPhotos._visible = true;

    };

    this.mcbtns.onRollOut = function() {}

    mcPhotos._visible = false;

    };

    Stop();

    In box 1 on the line of Action Script in the "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 through btn11.

    So I don't know that I've gone wrong in many places.  If anyone could lead me in the right direction, I'd be very happy.

    Take all of the interactive code off the movieclip mcbtns and even get rid of that clip if it is used for any other purpose than to collect all the rooms.  Assign the code to make pictures appear / disappear in all rooms... (which is shown below assumes that mcbtns went and the rooms are on the same timeline as the mc of photos)

    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, button your code would have to use a _parent reference to target the mcPhotos... _parent, mcPhotos.visible is etc... in fact, I don't know where things are located so I hope you can understand the correct targeting in this aspect.

  • I need flash builder. What plan should I choose?

    I need flash builder. What plan should I choose? I need iosmetric engine too

    FB is a separate product, not associated with any plan of cloud.

    Mylenium

  • How to allow users to pan on an interactive floor plan

    Hello!

    I have created a tutorial in the Captivate, but one of the sections includes a map showing users where certain things by looking at their building floor plans.

    The PDF image I have is too big to show static image, so I had the idea to let the user select where to what they want to sail & let them zoom in on the image & pan around them showing additional details that will be lost when the zoom for the benefit of showing the floor plan around on the screen.

    So to sum up, I want to do the following-

    Create one 'To' & 'To' input box that will then draw a route (I needed to draw as it would be necessary to avoid the walls etc...)

    Before or after the data entry and displays paths, allow the user to zoom and pan on the floor plan so that they can see clearly where the road is.

    I hope someone can help with this.  I really have no idea where to start!

    A huge thank you in advance.

    to animate, you simply add your oversized at a smaller stage floor plan and then the user can pan the plan on the stage of various input methods.

    the floor plan would probably convert a vector it is too large or break it into several pieces and use goto is to allow the user to navigate from one piece to another.

  • Template Import/Export using webcenter Portal Builder

    Hello world

    I use Jdeveloper version 11.1.1.7 with extension 11.1.1.8 Jdeveloper and Wenter Portal version 1.7

    I created a page template in the portal Builder. I am trying to download this workflow in my Jdeveoper using Webcenter Design spaces. I don't know what are the changes to the properties template.PNG file

    Can someone explain to me what are all properties should be changed or amended/updated in the config.properties for import/export model of custom page of Portal Builder for Jdeveloper

    Thank you

    Ravi

    This link can help u

    Implementation of Oracle JDeveloper for WebCenter Portal Asset Development

    I'm also paste file config.prop mine for your reference.

    ----------------------------------------------------------------------------------------------------

    Properties of #My

    #CUSTOMER - all properties must be provided the eigenvalues

    #Fri Jul 30 00:00:00 PDT 2010

    # User inputs.

    # Enter the base directory where JDeveloper is installed.

    # For example:

    # On Windows, if JDeveloper is installed in the directory

    # C:\MYJDEV, enter the path as: C:\\MYJDEV

    # On Linux, if JDeveloper is installed in the directory/scratch/MYJDEV,.

    # Enter the path as: / scratch/mywork/MYJDEV

    # Note that the JDeveloper directory contains other folders such as jdeveloper.

    # wlserver_10.3, modules, and so on.

    JDeveloper.Install.Home.Directory=C:\\Oracle\\Middleware\\

    # Enter the executable wlst

    # For example:

    # On Windows, wlst.cmd

    # On Linux, wlst.sh

    #wlst.executable = wlst.cmd

    WLST. Executable = wlst.cmd

    # Enter the absolute path of the DesignWebCenterSpaces project.

    # For example:

    # On Windows, enter the path as:

    # extending.spaces.home.dir=C:\\JDeveloper\\mywork\\DesignWebCenterSpaces

    # On Linux, enter the path as:

    # extending.spaces.home.dir=/scratch/mywork/DesignWebCenterSpaces

    Extending.spaces.Home.dir=C:\\Users\\vinayk\\mywork\\DesignWebCenterSpaces

    # Enter the path for the executable ojdeploy

    # For example:

    # On Windows, enter the path as:

    # oracle.jdeveloper.ojdeploy.path=${jdeveloper.install.home.directory}\\jdeveloper\\jdev\\bin\\ojdeploy.exe

    # On Linux, enter the path as:

    # oracle.jdeveloper.ojdeploy.path=${jdeveloper.install.home.directory}/jdeveloper/jdev/bin/ojdeploy

    #oracle.jdeveloper.ojdeploy.path=${jdeveloper.install.home.directory}\\jdeveloper\\jdev\\bin\\ojdeploy.exe

    Oracle.JDeveloper.ojdeploy.Path=${JDeveloper.Install.Home.Directory}/JDeveloper/jdev/bin/ojdeploy

    # Enter the port number on which runs the Console of Administration of WLS.

    # The URL for the Administration Console contains the port number.

    # For example: http://myhost.com:7001 / console

    WLS.port = 7001

    # Enter the host computer on which the application of spaces is running and where

    # the custom shared library must be deployed.

    WLS. Host = WebCenter.Oracle.local

    # Enter the number of host and port on which runs the application of spaces

    # For example, if the application spaces runs to the: http://myhost.com:8888 / webcenter

    # wc.host = myhost.com, wc.port = 8888 and wc.protocol = http

    WC.port = 8888

    WC. Host = WebCenter.Oracle.local

    # Specify if spaces URL protocol is http or https.

    WC. Protocol = http

    # For reasons of security, information name and password for the administrator user

    # are stored in secure files.

    # Get the location of these files secure with your systems administrator

    # or run commands WLST to generate these files as follows:

    ##   1. Navigate to: WC_ORACLE_HOME/common/bin

    ##   2. Enter the command: wlst.sh

    ##   3. The WLST command prompt, connect to the Administration Server

    # for Oracle WebCenter:

    ##        connect('','', ':')

    # Where admin_user is the user name of the administrator, admin_pwd is

    # the administrator password, the host is the WebCenter instance and port is

    # the port of the Administration Server.

    ##  4. Run the following command to create a user configuration file and the key file

    # to a specified location:

    # storeUserConfig('', ')

    # Where userConfigFile is the name and location of the file that stores the information of the user

    # and userKeyFile is the name and location of the file store passwords.

    # For example:

    # storeUserConfig ("C: / myFiles/myuserconfigfile.secure ', 'C:/myFiles/myuserkeyfile.secure'")

    # For example:

    # On Windows, enter the path as:

    # wls.userkey=C:\\JDeveloper\\mywork\\ps1userkeyfile.secure

    # wls.userconfig=C:\\JDeveloper\\mywork\\ps1userconfigfile.secure

    # On Linux, enter the path as:

    # wls.userkey=/scratch/myfiles/ps1userkeyfile.secure

    # wls.userconfig=/scratch/myfiles/ps1userconfigfile.secure

    # Use the wls.userconfig property to set the path of the userConfigFile and

    # the wls.userkey property to set the path for the userKeyFile.

    WLS. Take is C:\\myFiles\\myuserkeyfile. Secure

    WLS. UserConfig is C:\\myFiles\\myuserconfigfile. Secure

    # Enter the target on which the shared library must be deployed.

    WLS. Target = WC_Spaces, adminserver

    # Enter the target on which the webcenter.ear file must be deployed.

    WLS. WebCenter.app.Target = WC_Spaces

    # Enter the name of the application of spaces (webcenter).

    # Get this information from your system administrator or the

    # WLS Administration Console as follows:

    ##    1. Connect to the Console of Administration of WLS.

    ##    2. Access deployments > webcenter > overview

    # Name of the application the poster here.

    WebCenter.app.Name = WebCenter

    # Use the restart.implementation.version.suffix property to override the following default value

    # Version number of implementation implementation of your shared library.

    # You can get the latest version of the implementation of your

    # system administrator or from the Console of Administration of WLS as follows:

    ##    1. Connect to the Console of Administration of WLS.

    ##    2. Access deployments > [your-shared-library-name] > overview

    # The version number displayed here. For example: 11.1.1.2.5

    # The current version of the implementation is the last number, i.e. 5 in this example.

    # The default implementation increments of 1 version whenever you rebuild

    # your shared library (using run the Ant Target > clean-Stadium).

    # You can restart to a higher value if necessary. For example, if the current value is

    11.1.1.2.20 # and you want the next new version to 11.1.1.2.41 rather than

    # 11.1.1.2.21, do it by resetting the property restart.implementation.version.suffix to 40.

    # Note:

    # The first time you run Run of Target Ant > clean-point, the manifestImpl.properties file

    # is created and the manifest.implementation.version property is set to

    # 11.1.1.2.1. This initial version number is derived from the default.implementation.version

    # in build.properties (11.1.1.2) and added to the property restart.implementation.version.suffix below.

    # For example, if the restart.implementation.version.suffix is set to 1, the initial report

    # manifest.implementation.version will be 11.1.1.2.1.

    # In later versions, the restart.implementation.version.suffix and the lastNumber property

    # in manifestImpl.properties are compared, and the largest of the two numbers is incremented by 1.

    # If, for some reason, the manifestImpl.properties file is deleted, the file is re-created the next time

    # run run the Ant Target > floors to clean and resets the version of the implementation by the

    # restart.implementation.version.suffix only (as if for the first time). For example, 11.1.1.2.1,

    # If restart.implementation.version.suffix = 1

    restart.implementation.version.suffix = 2

    restart.implementation.version.suffix.Ear = 2

    -----------------------------------------------------------

    You need to generate the secure file... See here in this link

    http://www.techartifact.com/blogs/2013/04/generate-the-secure-files-in-WebLogic-in-WebCenter-spaces-applicaton.html

  • I am trying to add images such as tables, podium, stage, cake table, to a floor plan for a wedding?  Can offer you some advice?

    I am trying to add images such as tables, podium, stage, cake table, to a floor plan for a wedding?  Can offer you some advice?

    Absolutely, do not start with a PDF file. It is quite unsuitable for this type of installation. Use a graphical tool, preferably one designed for floor plans.

  • Flash block Builder, Flash Professional CS6 save

    Hello

    I use Flash Builder 4.7 and Flash Professional CS6 game development. When I save a file action script in Flash Builder, it sometimes blocks Flash CS6. It happens several times a day and it's really annoying. I'm working on iMac with Mac OS X 10.9.1. I also checked that I have installed all available updates.

    Please tell me how to solve this problem,

    Concerning

    Here are some things that help me:

    • Open the Flash version I want to use to compile the project first
    • Stop automatically build the project and use Ctrl-B instead of this, so you are compiling just when it makes sense for you, rather than each change.
    • Active sharing libraries can cause outages during "update of assets", so avoid them if you can. If you really need them, open the file in Flash before you try to publish from FB.
  • How to insert data into the table by using the expression builder in the assign activity

    How to insert data into the table by using the expression builder in affect business in BPEl, I use SOA Suite 11.1.1.5
    Can someone help me please

    Hello

    I don't think that oraext:query-database() can insert data into the table.

    What are your needs?
    Can not you plan to use the DB adapter with the insert operation?

    Kind regards
    Neeraj Sehgal

  • debugging online: cannot use flash ide

    I have a working site with mysql database online.

    My flash app starts here so I can't debug games locally.

    What debugging tool that I can use - monster 3 - just to see it - is it a good option?

    Also, looks like you can use monster locally - what is the problem with the flash debug tools?

    Hello

    for online debugging I use flashbug - this is a popular plugin for firefox

    PS: you can use flash builder for AS pure - not Flex projects not just things. and if you do any amount of coding then you really should try it - you'll never go back (with the exception of assets of movieclip/button etc.). to be impartial, I want to emphasize that there are other dev apps that are probably better FB like FDT and Flash to develop

  • Interactive floor plan

    Hello

    I am trying to create a simple plan that highlights where the computers are on the ground.

    1. each computer has a name for example ordi1, Comp2 Comp3 etc.

    2. the computer names are in a list on the left side.

    3. on the right hand side is the floor plan simple with images of the computer (or clipart)

    This is what is expected:

    1. that the mouse is mover above the element on the list, the computer associated, it must light upward (or highlighted)

    For example when the mouse is on Comp1 in the list then computer1 image (or clip) on the floor plan should light

    2. when the mouse is over a computer on the floor plan, then the name of the computer in the list should light

    For example when the mouse is on computer2 image (or clip), then Comp2 in the list should light up.

    I tried to get some ideas from http://TV.Adobe.com/ . I was able to make an image of a computer. It does not go far enough to tell me how to accomplish the foregoing.

    With the help of Excel, I have this almost five years back, putting the clipart in specific cells and links them. Now, we want to make it accessible on the web.

    Help, please.

    Thanks in advance.

    Kind regards

    SuperBowl673

    You're not likely to find something that fits your specific design because it is too specific and requiring only the elements of the code base for a solution - online tutorials usually deal with more complex issues.  I've prepared an example for you which is available from the following link...

    http://www.nedwebs.com/Flash/AS3_Highlight_Pairs.fla

  • YouTube and WebMs are weird when trying to play automatically (details inside), but using Flash to load videos on websites like DailyMotion works very well.

    It started a few days ago, possibly coinciding with the update to 41.0.1.

    If I upload a video on Youtube, or load a WebM, the video shows that it is set to 'play', as it is supposed to and it loads as usual, but does not in fact, time just 0:00. If I pause and re-activate it or move the timer, he plays as usual. Also, if I load a Youtube video from a referral link on the page of a video that I've played, this happens. This does not happen on sites like DailyMotion who only use Flash instead of HTML5.

    Is there a solution for this? Even if I had to force Youtube to play with Flash instead of HTML5, it won't fix problems with WebMs.

    My Extension configuration is the following:

    • Custom new tab 2.1.1
    • Extension of the 3.0.12.1.1 Dictionary
    • Download Manager Tweak 1.0.9.1
    • Download Youtube videos to MP4 1.8.3.1
    • DownloadThemAll! 2.0.18.1
    • HTTPS everywhere 5.1.1
    • Mega 3.1.19
    • Multiply ++
    • Tab new substitution 1.0
    • NoScript 2.6.9.38
    • Overview of ratings for Youtube 4.1.2.1
    • uBlock origin 1.2.1
    • Undo close tab replacement 8
    • YouTube mp3 1.0.9.1

    My Plugin configuration is the following:

    • Video codec OpenH264 by Cisco - always activate
    • Contents decryption module Primetime by Adobe - always activate
    • Google update - request activate
    • Java Deployment Toolkit 8.0.600.27 - ask to activate
    • The Platform Java SE 8 U60 - ask to activate
    • Microsoft Office 2010 (authorization of agents) - ask to activate
    • Microsoft Office 2010 (open and edit files) - ask to activate
    • NEXON game controller - ask to activate
    • Raidcall plugin - ask to activate
    • Shockwave Flash 19.0.0.185 - ask to activate
    • SumatraPDF Browser Plugin - ask to activate
    • Windows Activation Technologies - ask to activate

    Thank you

    You disable autoplay in HTML5 Media Player or include the extension of the media files that blocks?

    You can check this pref and other media prefs on the topic: config page:

    • Media.AutoPlay.Enabled

    You can open the topic: config page via the address bar.
    You can accept the warning and click on "I'll be careful" to continue.

  • Browser Konqueror for Linux has a CPU limitation function useful for Web sites using Flash content. You can add such a feature in Firefox?

    I recently discovered that browser Konqueror for Linux can help the user to limit the CPU usage while visiting a Web site using flash technology by changing the settings in the Flash section and by adjusting the slider settings VERY HIGH to HIGH and AVERAGE and so on. It actually works and it doesn't have a direct impact on the overall performance for flash player, but it can lead to conflicts if other such extensions that add blocker or click-to-flash are also enabled.

    Maybe you can add a similar setting in Firefox in the browser or just as a useful addon or extension option section.

    Hi Michael,
    I love the sound of that. I found an add on which has Visual for the CPU usage as well as can be useful

    Topic: memory page also contains a detailed report that breaks down each process that occupies this space. I wonder if it is a supplement that taps by limiting these
    Something like limiter window and tab

Maybe you are looking for

  • ads by the wizard offers

    When I opened my internet so the type of advertising differenet show my screen that able to do my job. and my pc is too slow it's hi5

  • Equium L20-197: Problems with CD/DVD Drive Acoustic Silencer?

    Hey there... Recently, I used the small button of software called "CD/DVD Drive Acoustic Silencer" to calm the CD player while a CD is playing. Before that, a DVD would play well... now... a wil DVD stutter, it is in ANY player. WinDVD5, Windows Medi

  • Intel@WiUSB?

    What's not here? I have a new configuration complete Y580 from amazon... and this driver seems to not work... What can I do? I use 8-64 bit windows... Cannot find a driver. Or is this another? pls help me. translation of the German error: windows can

  • print allignment page all-in-one HP PSC 2400 turns off the printer features

    After changing the ink, trys to printer to run printerr allignment.  It feeds the paper to halfway through, then hangs up with all the flashing lights.  I can use the printer on the computer, but the lights blinking and I can not copy or scan using t

  • Social blackBerry smartphones feed availability

    Please can someone confirm tha social RSS (what was available on the blackberry torch 9800) is not available on blackberry torch 9810? - If so is there something similar available?