Do I really need to write code to create menus

I need to create an enhanced CD. You know... a CD, which, when it in a computer appears with menus and options for playing music, videos, goto a site display a PDF etc...

I know steering is doing this, because the last CD improved, I saw was a lillte "d" in the upper left corner and a message that says MADE WITH MACROMEDIA (now Adobe).

So my question is if I buy the Director, will it know any code or Lingo? I know very little HTML, but that's all. Was something like this created through a process of slide / move, or do I have to be a genius... or maybe a super genius?

For any help or suggestion would be greatly appreciated!

Chaz


How to use the product? >>>

This is the real question. I think I'll be better off with a program that specializes in the Enhanced CD. They are hard to find, and I saw that the Director can do. I appreciate your help. Thank you!

Chaz

Tags: Director

Similar Questions

  • customer needs to source code

    Not sure if this is the right forum, but someone might suggest the best location for the answer if it's not?

    Briefly, client asked to buy the source code that is used to run my test platforms so they can change it if necessary. They have very limited experience of Labview but suggested that they will get a third party to write code so I will not provide it. Already know this has been rejected by their managers had cost an attempt last year, but maybe things have changed?

    So I am selling the code for platforms of my and future updates of the risk and test specifications new work or try to find some sort of compromise? In truth Labview code gives a better return on profit the electronics/mechanical side of the testbeds that are pretty intense on the cost, more than 2 tons of equipment and with logistical pain to where they end up.

    I am surprised that such an important issue was not madated by your customer from the beginning.

    As you said, this could simply be a threat.  If management has already turned down the cost of rewriting the code, then most likely, it is foolish to pay someone money and a waste of time to rewrite what they already have, risking that they cannot reproduce.

    On the other hand, you may potential new future contracts, because they know that you are not willing to provide the source code and will turn to someone who will.  One of my clients is not yet deal with you if you don't give it to them.  They have had a bad experience on a set of systems where the seller goes bankrupt and have no way to maintain the systems.

    According to my experience, customers want to know that they are covered in case you be unavaiable, or them is more willing to do business with you.  Each customer receives the source code for me unless it's a product that I have developed.  In this case, they can buy the source for their own internal use at a high price.  It makes them really decide if they need source code or not.

    I suggest something similar in your case.  Give them what they ask for, but at a price just for you.  You will realize that giving them this code may mean they will go elsewhere, it should be taken into account.  If this code is used only by them, and you did not pay them for all of your time in development, then you will need to get all the money that you is due.  Otherwise, price it below cost to make from scratch, but high enough so that you can lose a few things and be covered.

    Most of the time, the customer will get back to you.  It will be cheaper and faster to pay you to do since you are experienced with the software already and do not have to come at the speed.  If they are not experienced and DIY stat, they are only of the costs themselves in the long term.

    I have a client who likes to tinker.  He always ends up paying me twice what it takes for this reason.  Usually, he informs me there is a new version and it does not provide (or provide the worng version).  I do the work, and then he complains about something not being good.  Then he gives me the right version and I pay to redo all the work.

  • How to use Notepad to write codes g

    I am currently studying programming cnc and study book tells you that microsoft Notepad can be used to write codes g offline as a study exercise, can help.

    This is not the right forum to ask questions about programming issues.
    Please refer to MSDN and select the category in which you need help

    http://social.msdn.Microsoft.com/forums/en-us/categories/

    Thank you

    Marilyn

  • I really need to copy menu/actionbar to each file?

    Hello

    I know it's html5, but do I really need to copy my actionbar and my indicator of loading on every page?

    Or is it possible to put this piece of code html somewhere so that it always loads.

    I tried in my first file but it does not work.

    BBUI uses your HTML fragments as a main source to display content to the user. If you push a new screen, everything you post is deleted and replaced by the content of your HTML fragment.

    Using the screen pop/push approach, you cannot specify a static page element when you use BBUI.

    You can, however, define a screen that shows/hides content based on actions. It is a common approach for a screen with tabs in the action bar. Instead of each tab by pushing a new screen, you simply show/hide a specific

    on the existing page to the transition between the content. It's the approach that BBUI uses, which make you rather manually so do not lose your current screen content.

    There is an example of this here:
    https://github.com/BlackBerry/bbUI.js/BLOB/master/samples/BB10/ActionBar.htm

    Notice the tabs with, by default, display: No.

    In the JS file, you can see how they pass between these panels:
    https://github.com/BlackBerry/bbUI.js/BLOB/master/samples/BB10/js/ActionBar.js

    The end result is that your main Interface remains the same, with the changing content only, and you don't lose what you have currently on the page.

  • Hello, I'm testing creative cloud, I really need help to know which module to install to create simple web pages

    Hello, I'm testing creative cloud, I really need help to know which module to install to create simple web pages

    Hi Cyril,.

    It depends on what you want to do. If you have experience with coding, you can download Dreamweaver to create Web sites by using the two code + design of knowledge.

    With Muse, you can design beautiful Web pages and Muse will generate the code for you.

    I hope this helps!

    -Emily

  • W3C id duplicate. Do I really need to start from scratch each time?

    I just ran validation and I got a bunch of warnings on "duplicate id" (id duplicate). You can see my page being built HERE. I would like to repeat the same box on once again, but with different content/info. Do I really need to start from scratch each time?

    Thank you!

    Use find & replace in your source code to change your #ID for a re-usable. class.

    From: #divName

    to: .divName

    From:

    TO:

    Nancy O.

  • Hello. Really need help.

    I'm doing a game right now. When you finished with success the current level, it should unlock the next level.  I've been Googling since this morning and tried to use SharedObject, but it does not solve my problem. I really need help please! Can someone please give me an idea on how I can do this? >. < Thank you.

    It depends on how you load your levels.

    If you attach an event listener to Buttonbs who are in charge of your level, you may

    Add sth. as

    function init (): void {}

    var maxLevels:int = int (showCookie ());

    var totalLevels:int = 4

    say it returns '2 '.

    for (var i: int = 1; i<>

    If (i<>

    getChildByname("level"+i).visible = true;

    }

    else {}

    getChildByname("level"+i).visible = false;

    }

    }

    }

    and in your MouseEvent.CLICK, startLevel you add all the buttons

    you write sth. as

    function startLevel(e:MouseEvent):void {}

    var levelLoader:Loader = new Loader();

    levelLoader.load (new URLRequest ("level" + e.currentTarget.name.substr (5.1) + ".swf");)

    }

  • I can't get to Yosemite... and I REALLY need. Help!

    Hello

    So I have a Mac Pro running 10.8.5 and I really need to update to Yosemite. Because I use a lot of hardware and software Audio Pro, I can never run because of instability the last OS X / incompatibility issues. My version of Pro Tools HD still does not support El Capitan at all, so even if the next operating system is about to be released, I can't yet day to the current version.

    I have Yosemite in my list of "Bought" from the App Store, because if I updated it before, it would have made my system useless. I also have a MacBook Pro that has been bundled with Yosemite, but may not work on a way to be able to install this OS on the desktop computer. I even created an external drive using the recovery mode, then together drive as boot on the office recovery mode drive, entered trying to install anywhere on the desktop, but after that I have put in my Apple ID at the beginning of the install said 'article temporarily unavailable' or something to that effect.

    It took me 15 hours just to make this recovery disk because my internet is so slow here, and I even nowhere more closely for Yosemite on my Mac Pro. So I'm pulling my hair out here... hoping someone has an answer as to how I can get Yosemite on my machine?

    Would appreciate ideas, people have!

    Thank you

    You can try asking at an Apple Retail Store or an Apple authorized repair store.

  • do I really need Apple music

    I have 16 000 + songs in my library music and totally satisfied with it. I download songs on my iPod and iPhone via wi - fi. I rarely listen to radio Apple. Do I really need Apple music? How about iMatch?

    If you do not use these services, you don't need them.

    (144150)

  • When I open a message saved in projects and I need Ctrl + F (find) a Word, I can't. I really need this feature; It was there before, please bring it back!

    CTRL + F function works on messages in other folders, but I really need with messages in the project folder. I have a great message from project composed of grammatical issues and I need to visit often when I do my translation work. I was able to use Ctrl + F until a few days ago, and it has now disappeared. Please bring it back!

    Thank you

    Marija from Croatia

    Try the keyconfig extension.

    http://KB.mozillazine.org/Keyconfig_extension:_Thunderbird

    I think that find > find in this Message can be simply changed from Ctrl + T Ctrl +f.

  • How to recover deleted messages, I really need to have access to thank you legal purposes

    How to recover deleted messages, I really need to have access to thank you legal purposes

    Messages which means mail?

    Restore from an iCloud or iTunes backup...

  • do I really need a sim card to use my iphone

    do I really need a sim card to use my iphone

    You need to activate and use the cell service. After activation, you can remove it and just use the wifi.

  • dv4-1220us: do you really need to uninstall ATI Catallyst to upgrade to win 7 of win Vista on a dv4-1220us not

    Do you really need to uninstall ATI Catallyst to upgrade to win 7 of win Vista on a dv4-1220us not

    Hello

    Normally SO but also sepending on what you are doing. This is a new installation or an upgrade. No need to uninstall both. Why you must ask this question?

    Kind regards.

  • Compaq Presario cq57: disability need administrator password code is 86137400

    Disability need administrator password code is 86137400

    @Asdfjorge

    Enter 39895426

  • I will buy is more reason itunes movies that will not play HD movie mistake.  You really need get your act together.

    I have laptop HD and and tv UHD contented to the PC.  ITunes STINKS about this.  I will not buy any more movies to apple because of this.  They really need to act together.  They suck at it.

    It comes to the forum user, you do not have to support or Apple iTunes. You have a question?

Maybe you are looking for

  • ERROR MESSAGE HP6700 - PROBLEM WITH THE PRINTER OR INK SYSTEM CONTACT HP

    I JUST BOUGHT A HP OFFICEJET 6700 (LESS THAN 1 WEEK), THE PROBLEM OF PRINTER OR INK SYSTEM MESSAGE, TURN PRINTER OFF THEN WE IF THE PROBLEM CONTINUES CONTACT HP. IS DISPLAYED ON THE PRINTER SCREEN. I DID EVERYTHING SUGGESTED, AND MORE MORE, BUT THIS

  • Creating folders for playlists of music from Apple. Possible?

    If someone has identified a way to create folders and organize playlists of music from Apple or is not possible currently. I have my own playlists organized into folders, but all registered Apple 'For You' Playlists appear in a long list. I would lik

  • Satellite U400-10 has: Downgrade from Windows XP Home edition

    I got my laptop U400-10 for XP. Few things left pending: 1. How can I get the LED on the top of the screen (and Satellite/power LED) to decrease intensity again by pressing the LED light on the top of the screen? Worked under vista. Cannot run Window

  • Backup CD

    I have a brand new pavilion dv6t-3000. I created the recovery backup disks (one who takes 5 DVD) and I restored since the use of minimum image restoration with the pilots. I am running windows 7 64-bit family & I upgrade to ultimate. Is it possible I

  • Application.Orientation (cannot unlock...)

    Basically, my application allows the user to switch the orientation and basically the user interface will change based on that. However, there are a few screens that I want to block orientation (settings & help for example). I use bbui.js (0.9.6) and