More information on the external sound files

< < heavy sigh > >

I use Flash 8 Pro and created a slide presentation. The top slide has common elements, including the audio control buttons. Each slide contained has an external audio file associated with it, that the viewer can play by clicking on the "play" button The slide and the file have the same name for the 'game' ActionScript can determine the currentSlide._name, add ".mp3" at the end of this one and read it. Other buttons on this slide work in the browser - those who move the Viewer slide to the slide and back. When I take a glance on the variables, they are marked like this: "_level0. Characters.Flotsam_Jetsam ".

Unfortunately, it works perfectly in the preview of the Flash, but it does not work in Dreamweaver preview (local), or when published on the web. Here is the code that I use for the play button - as you can see, I took the advice of the previous thread and that it 'this' added in brackets after "his new ''--

on (release) {}
create a new Sound object
var my_sound:Sound = new Sound (this);
var my_slide = currentSlide._name;
If the sound load, play; Otherwise, trace loading failure
my_sound. OnLoad = {function (success:Boolean)}
{if (Success)}
my_sound. Start();
trace ("Sound loaded");
} else {}
trace ("Sound failed");
}
};
my_sound.loadSound (my_slide + ".mp3", false);
}

Maybe I need a little changed "this"? Audio files are a bit big, but it seems as if they should at least play the preview of Dreamweaver...

I have Flash Player 9 installed, so that might have something to do with it. All information will be received with joy.

Thanks, k

OK, I should have tried this an hour ago.

I published code HTML of Flash this time, to see if the problem could be with the Dreamweaver page in which my flash animation has been incorporated, and... It worked. So, nevermind.

I had adjusted my web page for the flash animation appears where I wanted it to appear (and only appear once, thanks a lot - a lot of reading on "twice - baked" so I had to play with him).

I just comb my web page now and see how to operate AND appear in this spot and only once.

k

Tags: Adobe Animate

Similar Questions

  • We get an error "could not create a new partition or find existing. "For more information, see the Setup log file" error message "while trying to install Windows 8

    * Original title: 8 victory moved - Error Message: failed to create new partition...

    I have Win XP on my Dell Dimension 5150, which is the dual boot with Linux Mint 12 Lisa and this is my favorite of the bunch.

    I bought the DVD of 8 Pro Windows by an Australian retailer.

    Win XP is on a 39 GB partition with other application files. I had to delete several files to get the free space necessary to WIN 8 and finally finished by formatting the partition and passes for a COMPLETE new installation.

    Unfortunately, I now get the "failed to create new partition or find existing. For more information, see the Setup log file"error message. I can't find a Setup log file that I do a boot from the DVD.

    I tried to delete all external drives and other USB devices, including my Modem but my Wired USB keyboard/mouse.

    Two internal HARD drives are as follows:
    Disk 0 Partition 1-110 GB - system (LINUX)
    Disk 0 Partition 2 - 3.5 GB - logical

    Disk 1 Partition 1 - 47 MB - OEM (reserved) [DellUtility]
    Disc 1 2:Win - 39.1 GB - System Partition
    1 3 disk partition: DATA - 39,1 GB - logical
    Disk partition 1 4:OfficeProgs - 19.5 GB - logical
    Partition on drive 1 logical - 39.1 GB - 5:PROJECTS
    etc to score 8 with 9 MB of unallocated space.

    I have tried both 64 and 32 discs with the same result.

    As I have now is no longer no matter what Windows on my computer, what's the next step? If any ;-)

    Hello

    I solved the problem. It seems that you can not install on a secondary partition with in an earlier version of windows. You must restart the computer and run the installation from a dvd or other media.  Once you get the installation running you should be able to install on another partition without any problems.

    Nice day

  • Information about the backup of files

    I replace my old system of vista with windows 7 Professional, I'm backing up my files if I can replace vista Ultimate edition, but I don't know which option to use to back up my computer. I like to keep everything I've got, just change the operating system. I don't have an external hard drive, so I'll support my computer on the disks.

    Hi wooldave,

    You can save your files on DVD or CD. Make sure that the disks are writable, which means that you can add, remove, or modify the content. If you decide to use this method and have a lot of files to backup, be sure to have enough disks to complete the job. The back up files Wizard you indicates how much space you need whenever you perform a backup and recommends the type of media to use. If you label the disks with the date and time of the backup, they will be easier to find later. For maximum protection, keep the discs in a fireproof place separate from your computer.

    Always keep removable storage or media used for backups (such as external hard drives, DVDs or CDs) in a safe place in order to prevent unauthorized access to your files.

    1. Open the backup center and restore by clicking the Start button, clicking Control Panel, clicking system and Maintenance, and then click backup and Restore Center.
    2. Click back up files, and follow the steps in the wizard. If you are prompted for an administrator password or a confirmation, type the password or provide confirmation.

    Visit the links below for more information about the backup and restore.

    Backup and restore: frequently asked questions

    http://Windows.Microsoft.com/en-us/Windows-Vista/back-up-and-restore-frequently-asked-questions

    Back up your files

    http://Windows.Microsoft.com/en-us/Windows-Vista/back-up-your-files

    Methods of backup of your files.

    http://Windows.Microsoft.com/en-us/Windows-Vista/methods-for-backing-up-your-files

    Please post back and let us know if it helped to solve your problem.

    Kind regards

    KarthiK TP

  • created variable on click in edgeActions.js but want to reference in the external js file


    Hi, I created a variable on click in edgeActions.js but want to reference in the external js file. This is where I am so far:

    In my edgeActions.js I have variable st on compositionReady and then use it when I click the icon: questionMarkR1. It works fine... the problem is that I don't know how to reference the variable in my external js file. This first code works of the edgeActions.js:

    Symbol.bindElementAction (compId, NomSymbole, 'document', 'compositionReady', function (sym, e) {})


    sym.setVariable ("questionAsked", false); sets the initial value

    });

    Symbol.bindElementAction (compId, NomSymbole, "${_questionMarkR1} ', 'click', function (sym, e) {})

    var questionAsked = sym.getVariable ("questionAsked");

    Alert (questionAsked);

    If (questionAsked) / / if it is true
    {
    SYM. $("checkButton2") .removeClass ("hidden");
    SYM. $("popUp") .removeClass ("hidden");


    }
    of other fake //if
    {

    SYM. $("pic2a") .removeClass ("hidden");
    SYM. $("pic2b") .removeClass ("hidden");
    SYM. $("pic2c") .removeClass ("hidden");
    SYM. $("pic2d") .removeClass ("hidden");

    SYM. $("closeBox") .removeClass ("hidden");
    }

    });

    This next part does not work because I don't know how to properly reference the variable. That's what I've tried and it doesn't work:

    var questionAsked = sym.getComposition () .getStage () .getVariable ("questionAsked");


    Alert (questionAsked);

    Hello

    Animate edge exposes an API for external scripts, you will need to use in your case:

    For more information about the API to animate edge, see API JavaScript Adobe Edge animate CC

    Use the code below in your external js file:

    var comp = AdobeEdge.getComposition ("EDGE-606063631"); replace 'EDGE-606063631' by your model id, you can find in the .html file

    var point = comp.getStage ();

    var questionAsked = stage.getVariable ("questionAsked");

    Alert (questionAsked);

    HTH,

    Vivekuma

  • Trying to download my newly purchased Adobe Photoshop elements 14, after clicking on int o 'my account' and 'My orders', the installation guide tells me to click on the order for more information on the product and which works fine as well. However the ne

    Trying to download my newly purchased Adobe Photoshop elements 14, after clicking on int o 'my account' and 'My orders', the installation guide tells me to click on the order for more information on the product and which works fine as well. However, the next step where I press the download button is not possible, because the download button is not there... What should do? Also when I press the "see the recent downloads" and the error message is displayed.

    Available downloadable Setup files:

    Download and installation help links Adobe

    Help download and installation to Prodesigntools links can be found on the most linked pages.  They are essential; especially steps 1, 2 and 3.  If you click on a link that does not have these listed steps, open a second window by using the link to Lightroom 3 to see these "important Instructions".

  • HP Workspace: Where can I find more information on the workspace of HP?

    Hey everybody,

    Where can I find more information on the workspace of HP?

    Thank you

    Bill

    Learn more about application virtualization service workspace of HP by visiting www.hp.com/go/workspace. For more information about the HP Elite x 3, please visit www.hp.com/go/elitex3.

  • Everytime I turn on my Mac Java says he needs to install the message says "to use the line tool java command, you must install a JDK.  Click on "more information visit the java developer kit download site."  I followed all these steps and downloSoftware.

    The message says "to use the line tool java command, you must install a JDK.  Click on "more information visit the java developer kit download site."  I followed all these steps and downloaded the correct software update, but still getting the message.

    A

    If you have installed the plugin of Facebook video appeal and you no longer want to use it, you can remove it as follows.

    1 back up all data.

    2. open the library folder in your home folder by holding down the option key and selecting

    Go ▹ library

    in the Finder menu bar.

    3. place these items in the library folder to the Trash:

    LaunchAgents/com.facebook.videochat.name.plist

    Support/Facebook app

    Here the name represents the name of your Facebook.

    4 log off or restart the computer, and then empty the trash.

    B

    If you do not use this plugin, or any other software (for example, some Adobe products), which depends on Java, install the Java runtime distributed by Apple.

    C

    If you do not have the Facebook plugin and you don't want to install Java, please ask for further instructions.

  • Microsoft visual C ++ Runtime library R6034 an application has made an attempt to load ATL80. Incorrect DLL. For more information, contact the application support team.

    Microsoft visual C ++ Runtime library

    R6034

    An application has made an attempt to load ATL80. Incorrect DLL. For more information, contact the application support team.

    Hi aeacool,

    1 how long have you been faced with this problem?

    2. have you done any hardware changes or software on your computer before this problem?

    You can uninstall the Package redistributable Microsoft Visual C++ Runtime for Add / Remove Programs & reinstall again. Later, check to see if the problem persists.

    Package redistributable Microsoft Visual C++ 2010 (x 86)

    Hope the helps of information.
    Please post back and we do know.

  • You try to start a service error "Windows failed to start the VMware authorization on local computer Service. For more information, see the system event log. If it is a non-Microsoft service, contact the service provider

    Ideas:

    • You have problems with programs
    • ETrying to launch a service error "Windows failed to start the VMware authorization on local computer Service. For more information, see the system event log. If it is a Microsoft service, contact the service provider and refer to the specific service-6000004 error code "... I contacted the people at VMware they say it's a problem with Windows Vista..." IAM confused pls help... .rror messages
    • Recent changes to your computer
    • What you have already tried to solve the problem

    Remember - this is a public forum so never post private information such as numbers of mail or telephone!

    Hi sanjeevkode,

    Thank you for visiting the website of Microsoft Windows Vista Community.  As the question you posted typically associated with third party software / application that has its own way of program codes and call the corresponding system resources when installing and running. Therefore, I also suggest you to join the VMware Forums for the best support.

    VMware communities: http://communities.vmware.com/home.jspa

    In the meantime I suggest you try these options / methods

    IMPORTANT NOTE: Microsoft provides this information as a convenience to you. Proposed changes could lead to serious problems. Microsoft cannot guarantee that problems would be solved as a result of the suggestions. Changes to settings are at your own risk.

    Option 1: If you go to computer management, and then to the list of Services and find the VMware authorization Service, it appears as stopped? If so, you need to start

    Option 2: Try logging on as an administrator Local host during installation first workstation, rather than you connect with a domain ID

    Option 3: The question can be caused also by your security program such an antivirus or a firewall of Windows /Defender that can have conflicting parameters as to not not to perform certain tasks. I suggest you temporary disable antivirus and firewall and check the result again. You must enable security programs new that had disabled you

    Option 4: The problem could be linked to a local or domain group policy. Make sure that the local account is defined as 'local user __vmware_user__' in the local Administrators group and the permissions of "Log on locally" and "Log on as a service.

    The two parameters are available in the "* Computer Configuration\Windows Settings\Security Settings\Local Policies\User Rights Assignment *" branch of domain group policy or local.

    Let me know if it worked.
    Hope it will be useful.

    Thank you and best regards,
    Vijay K - Microsoft Support
    Visit our Microsoft answers feedback Forum and let us know what you think.

    [If this post can help solve your problem, please click the 'Mark as answer' or 'Useful' at the top of this message.] [Marking a post as answer, or relatively useful, you help others find the answer more quickly.]

  • This application has requested the execution to terminate in an unusual way. For more information, contact the application support team.

    Original title:

    What is c?  (see below)

    Please explain the following message (is it important?) If Yes, how can I install it?

    If this is not the case, how can I remove it?
    "Error X Runtime!
    ... S program (x 86) AskPartnerNetwork\Toolbar\Updater\TBNnotifier.exe
    This application has requested the execution to terminate in an unusual way.
    For more information, contact the application support team.
    Advice & information please.
    My first question would be: do you want to TBNotifier that is bound to the Ask toolbar? These puppies were probably installed with Java or a Java Update.
     
    If you don't want them, remove them in programs and features, and restart. If you still get this notification, run these tools one at a time. If removes one of them, you do not need to run the rest.
     
     
    Delete Adware & puppies with these tools. Check the updates first and then analyze with each of them at a time until your machine is clean.
     
     

    Malwarebytes (download the free version)
    https://www.Malwarebytes.org/free/
    When offered, uncheck the box: activate the free trial version of Malwarebytes Anti-Malware bonus.
     
     
     

    HitmanPro (30 days free trial)
    http://www.SurfRight.nl/en/hitmanpro
     
     
     
     

    Some reading:
     
     

     
  • Microsoft C++ Runtime application Bibliothequece has requested to terminate in an unusual way. For more information, contact the application support team. "

    This application has requested the execution to terminate in an unusual way. For more information, contact the application support team. "
    appears when you try to load an image for an e-mail? How should I do?

    Hello

    Do the steps provided by Jessen P in your previous post worked?

    Refer to this link: http://answers.microsoft.com/en-us/windows/forum/windows_7-pictures/microsoft-visual-runtime-library-pops-up-when-i-try/2297c3ab-9824-46e7-8384-7915f981dd76

    Hope the information is useful.

  • more information on the "int context."

    Where can I find more information on the 'context', as used in:

    protected void fieldChangeNotify(int context)
    

    Rather than simply calling updateLayout (), I do this:

     protected void fieldChangeNotify(int context) {
            super.fieldChangeNotify( context );
            this.updateLayout( );
        }
    

    and want to call it when I make changes to the State of my custom field, but I'm not sure that I've really should I send in context.

    FieldChangeListener.PROGRAMMATIC should be passed if a field has been updated programmatically.  Other context values vary according to the type of field you are using.  For example, ChoiceField.CONTEXT_CHANGE_OPTION is used by the ChoiceField class when the update is triggered against a rejection of dialogue change option.

  • Apps appear with a cross mark on the start screen, gets the message while trying to execute: "the application is unable to open. Verify that the windows store for more information on the application"

    Bottom right, angle of Windows apps tiles a cross mark appeared. And the apps that have this brand are not running.

    By clicking this message appears "the application cannot open. Verify that the windows store for more information on the application".
    But the windows store does not open also.
    We hope to get a solution soon.

    Hello

    We will perform the steps and check.

    What to do if you have problems with a soft

    http://Windows.Microsoft.com/en-us/Windows-8/what-troubleshoot-problems-app

    You can also clear the cache to store and see if it helps.

    (a) on the screen, pressWindows key + R to open the Run dialog box.

    (b) type WSReset.exe and pressenter.

     

    Hope this information helps.

  • How to get more information about the user using SecurityContext ADF?

    Hello.

    In my application I have a table use:

    CREATE TABLE ("ADM_USERS"

    ACTIVATE THE 'ID' NUMBER(*,0) NOT NULL,

    ACTIVATE THE 'U_NAME' VARCHAR2 (30 BYTE) NOT NULL,

    ACTIVATE THE "U_PASS" VARCHAR2 (255 BYTE) NOT NULL,

    VARCHAR2 (30 BYTE) "NAME."

    VARCHAR2 (30 BYTE) 'NAME')

    I configured the WebLogic environment using the the "reading- SQL only the authentication provider ' and then I configured ADF Security as ADF authentication -> Forms -authentication.

    I connect the user using the method of ""doLogin " and all that working properly. "


    public String doLogin() {}

    String _username =;

    Byte [] pw = _password.getBytes ();

    FacesContext fctx = FacesContext.getCurrentInstance ();

    HttpServletRequest request = (HttpServletRequest) () .getRequest () fctx.getExternalContext;

    try {}

    Topic topic = Authentication.login (new URLCallbackHandler (UN, pw));

    ServletAuthentication.runAs (object, request);

    String loginUrl = "/ adfAuthentication?success_url=/faces/Registry.jsf";

    HttpServletResponse response = (HttpServletResponse) fctx.getExternalContext (m:System.NET.FtpWebRequest.GetResponse ());

    sendForward (request, response, loginUrl);

    } catch (FailedLoginException fle) {}

    FacesMessage msg = new FacesMessage (FacesMessage.SEVERITY_ERROR, "Incorrect name or password","Incorrect name or password" "");

    fctx.addMessage (null, msg);

    } catch {} (the LoginException)

    reportUnexpectedLoginError ("LoginException", the);

    }

    Returns a null value.

    }

    securityContext.userName returns the value of the 'U_NAME '.

    How to make more information on the user connected such as NAME, ID, first NAME?


    And the second question:

    How to store the value of the field 'ID' in table 'ADM_USERS' in any table with the 'IDUSER' with objects of entity created in application scope?


    Concerning

    Darek


    securityContext.userName returns the value of the 'U_NAME '.
    How can I get more information about the user logged as NAME, first NAME, ID?

    You can not.

    You need to query DB.

    How to store the value of the field 'ID' in table 'ADM_USERS' in any table with the 'IDUSER' with objects of entity created in application scope?

    Record this value in UserData structure so it will be available in the model. http://andrejusb.blogspot.com/2012/05/solution-for-sharing-global-user-data.html

    Then use as default expression for your objects of entity attributes (something like: adf.userSession.userData.yourUserDataVar).

    Dario

  • Elements of reference in the external js file request

    I am using an external javascript file, but I have problems to reference the elements of the application

    APP_ID and the SESSION can be referenced using

    APP_ID: $v('pFlowId')
    SESSION: $v('pInstance')

    and page items (P1_ITEM) can be referenced using

    $v('P1_ITEM')

    Application items (A1_ITEM)However, do seem to not work. Tried using $v ('A1_ITEM') but without success. Is it possible to reference the elements of application in the external js file?

    Teo

    You can set point local page to the value of the item application and then refer to this local element.

Maybe you are looking for