Is flash used to design this type of application?

I am looking to purchase the Studio 8 bundled package but I
am not sure if it will be capable in designing my site /
application. We are looking to add a drag-and-drop application
directly to the front end of our web site. Similar to the links
below:
www.dragdropsitecreator.com
and www.handzon.com/fulldemo.htm
It looks like CSS is incorporated with the sites but can any
of the programs in the Studio 8 package do CSS. I am a novice so
any help is appreciated. In the end, we are looking to develop a
flash / html based web site and have the drag and drop application
incorporated as an added feature.
Thanks,
B

What do you mean exactly by "Start.Drag & Stop.Drag "?
I definitely knew that Flash is what we needed but the
developer/designer that I was in contact with back in early 2005
has since been gobbled up by the busy-ness of web 2.0. I would like
to work with him but I need the site/application done soon. I've
been sitting on it too long.
We're going to be doing some interior design work and I
wanted the ability to move items around a room. We want to give our
customers the feeling of being involved with the process. I want
the items to have extreme detail. Almost real looking. From what
you're saying, the Studio 8 package will give us all we need for
designing this type of site. I have the idea talent but will
probably be referencing the Help/Tutorial section a bit.

Similar Messages

  • What technique is used to achieve this type of graphic?

    This looks to be some type of mesh and warping, but the lighting might indicate a specialized landscape program. Anyone know how this art was produced?
    TIA,
    Ken

    You can almost do this with the 3D Effect>Bevel and Extrude and mapping a symbol of the dots them making a clipping msk
    Oh wait I then used an Envelope Distort make with mesh and then you can manipulate the clipped mapped effect.
    You might even do this with a blend
    this is blending with gradients and clipping mask
    This is a long way from what you want but you can see it might be had as you think it might in Illustrator.

  • Technique used to design this logo

    This is a very effective style logo that I was wondering how to create. One method would be to add stroke to an object, outline the stroke, then adjust the width of the path by reducing it until it "disappears." Another would be to use the Pathfinder tool and subtract from shape.
    Anyone know of a better method?
    http://www.shutterstock.com/pic-172299674/stock-vector-honey-jar-pot-glass-design-backgrou nd.html?src=OKot6zu1feKotZAk_SebLg-7-44

    Just the honeypot for now. By using the knife tool you can separate the outlined stroke, and gradually reduce the width of the line shape and then delete a chunk between the two "lines." But then I need to create negative space around the (yellow) fill in the center. I thought you could do an offset path in negative pixels, but you can't.

  • Should Java be used for this type of application

    I am building a knowledgebase that is going to be searchable in web browser. Lucene is good search engine and it's in Java so would use JSP pages. However everyone has Win 2000 machines and it's going to be annoyin to install that on everyone's machine. Is there a way to put it on a shared drive and make it work ? I'm confused.

    Java should be used for everything... :)
    You could write an application for a central server, and then make a web interface for it that your users could use. You could write a process that would index your data into a database table, which would be easier to search, and then have your web frontend search the database based on whatever requirements the user specifies.
    I'm not really familiar with lucene, but I'm sure you could run it on a server, and make a web interface with java to interact with it.

  • How do i view this type of application?

    I copied this example code from a book, but i dont know how to view it as a running program:
    public class PondVolume {
         public static void main(String[] args) {
              if (args.length != 3) {
              System.out.println("Usage: java Pondvolume Length Width Depth");
              System.exit(0);
         float length = Float.valueOf(args[0]).floatValue();
         float width = Float.valueOf(args[1]).floatValue();
         float depth = Float.valueOf(args[2]).floatValue();
         float volume = length * width * depth * 7.5f;
         System.out.println("Pond length = " + length + " feet");
         System.out.println("Pond width = " + width + " feet");
         System.out.println("Pond depth = " + depth + " feet");
         System.out.println("Pond volume = " + volume + " gallons");
    is there anything wrong with this code, and how should i run it?
    Thanks

    At the command prompt you type "javac PondVolume.java" to compile and then to run type "java PondVolume x y z" where x is the length of your pond, y is the width, and z is the depth. The program will print the results to the screen.
    -S-

  • How to load and use JVM form other types of applications ?

    Hello
    I have a site that runs with ASP and I would like to execute some java applications to output some of the pages.
    I there a way to execute java programs in the JVM without having to create a new process running java.exe ?
    Like using and ActiveX component or a special .dll from Sun. How does a web browser run applets ?
    I can not use .jsp directly for my pages because my client also uses some custom language (MediaBase)
    they bought that works only with ASP.
    Thank you,
    Timothy Madden,
    Romania

    Yes, or something like IPC with a service process, as Michael said.
    First I wanted to know if JNI has an option the create a shared VM, since my client's web server has some other processes running that also run the JVM. Now it looks like JNI will load the JVM in-process, although the documentation says little about this, but the InitArgs structure has no 'is_shared' member.
    But all these are complicated for some web page, difficult to invoke from a scripting language, and there is too much effort just to use some library that happens to be written in Java, which I use to export search results into an Excel workbook (the library is Apache POI). I mean I would do it, but my client will not understand the need for this effort. Than I also want some data transferred between my web script and the java application.
    So I am going to stick to java.exe and create a new process on every hit, with the standard input, output and error files redirected to some vars in my script. At least until I find out more.
    Thank you,
    Timothy Madden,
    Romania

  • How to deal with  this type of flash warring

    I develop a ocx for playing flash on web .Then I also place a
    swf that has encrypted on web,before it can be played it must
    retrive the need information form ocx for decoding.But when I play
    the swf on web,it will warring that Adobe Flash Player has disable
    this type of unsafe operation.So I can't play the swf normaly , I
    wonder if I should apply a digital signature from Adobe for my ocx
    if I intend to use my ocx on web.

    A digital signature will not solve your problem. A networked
    SWF -cannot- access a local file system SWF. So the security
    sandbox error you're getting is legitimate.
    Please read the Flash Player security articles on the Adobe
    Developer Connection:
    http://www.adobe.com/devnet/flashplayer/

  • How to deal with  this type of flash warning

    I develop a ocx for playing flash on web .Then I also place a
    swf that has encrypted on web,before it can be played it must
    retrive the need information form ocx for decoding.But when I play
    the swf on web,it will warning that Adobe Flash Player has disable
    this type of unsafe operation.So I can't play the swf normaly , I
    wonder if I should apply a digital signature from Adobe for my ocx
    if I intend to use my ocx on web.

    A digital signature will not solve your problem. A networked
    SWF -cannot- access a local file system SWF. So the security
    sandbox error you're getting is legitimate.
    Please read the Flash Player security articles on the Adobe
    Developer Connection:
    http://www.adobe.com/devnet/flashplayer/

  • What all is needed for this type of Flash Design Studio

    What all is needed for this type of Flash Design Studio.
    There are a couple of sites out there that use both flash and
    shockwave. I am looking ot get somethign like this started and need
    some help getting pointed in the right direction. here are some
    examples:
    http://www.uberprints.com/studio/
    http://www.customavenue.com/online-design-studio/online-design-studio.html
    https://www.youdesignit.com/youdesignit.cfm
    http://www.pixeltees.com/make

    Rclarkhaddock,
    > What all is needed for this type of Flash Design Studio.
    There
    > are a couple of sites out there that use both flash and
    shockwave.
    Of the examples you showed, I saw Flash (Adobe Flash),
    Shockwave (Adobe
    Director), and JavaScript, but never a combination on the
    same site. (It
    might make sense to combine Flash with JavaScript or
    Shockwave with
    JavaScript, but not really to combine Flash with Shockwave.)
    > I am looking ot get somethign like this started and need
    some help
    > getting pointed in the right direction.
    Any of the above technologies will do it. You could also use
    a Java
    applet or even a .NET solution of some kind, so the choice
    you take will
    depend largely on what platform you want to support and code
    for. This sort
    of project will require significant amounts of custom
    programming. My
    personal approach would be to use Flash, mainly because of
    the popularity of
    the plugin. The Shockwave example looks beautiful, and I
    started out years
    ago using Director, but fewer people nowadays have the
    Shockwave plugin
    installed. It doesn't look like any of the sites shown use 3D
    modeling,
    which is the only relevant feature that Shockwave has over
    the other
    approaches. JavaScript (probably some Ajax approach) would
    work -- as
    seen -- but then you're dealing with compatibility issues
    among various
    JavaScript implementations in the great variety of browsers
    out there.
    Flash minimizes that, in my opinion.
    All you really "need" to produce what you've seen is Flash
    and some sort
    of database back end (MySQL, say), which means you'll need a
    bit of
    middleware (PHP, ASP, Cold Fusion, etc.) to act as your
    ambassador between
    Flash and the database.
    David Stiller
    Adobe Community Expert
    Dev blog,
    http://www.quip.net/blog/
    "Luck is the residue of good design."

  • Creating a external content type for Read and Update data from two tables in sqlserver using sharepoint designer

    Hi
    how to create a external content type for  Read and Update data from two tables in  sqlserver using sharepoint designer 2010
    i created a bcs service using centraladministration site
    i have two tables in sqlserver
    1)Employee
    -empno
    -firstname
    -lastname
    2)EmpDepartment
    -empno
    -deptno
    -location
    i want to just create a list to display employee details from two tables
    empid firstname deptno location
    and same time update  in two tables
    adil

    When I try to create an external content type based on a view (AdventureWorks2012.vSalesPerson) - I can display the data in an external list.  When I attempt to edit it, I get an error:
    External List fails when attached to a SQL view        
    Sorry, something went wrong
    Failed to update a list item for this external list based on the Entity (External Content Type) 'SalesForce' in EntityNamespace 'http://xxxxxxxx'. Details: The query against the database caused an error.
    I can edit the view in SQL Manager, so it seems strange that it fails.
    Any advice would be greatly GREATLY appreciated. 
    Thanks,
    Randy

  • I have an ebook that needs a flash player to play? Is there anyway that that next update will be a le to read this type of format

    I have an ebook that needs a flash player to play? Is there anyway that that next update will be a le to read this type of format

    Johnathan Burger wrote:
    No.
    Flash is never coming to ios.
    Adobe has discontinued mobile flash for all devices.
    Take a look at bluefire reader.
    Wow, are you serious?
    That really ***, I have been playing with mine and can't believe I can't use 3/4 of the sites I like on it.
    My Android tab runs Flash just fine, and has done so for 2 years. Are you suggesting one day Adobe is going to break in my house and uninstall it?
    I don't understand this at all, it seems at every turn I try to use this thing like my android tab and I simply can't, all I've found so far to actually be able to do is use iTunes for everything... pretty lame and something I'm not going to do when I can get this content free on all my other devices.
    This is truly a shame. I was really hoping I was just doing something wrong. Glad I only spent $50 on it at a garage sale.

  • How do I make Step Types in the Type palette be "master" versions which all sequence files on a particular should use? (since this only seems to "half work")

    The situation I would like is to have a library of step types which sequence developers can use. Therefore if new step types need to be added, or existing ones modified - all that needs to be done is to roll out a new MyTypes.ini (for example), and the code modules/substeps.
    Scenarios:
    If I create types in MyTypes.ini (make sure "Attach to this file" is checked, so they get saved here). I can then create a sequence file using these step types. No problem so far.
    I can open the type palette, modify the step properties, and save. When I go back to my sequence file an asterisk appears (saying it needs to be saved, even if I have opened it from scratch). The properties have been updated to reflect what is in the Type Palette. Still no problem (Type versions are the same in the sequence file and type palette).
    This is where the problem appears:
    If I change a step type (in the Type Palette) from using a code module to using a Post-Step substep instead (changing the module adaptor to "None") - any instances do NOT update when you open sequence files. (The same happens vice versa also).
    Please note that the "Type version" listed in the sequence file DOES match that listed in the Type Palette - the properties are the same but the manner in which the code modules are called is DIFFERENT! This then can lead to to runtime errors if the old code module has been deleted for example.
    The only way around this is to open EVERY sequence file that contains an instance of the step type, and make sure that you have "Apply changes to all loaded instances of this type" checked in the step type properties dialog. This is is not a good solution since files could be missed, and is very time consuming if you have hundreds of sequence files!
    What I need is that the Type Palette on any particular station contains the MASTER copies of each type. These are loaded whenever a sequence file is loaded and NOT retreived from the sequence file. As discussed above this seems to work when you modify properties - but doesnt work fine if you change the way in which code modules are called.
    Am I doing something wrong or is this a limitation?

    I had a system recently containing seven sequence files, approx 20 subsequences in each, and around 10-20 steps in each sub-sequence. Every step (except for the NI non-code module types) was an instance of a step type.
    Each one of these steps had an Edit sub-step and a code module called through the code module adapter.
    In order to make these into "wrapped up" step types it was decided to move the code module to a Post-Step substep (as also done in the NI-IVI step types) - so that developers cannot fiddle with the code prototype or module.
    In order to do this I had to open all 7 of the sequence files, make the changes and then ensure that "Apply changes in this dialog to a loaded instances" was checked. This seems to sort of work, but some steps started causing Error 17502 (System Error) when you configure them (call the Edit substep). Over the course of the past few months I have had to effectively check every instance of a type to see if it works (deleting the step and replacing it when it doesnt). Other strange things happened like some of the step type instances now have the "None" (adapter) icon associated with them - but both still work.
    The idea of creating a type-def of a step type is a good one, but frustrating that it doesnt seem to fully work. Why should the sequence file also store a version of the step-type - which is what is effectively causing this problem - why not make it so that if you dont have the step types installed in the type palette - TOUGH! Message Edited by RichM on 03-15-2005 06:55 AM

  • I am trying to use a interactive form and it says "If this message is not eventually replaced by the proper contents of the document, your PDF  viewer may not be able to display this type of document."  This is a IRS form and has worked before.

    I am trying to use a interactive form and it says "see below"  This is a IRS form and has worked before.
    is there a tech support phone number?
    Please wait...
    If this message is not eventually replaced by the proper contents of the document, your PDF
    viewer may not be able to display this type of document.
    You can upgrade to the latest version of Adobe Reader for Windows®, Mac, or Linux® by
    visiting http://www.adobe.com/go/reader_download.
    For more assistance with Adobe Reader visit http://www.adobe.com/go/acrreader.
    Windows is either a registered trademark or a trademark of Microsoft Corporation in the United States and/or other countries. Mac is a trademark
    of Apple Inc., registered in the United States and other countries. Linux is the registered trademark of Linus Torvalds in the U.S. and other countries

    That means you are looking at the form online with a browser that uses its own (incompatible) PDF viewer, not the Adobe Reader plugin.
    Either
    download the form to your local disk and fill it from there
    use a browser that employs the Adobe Reader plugin
    configure your browser to use the Adobe Reader plugin: http://helpx.adobe.com/acrobat/kb/pdf-browser-plugin-configuration.html

  • Had a recent crash on my macbook, was previously using OS 10.6 I think. Restored from recent Time Machine backup and updated to OS 10.8.2 and now I cannot open Logic Pro 9. I get a 'No entry' Icon and a not supported on this type of Mac message. I cannot

    Had a recent crash on my macbook, was previously using OS 10.6 I think. Restored from recent Time Machine backup and updated to OS 10.8.2 and now I cannot open Logic Pro 9. I get a 'No entry' Icon and a not supported on this type of Mac message. I cannot update either as anything up to 9.1.1 tells me I don't need it yet 9.1.2 tells me I need an eligable Logic Pro Version was not found in applications.
    All of my files are stored in a separate hard drive with only the actual app having been on my Macbook. Should I just reinstall?

    Hi
    To run Mouitain Lion you need to update Logic.
    For the updaters to work the Logic application must be:
    a) Within the Applications folder, and not in any sub-folder
    b) Named "Logic Pro" with no extra numbers or spaces
    CCT

  • For the first time, I'm trying to use adobe premiere elements10 that came with my pc Windows 8. I created a single project, saved it but cannot open it. My pc shows the file I created but I get an error message that says this type file is not supported or

    For the first time, I'm trying to use adobe premiere elements 10 that came with my pc Windows 8. I created a single project, saved it but cannot open it. My pc shows the file I created but I get an error message that says this type file is not supported or the codex is not installed. As a test, I created another very small project and get the same error message, when I try to open it. Pls give me a simple answer, a refund or a phone

    mike frischenmeyer
    What computer operating system is your Premiere Elements 10 running on? And, what video card/graphics card does that computer use?
    Is this the first time you are using Premiere Elements 10 or have you worked with it before successfully? There is no easy solution until we
    know the details and troubleshoot to determined what caused the problem.
    1. Can you open a new project?
    2. After you saved/closed the problem project, did you move, delete, or rename any of the files/folder that were related to the source media
    for that project?
    3. Please review the Adobe document on troubleshooting damaged projects.
    Troubleshoot damaged projects | Adobe Premiere Elements
    4. What are the steps that you are using to reopen this saved closed project.
    a. File Menu/Open Project/Name of Project
    b. Other
    Please review and consider and then we can decide what next based on your further details and results..
    Thank you.
    ATR

Maybe you are looking for