Need help with editing a slideshow of Muse

I use a model of website (probably my first mistake) and I am trying to edit a show. In all the tutorials I see, each slide in the slide show is viewed and edited by clicking on the corresponding thumbnail or hitting a 'before' or 'next' button. This slide show, however, has none of these options. He has run the value auto, which is fine, but I can't find where to access and change captions images in slideshow 2nd and 3rd. I can't hit 'next' and I can't click on a thumbnail to get there. Any help is greatly appreciated. Thank you!

Thank you for posting.

I created a short video to show how you can get the "pre/next/meter/miniature" in a slide show. Please refer to the following video: http://screencasteu.worldsecuresystems.com/aish/slideshow.swf

I hope this helps.

Kind regards

Aish

Tags: Adobe Muse

Similar Questions

  • Need help with Wordpress Plugins for Adobe Muse with Musexpress

    Hi everyone, this is my first ever post on Adobe CC Forum

    So Im designing a blog with Musexpress based on Wordpress. I use a lot of plugins, including the gallery and they all work very well. I use shortcode pages to show these plugins.

    However, when I want to view the slide show, more precisely, it's never comes and gives the empty space. I suspect it's because the script is not loaded?

    I tried to insert the php code through the muse, instead of via the page of wordpress shortcode. But still unable to view the slideshow.

    Can anyone help?

    the widget belongs to these guys, so I would say: ask Adobe Muse Responsive Widgets & themes | MuseGain.com

  • Need help with editing the channels from document information

    I am trying to create a string based on information from the active document, which is then saved as text delimited by tabs for use in spreadsheets.

    I'm new to the script but I was able to get the info from Photoshop, but now I need to deal with some of them.

    Here's the info I want in the order I want: name of file, the file size (actual work or size), width in pixels, height in pixels, inches of width, height inches, image resolution, color mode.

    example: 5.3 MB 3810 3810 5 5 762 RGB CoolPicture_LYRD.psd

    Here is the info I got in return:

    CoolPicture_LYRD.psd3810 px3810 px5 px5 px762 DPIDocumentMode.RGB

    I need to make these changes:

    1. Add the size of the document
    2. Cut the shape px string OR convert the "px" in the chain of inches to the 'in '.
    3. short 6-digit numbers (for a number like 5.33333333333333 px)
    4. trim theDocumentMode. info from the color mode

    I tried using substrings which gets an error about the functions

    I tried ToString() and beach setting, but without success.

    any help would be appreciated. Thanks for the research.

    Here is my script so far

    //get the info from document that I need for my excel sheet
    var imageHeightPixels = activeDocument.height
    var imageWidthPixels = activeDocument.width
    var fileResolution = activeDocument.resolution
    var imageMode = activeDocument.mode
    // get size in inches from pixel based measurement
    var imageHeightInches = imageHeightPixels / fileResolution
    var imageWidthInches = imageWidthPixels  / fileResolution
    
    
    var imageName = activeDocument.name.toString()
    var imageDimensions = new File ("~/desktop/File Info Report.txt")  
    
    
    app.preferences.rulerUnits = Units.PIXELS
    
    imageDimensions.open('a');  
    imageDimensions.write(imageName + "\t" + imageHeightPixels + "\t" + imageWidthPixels + "\t" + imageWidthInches + "\t" + imageHeightInches + "\t" + fileResolution + " DPI" + "\t" + imageMode + "\n");  
    activeDocument.close(SaveOptions.DONOTSAVECHANGES)  
      
    imageDimensions.close(); 
    

    There you go Buddy:

    var doc = app.activeDocument;
    var currentUnits = app.preferences.rulerUnits;
    
    app.preferences.rulerUnits = Units.PIXELS;
    
    var fileName = doc.name;
    var fileSize = (File(doc.fullName).length / (1024 * 1024)).toFixed(2);
    var fileWidthPx   = doc.width.value;
    var fileHeightPx = doc.height.value;
    var fileResolution = doc.resolution;
    var fileWidthInch = (fileWidthPx  / fileResolution).toFixed(6);
    var fileHeigthInch = (fileHeightPx / fileResolution).toFixed(6);
    var colorMode = doc.mode.toString().split(".")[1];
    
    app.preferences.rulerUnits = currentUnits;
    
    var outputString = fileName + "\t" +
      fileSize + " mb\t" +
      fileWidthPx + "\t" +
      fileHeightPx + "\t" +
      fileWidthInch + "\t" +
      fileHeigthInch + "\t" +
      fileResolution + " DPI\t" +
      colorMode + "\n";  
    
    var logFile = new File ("~/desktop/File Info Report.txt");
      logFile.open('a');
      logFile.write(outputString);
      logFile.close();
    
    doc.close(SaveOptions.DONOTSAVECHANGES);
    
  • Need help with editing "domain": DAC

    Hello
    When I put together a field:
    I had a pop window to "Configuration Tags" with the following message:

    The tasks belonging to the following Configuration tags may apply
    for the Assembly of your domain. If you want to associate these tags,
    Press Cancel, otherwise press to continue.

    For this message, I should say "Continue" or "Cancel".

    Also what happens when I say "Continue" or "Cancel". ?


    Thank you
    Rambeau

    Hi, tag Configuration DAC control inclusion of tasks in the areas. Each configuration will have tasks related to requirement specific biapps.

    Default BIAPPS OOTB areas will have tags associated Configurations and few will be in idle state.
    (Click on any area of DAC--> ConfigurationTag (in the lower pane) to check that result from the Configuration Tags)

    1. this message is just a reminder that DAC said you, there are a few other tasks that can be included in the area in question and that the associated with these tasks Configuration tags. In case if you forgot to add them click 'Cancel', add it and then go back up

    2. in all other cases, if you do not need to add these Configuration tags you can press continue to finish the Assembly of the area in question

    Depending on the requirement and tasks that need you to include or exclude specific topic area.
    Before mounting check if you must include a Configuration, activate it, and then click on go.

    For example: in the Configuration of BIApps topic: to charge the time Dimension Tables after the Data Warehouse is responsible

    1. to extend the size of the day, you must include a configuration named * "extend day Dimension multiple calendar Support." * which adds additional specific tasks. Then assemble the area in question

    I hope this helps!

  • Newbie need help with AS2.0 slideshow in loop

    Hello

    I am a newbie with flash. I just create a slideshow of 3 image by using the following action in AS2 code:

    Stop();
    Loop = setInterval (SuivantePhoto, 2000);
    function SuivantePhoto () {}
    nextFrame ();
    }

    She goes through the 3 images then stops on the last. How can I do so once she stops she goes back to the first image and start again?

    Thanks for your help!

    use:

    Layer 1 (action script)

    Stop ();

    clearInterval (loop);
    Loop = setInterval (SuivantePhoto, 2500);
    function SuivantePhoto () {}
    play ();
    }

    Layer 2 (which has 3 picture frames)

    where every image has a "stop" action script ();

  • Need help with auto image stretching using Muse

    IM using Adobe Muse to create a site basic Web and im having trouble getting the image to stretch with the browser. A cap of the cover page is attached. The upper left corner of the image I wanted fixed and low position on the right to stretch with the browser (see marks in yellow in the picture). Y at - it a trick of HTML code that could do with Muse?

    Help-1.jpg

    I suggest you change the order of layers autour i.e. have the images scroll BELOW the menu instead of on top of it, but it's your companion site.

  • Need help with editing

    Hello, I'm doing a quick zoom in and zoom back process in a certain part of my clip, long about 5 seconds (time between starts to perform a zoom, zooming stops, starts zoom out and zoom stops rear ending the process of zoom with the clip back to its regular point of view) and I'm not managing to do it right. The problem is that when I zoomed in I am unable to zoom in at the point of the image of tha I want, which is not in the center of the image, I looked at the videos here on this topic, but I have not found a he. Its a very short clip and I also handed its lifetime a bit, so he has a litlle slow-mo too. But I don't think that would prevent me to zoom in and zoom out... t - it? Can someone help me with this, please?

    I apreciate any attempt.

    At the moment, don't worry with the velocity graph. You can discover only later and not have to do anything here at the moment.

    The placement of keyframes on mini-montage effects of the Panel will determine how long, or is short, your 'ramp '. Same thing with the duration of your "break".

    Once that you haved added your linear keyframes, go back to your Timeline and you'll see a red line above your Clip. Use the WAB (work area bar) to limit the Render (move the small "manages" the In and bridges in your Clip, and then press enter/return. Let make it complete and then press the SPACEBAR to play this Clip zoomed in. Study of the Zoom speed, and especially how the Zoom time begins and ends.

    To Lesson 2, return to mini-montage your ECP with keyframes. Look at your zoom - there should be a 'ramp' to a 'plateau', then a 'ramp' down. Go to the first keyframe at the beginning of the ramp of the Zoom and Rt click on it. Take the easy way out. Now go to the keyframe on the left of your 'plateau', Rt-click and choose easier. At the end of the "plateau", Rt-clcik on this key frame, then choose deceleration. For the keyframe at the end of your "ramp" to outside rear Zoom Rt-click Choose ease in. make again and see how it changes the start and end of each part of your animation. In addition, when you do this, you will see the keyframe linear 'diamonds' change to "hourglasses." He'll also be smoothing on the graph of the animation. I think you will like Ease Out / facilitate better than linear.

    Also remember, there are two arrowheads, outside the circle of the new keyframe. Those who will return you return (the tip of arrow left) a keyframe at the same time and not you transfer (the tip of the arrow to the right) a keyframe at the same time. Which makes it very easy to achieve perfectly keyframes.

    With this knowledge, you can then contact Position. I would go to the line for the scale and with these arrowheads, locate the CTI to the first keyframe where starts your ramp. Then go to the line Position and toggle animation suite, placking it a keyframe. Return to the line of the scale and move the CTI to the next keyframe, the one on the left side of your plate at the end of the ramp to zoom. Drop off at the line of Position and add a keyframe. Set the coordinaes Position (you can click the scrub, or click and then type the coordinates). Do the same with the right side of your Board and then to the bottom of the ramp to Zoom out. This time, the Pan to match with the Zoom. Try deceleration and facilitated in there too, after testing the linear Pan.

    Good luck

    Hunt

  • I need help with some files missing error Muse - crazy customer

    I get the error that some files are missing or incorrect. I have cleared the cache, I downloaded all the two to Muse, FTP etc. I cleaned the server and reloaded. Make the same mistake everywhere and can not find out what is happening.  www.Authorizedagents.com is the Web site. Site is horrible, but looks great in the preview. I'm in trouble

    Thank you

    Call your hosting provider. The hosting server is back a '503 Service temporarily unavailable' error rather than serve properly good number of files of your site.

  • I am a photographer bigener need help on editing photos for competitions will be cloud help me?

    I'm a photographer bigener, need help with editing of photos for competitions, cloud will help me?

    Creative Cloud subscriptions include Lightroom and Photoshop, amongst the most widely used photo-editing programs.  But if you are looking for instructions on HOW to edit photos, there isn't really anything on the cloud to do.

  • I need help with an installation failure to interpret and troubleshoot a Setup log.

    Background: A few years ago, many editors of cinema used Final Cut Pro 6 (also contained in Final Cut Studio 2) for their editing projects.  Shared Apple Final Cut X uses a different format that is not compatible with FCP6.  Sometimes, these editors are called to work on a few historical projects that have been published in FCP6 and need this version to run now.

    Starting with OS X Lion, FCP6 would install not in Lion and thereafter.

    According research by Jeremy Johnston as noted on his blog, he discovered that Apple has inserted a file in the folder CoreServices in the Library folder of the system folder that causes versions the version Final Cut Pro X (and other older Apple programs in the same situation) do not settle.  He suggested changes to this file that would seek to prevent interfering with the installation of FCP6 in Lion, many users of final cut PRO 6 were successful in their efforts to install in Lion and work with it.

    Later in a discussion update on installing FCP6 in Mavericks, HawaiianHippie determined that the simplest way to perform the installation of FCP6 was simply copy this file and remove it from the system folder, install FCP6 and then restore the copied file:

    https://discussions.Apple.com/message/26309669#26309669

    I used this method with success to install FCS2 in Yosemite:

    [click on images to enlarge]

    However, in my attempts to install FCS2 in El Capitan, it fails in the last 5% to install the first DVD:

    First of all, I need advice on how to display an extremely large Setup log in this thread (on MacRumors, it is a method to insert a 'code' in a small box that can be the object of a scrollbar if necessary to read all along).  I am unable to find such a method to post here.

    Then once approved, I need help to determine which component is causing the installation to fail and perhaps this element can be omitted from the installation:

    If this element is not required, then maybe FCP6 can be installed successfully without it.  And if that omitted element is necessary, perhaps a manual method to install it can be determined by pacifists.

    It is my goal to help those who need to install and use FCP6 on their new Macs running El Capitan.

    Here is the post on MacRumors with pre-installed Setup log:

    http://forums.MacRumors.com/threads/i-need-help-with-an-installation-failure-to-interpret-and-troubleshoot-an-Installer-log.1954786/#post-22541389

  • [Error number: 0x8024400A] Need help with this error... I reinstalled XP SP1 and I can't get an auto update that's simple to install, just get this error every time

    [Error number: 0x8024400A] Need help with this error... I reinstalled XP SP1 and I can't get an automatic update that's simple to install, just get this error at each time HHHHEEEELLLPPPPP! Thank you

    I had the same problem.  But finally found a solution.  If your listing is similar to mine, then keep.  XP Media Center Edition 2005 (sp2).  AMD Athlon 64 x 2 Dual-Core, HP a1630n desktop computer.

    Go to the HP website, search for sp37394-XP sp3 Upgrade utility Microsoft for systems equipped with AMD processors.

    I had the same 0 x 80240036, 0x8024400a error, but realize my problem was really get manually downloaded sp3 and installed without continue loop crashing and not error messages.

  • Need help with following error Message: ERROR of OPENING WET7CABLE. LOG FILE on my Windows XP laptop

    Please need help with an Error Message on my cell phone. The message is as follows: ERROR of OPENING WET7CABLE. LOG FILE

    This message came after running a disk that was provided by Belkin cable easy transfer (FU279) on my old laptop with Windows XP Home Edition you are trying to transfer my files from my old computer laptop w/Win XP on a new computer laptop w/Win 7. This record is for the Windows XP upgrade to Windows 7 and transfer the files.

    I want to thank all in advance for your answers.

    Nelson Santiago

    Hi NELSONSANTIAGO,

    1. when exactly you receive the error message?

    2. is the Belkin easy transfer cable recognized by the Windows XP computer?

    This file may be located on the Belkin Easy Transfer Cable installation disc.

    For more information on how to use or configure the Belkin Easy Transfer cable in Windows XP, see the link below the manual on the Belkin site and check if that helps.

    http://en-UK-support.Belkin.com/app/product/detail/p/4825

  • Need help with my Mail window. I can't export my message to the PST format. I keep getting the message error "an error occurred during initialization of MAPI".

    Hello

    Need help with my Mail window. I can't export my message to the PST format. I keep getting the message error "an error occurred during initialization of MAPI". Y at - it solution or another method?

    Hi ErikLee,

    Do you have MS Outlook installed on your computer?

    Windows mail import and export opportunities are limited to an Outlook .pst file or an Exchange Server mailbox. They are available only if MS Outlook is installed.
    If MS Outlook is not installed and you start an import or export action, the necessary support files are not present for Windows mail complete the operation. Then I suggest you to install Outlook temporarily and see if the problem is resolved.

    Follow the instructions below and check if the problem is resolved.

    1. reboot your computer, and then start Windows Mail.
    2. on the Tools menu, click Options.
    3. in the connection tab, click on edit to open the Internet Properties dialog box.
    4. in the tab programs, click on an application other than Windows mail e-mail in the e-mail list. Click on apply and then click OK.
    5. click OK again to close the Options dialog box.
    6. exit Windows mail and restart Windows mail.

    If this does not work, I suggest you upgrade to Windows Live Mail to import or export messages that may help you resolve the issue.

    To download Windows Live Mail, visit the following Microsoft Web site:
    http://get.live.com/wlmail/overview

    For more information about Windows Live Mail, see the Microsoft Web site at the following address:
    http://windowshelp.Microsoft.com/Windows/en-us/help/4b30d3d6-abe2-46d1-a5fd-4a1ba786a1381033.mspx

    Check whether the problem is resolved.

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

    Kind regards
    KarthiK TP

  • Need help with slui message with the Validation Code: 50

    OT: need help with the message 'victim' slui...

    Diagnostic report (1.9.0027.0):
    -----------------------------------------
    Validation of Windows data-->

    Validation code: 50
    Code of Validation caching online: 0xc004c4a2
    Windows product key: *-* - YMK9F - 7Q3XK-X7D3P
    Windows product key hash: 9WDJkbD1PdUJ + GCdK63bG2yus5g =
    Windows product ID: 00371-702-8613485-06367
    Windows product ID type: 5
    Windows license type: retail
    The Windows OS version: 6.1.7601.2.00010100.1.0.048
    ID: {60986DD4-5ADA-464C-A590-469385BD5D3A} (1)
    Admin: Yes
    TestCab: 0x0
    LegitcheckControl ActiveX: N/a, hr = 0 x 80070002
    Signed by: n/a, hr = 0 x 80070002
    Product name: Windows 7 Professional
    Architecture: 0 x 00000009
    Build lab: 7601.win7sp1_gdr.150928 - 1507
    TTS error:
    Validation of diagnosis:
    Resolution state: n/a

    Given Vista WgaER-->
    ThreatID (s): n/a, hr = 0 x 80070002
    Version: N/a, hr = 0 x 80070002

    Windows XP Notifications data-->
    Cached result: n/a, hr = 0 x 80070002
    File: No.
    Version: N/a, hr = 0 x 80070002
    WgaTray.exe signed by: n/a, hr = 0 x 80070002
    WgaLogon.dll signed by: n/a, hr = 0 x 80070002

    OGA Notifications data-->
    Cached result: n/a, hr = 0 x 80070002
    Version: N/a, hr = 0 x 80070002
    OGAExec.exe signed by: n/a, hr = 0 x 80070002
    OGAAddin.dll signed by: n/a, hr = 0 x 80070002

    OGA data-->
    Office status: 109 n/a
    OGA Version: N/a, 0 x 80070002
    Signed by: n/a, hr = 0 x 80070002
    Office Diagnostics: 025D1FF3-364-80041010_025D1FF3-229-80041010_025D1FF3-230-1_025D1FF3-517-80040154_025D1FF3-237-80040154_025D1FF3-238-2_025D1FF3-244-80070002_025D1FF3-258-3

    Data browser-->
    Proxy settings: N/A
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Win32)
    Default browser: C:\Program Files (x 86) \Mozilla Firefox\firefox.exe
    Download signed ActiveX controls: fast
    Download unsigned ActiveX controls: disabled
    Run ActiveX controls and plug-ins: allowed
    Initialize and script ActiveX controls not marked as safe: disabled
    Allow the Internet Explorer Webbrowser control scripts: disabled
    Active scripting: allowed
    Recognized ActiveX controls safe for scripting: allowed

    Analysis of file data-->

    Other data-->
    Office details: {60986DD4-5ADA-464C-A590-469385BD5D3A}1.9.0027.06.1.7601.2.00010100.1.0.048x 64*-*-*-*-X7D3P5S-1-5-21-4040712825-3780279311-4191590923the system manufacturer,System Product NameAmerican Megatrends Inc. 00371-702-8613485-06367 0802 20110601000000.000000 + 000F3A53C07018400FE04090409Central Standard Time(GMT-06:00)03109

    Content Spsys.log: 0 x 80070002

    License data-->
    The software licensing service version: 6.1.7601.17514

    Name: Windows 7 Professional edition
    Description: operating system Windows - Windows (r) 7, retail channel
    Activation ID: c1e88de3-96c4-4563-ad7d-775f65b1e670
    ID of the application: 55c92734-d682-4d71-983e-d6ec3f16059f
    Extended PID: 00371-00212-702-861348-00-1033-7601.0000-1142014
    Installation ID: 022214046070387640229264400212325972472065330163335456
    Processor certificate URL: http://go.microsoft.com/fwlink/?LinkID=88338
    Machine certificate URL: http://go.microsoft.com/fwlink/?LinkID=88339
    Use license URL: http://go.microsoft.com/fwlink/?LinkID=88341
    Product key certificate URL: http://go.microsoft.com/fwlink/?LinkID=88340
    Partial product key: X7D3P
    License status: Notification
    Reason for the notification: 0xC004F200 (non-genuine).
    Remaining Windows rearm count: 4
    Trust time: 12/01/2016 11:28:57

    Windows Activation Technologies-->
    HrOffline: 0x00000000
    HrOnline: 0xC004C4A2
    Beyond: 0 x 0000000000000000
    Event timestamp: 1:11:2016 12:55
    ActiveX: Registered, Version: 7.1.7600.16395
    The admin service: recorded, Version: 7.1.7600.16395
    Output beyond bitmask:

    --> HWID data
    Current HWID of Hash: QAAAAAEAAwABAAEAAQADAAAABwABAAEAln3OI0bUDFRsO24dgCKo58SW2JyUY/1mMckmPrb67HxoDsAKMMl2Vg ==

    Activation 1.0 data OEM-->
    N/A

    Activation 2.0 data OEM-->
    BIOS valid for OA 2.0: Yes, but no SLIC table
    Windows marker version: N/A
    OEMID and OEMTableID consistent: n/a
    BIOS information:
    ACPI Table name OEMID value OEMTableID value
    APIC1425 APIC 060111
    FACP 060111 FACP1425
    HPET 060111 OEMHPET
    MCFG 060111 OEMMCFG
    LASRYVITRAGE OEMB1425 060111
    ASPT 060111 PerfTune
    OEMOSFR OSFR 060111
    SSDT DpgPmm CpuPm

    Hello

    Thanks to everyone who responded to my question.

    Turns out it would not activate the system properties page.

    He did, however, turn on the tool online browser without a

    hitch. Yes, problem solved.

    Jon

  • Need help with the error of connection Internet "Reset local connection adapter".

    Original title: Need help with Internet connection.

    Hi, sometimes when I go to my office (HP 2009 m) I get a message that I am not connected to the internet (although I have no problem with the connection on my IPad).  When I click on solve internet connection Windows Network Diagnostics freezes when it gets to solve problems "the local connection adapter reset."   I have to turn off my computer by unplugging and then it works normally when she returns to the top. (Sorry if my explanation is difficult to decipher, I'm not very tech savvy) This could be the cause and how to fix it?  Thanks in advance.

    Well, I expected more of a response, but I'll wing it from here: your cable goes into a modem.  This modem can be a wireless modem/router, or simply a modem cable to your computer.

    Connection problem you might start by connecting the cable into the modem.  Ensure that it is well defined.  If everything looks good, then it is possible that there is a decline in cable service before he gets to the modem.  For example, the interface side of the House can be affected by a bad connection, for example water intrusion, or poor soil.  So you may want to check into that.  Then, there is always the possibility that your cable provider has lost his momentaily of transmission, and that the modem needs to be reset.  If this happens often, you must contact the cable provider.

    Modem, your computer can be connected by cable, so you will need to check how firmly the connection is.  Then, there is always the possibility that the modem is wrong.

    But if your connection is through a wireless modem/router, your connection may have lost because of a bad signal.  Once more..., the modem/router could go wrong.

    Edit has added:

    Looking back on what you said about the Ipad, I feel that you have a wireless modem/router.  It is possible that your connection to the desktop must be after you have used the Ipad.  For example, you may need to right-click on the monitor icon in the Systray to your desktop and open your network sharing Center.  Even if you can say that you are connected to the Internet, you may not.  Then... just ... simplement cliquer click on 'connect or disconnect', then find your network connection appropriate, right click on that and select disconnect, then immediately right-click the same but select Connect.


    Will be a new connection to the Internet.

Maybe you are looking for