Using plugins in Muse

I find muse a very good software but i feel there are a lot missing like there are a lot of different style of things in jQuery and tons of plugins are also available , if you have something on your mind which is unique, i find doing that in muse is difficult, would be great if there’s any option to add plugins to muse.

For example: i like the anchor feature, but i don't like the way its ease. I want smoother easing but i don't see any option to control page scroll easing.

Similar Messages

  • How to set the File Path to run a javascript using Plugin Code?

    Hi All,
    Im new to Indesign Plugin Development.Can any one help me out with my problem.
    What i want to do is to run a javascript using Plugin Code.When i went through this forum i was able to find out that i should use the IscriptRunner Class to automate this.I could also figure out that the Member Function to use is "CanHandleFile" &"RunFile".
    The first parameter in CanHandleFile & RunFile Member Function is to specify the path of the JavaScript File i suppose!I could also find out that IDFile has to used to set the file path Information.
    But im clueless how to set the Javascript FilePath using IDFile.Can any one help me how to do this?Any Code Snippets Please?
    Waiting for reply.
    Thanks
    myRiaz

    Hi,  Andreas<br /><br />  Can you explain this in detail? I found it in your post before.<br /><br />  The content of elements are returned through the Characters callback function:<br /><br />From ISaxContentHandler.h:<br /><br />/**<br />        Receives character data<br /><br />The parser will call this method to report each chunk of<br />        character data. SAX parsers may return all contiguous<br />        character data in a single chunk, or they may split it into<br />        several chunks. But all characters in any single<br />        event must come from the same external entity so the<br />        Locator provides useful information.<br /><br />Note some parsers will report whitespace using the<br />        IgnorableWhitespace() method rather than this one (validating<br />        parsers must do so).<br /><br />@param Chars The characters from the XML document.<br />        */<br />virtual void Characters(const PMString& chars) = 0; <br /><br />  What i have done is implement my own SAXContentHandlerServiceBoss, and in my file XXXSAXContentHandler.cpp, I override the fonctions StartElement, EndElement, and Characters() like below: I add the PMString xmlData to collect the file content:<br /><br />class XXXSAXContentHandler : public CSAXContentHandler<br />{<br />void XXXSAXContentHandler::Characters(const WideString& chars)<br />{<br />xmlData.Append(chars);<br />}<br /><br />void XXXSAXContentHandler::StartElement(const WideString& uri, const WideString& localname, const WideString& qname, ISAXAttributes* attrs)<br />{<br />xmlData.Append("<"); xmlData.Append(localname); xmlData.Append(">");<br />}<br />void XXXSAXContentHandler::EndElement(const WideString& uri, const WideString& localname, const WideString& qname)<br />{<br />xmlData.Append("</"); xmlData.Append(localname); xmlData.Append(">");<br />}<br /><br />}<br /><br />and in my program, I use the code below to call the fonction I overrided, but I dont know how I can get the String xmlData I defined in the XXXSAXContentHandler.cpp<br /><br />InterfacePtr<IK2ServiceRegistry> serviceRegistry(gSession, UseDefaultIID());<br /><br />InterfacePtr<IK2ServiceProvider> xmlProvider(serviceRegistry->QueryServiceProviderByClassID(kXMLParserService, kXMLParserServiceBoss));<br /><br />InterfacePtr<ISAXServices> saxServices(xmlProvider, UseDefaultIID());<br />InterfacePtr<ISAXContentHandler> saxHandler(::CreateObject2<ISAXContentHandler>(kXXXSAXContentHandlerServiceBoss));<br />saxHandler->Register(saxServices);<br />bool16 parseFailed = saxServices->ParseStream(readStream, saxHandler);<br /><br />Can you give me any help?<br /><br />Thanks and regards!

  • Using plugin to display a text field

    How can I use plugin to display textfield?              

    It's a bit more complicated than you probably would expect: You need to
    load the AcroForm HFT and then execute the JavaScript to create your text
    field via the the AFExecuteThisScript() function.
    Karl Heinz Kremer
    PDF Acrobatics Without a Net
    [email protected]
    http://www.khkonsulting.com

  • I´m trying to open an excel file in numbers not being successful. The error msg is unexpectedly error using plugin SFCompatibility can you help me?

    I´m trying to open an excel file in numbers not being successful. The error msg is unexpectedly error using plugin SFCompatibility can you help me? Already changed the extension of the excel document to xlsx an now gives an unknown import error.

    In Excel have you tried saving directly to xls (not xlsx) and opening the xls in Numbers?
    If you have a complicated workbook in Excel that uses lots of Excel's advanced features, Numbers may not be able to handle the import.  It does pretty well on basic things, though.
    If you're just trying to get data into Numbers, then often copy-paste from Excel is easier than trying to open xls files.
    SG

  • In aperture 3.4.5, I get unsupported file error when exporting version of photo I've edited using plugins?

    In aperture 3.4.5, I get unsupported file error when exporting version of photo I've edited using plugins. I have try reinstalling aperture three times, deleting plists a few times, reinstalling plugins, restarting my MacBook Pro many times. Everything I've tried may fix the problem for a very short while and I can export a few photos before it returns. The problem happens with topaz and photomatrix pro plugins after I edited and try to export version.

    I had the same problem with the Photomatix plug-in and this solved it for me. I realised it only happened with Photomatix and not other plug-ins so I checked where the plug-ins were installed. The Photomatix plug-in was installed in
    ~/Library/Application Support/Aperture/Plug-Ins/
    where ~ is the home location for the current user account. All the other plug-ins however were installed in
    Macintosh HD/Library/Application Support/Aperture/Plug-Ins/
    which is the location that makes them available to all user accounts on your Mac. Moving the Photomatix plug-in to this location solved the problem for me.
    Note that the Library directory under the first location is normally hidden, to get to it hold down the Option (Alt) key and select it from the Finder Go menu.

  • Can I create a "stage" in Animate and use it in Muse to create a responsive site?

    I want to use Muse to build my site and Animate for some elements. I need a responsive site. Muse does not do that but Animate does. That is crazy! How can I combine them? There has got to be a way. Someone smarter than I has figured it out I am sure, I am hoping they chime in.
    Can I create the "stage" in Animate and use it in Muse?

    You are probably right but I was looking for the ease in creating only one and letting it do the work.
    Now that I think about it....my site will have video embedded and a link for Ustream. That won't work on a mobile device if it is part of a responsive design will it?
    Oh, there is soooo much to all of this!
    Newbie anxiety!
    This is why I chose Muse and Animate, I am too new to code it on my own.

  • Using Form in muse site

    I have a muse site that is not hosted on the adobe business catalyst so the form widget doesn't work for me.
    I was wondering -- Could I develop a acrobat form for a webpage and would it export okay from my muse file
    to html file and then I could upload to my hosted account?   If so, would the configurations set up in the acrobat
    form stay in tack on the export to html or would I need to code or configure for my hosted site?

    Hello,
    You need to get the Embed code from Jotforms and yoo can insert the Emed code by clicking on Object>Insert HTML in Muse. NAd in the Edit HTML Window you can insert the HTML code you get from Jotforms.
    To get the Embed code from Jotforms, you need to click  on Setup and Embed tab at the top of the form in Jotforms and then click on Embed form button at the top in the toolbar.
    From the window that comes up, you can get the Embed code and use  it in Muse.
    Hope this helps.
    Regards,
    Sachin

  • I only have the trial version of adobe after effects cc but is there any way I can use plugins on it?

    I only have the trial version of adobe after effects cc but is there any way I can use plugins on it? Specifically trapcode particular cc

    The trial version is in no way different from the full version, except that it only works for 30 days.

  • Hi,am not able to open PDF Files in Mozilla Firefox without using plugins...I need Solution

    Hi,am not able to open PDF Files in Mozilla Firefox without using plugins...I need Solution

    Hello,
    Please see the support article below for full information on viewing PDF in Firefox:
    [[View PDF files in Firefox without downloading them]]
    If you want to use Firefox's built in PDF viewer (i.e. not a plugin) then you will need to ensure that any PDF plugins are uninstalled from Firefox and that 'Preview in Firefox' is selected as the Action for PDF files (see screenshot below).
    I hope that helps. Let me know if not.

  • Can imovie11 use plugins?, and if so where is a good place to get them?

    i just got imovie'11 and was dissapointed that there was not a lot of effects. Is there more but i have to click somewhere? Also can '11 use plugins, and if so where is a goow website that i could find some?

    You could find a copy of iMovie HD 06, which has some really nice third party plugin support.
    These people have some great stuff.
    http://www.geethree.com/slick/free.html
    You could check on ebay for copies of final cut express 4, which Apple has just stopped. I just checked and there are a lot of copies around your price range.
    Hugh

  • Can Wowslider effects be use in Adobe Muse?

    Can Wowslider effects be use in Adobe Muse?

    Hi Stewart,
    Please refer to the following link http://forums.adobe.com/message/5250998#5250998
    Regards,
    Aish

  • How to read line number text from PDF using plugin?

    Hi, I would like to know how to read line number text from PDF using plugin?
    Thanks in advance.

    Ok, some background reading of the PDF Reference will help you understand why this is so difficult. PDF files are not organised into lines. It is best to think of each word or character on the page as being a graphic with its own position. The human eye sees lines where a series of graphics (words) are roughly in the same horizontal region.
    In the general case it is difficult or even impossible to answer this. You may have columns with different spacing (but the PDF stores no information on what is a column). You may have subscripts and superscripts. You may have text in graphics coinciding with other text. Commonly, there may be titles, headings or page numbers which are just ordinary text and might count as lines.
    That said, what you need to do is extract the text on the page and its positions. The WordFinder APIs are the way to do that. Now, sort all the words out, using the Y coordinates and size to try and guess what makes a "line". Now you are in a position to find the text (divided into words, not strings) and report the "line number" you have estimated.

  • Do you use plugins?

    I'm new to FCE and I'd relly like to know if someone use plugins and why.
    Thanks in advance for the answers, Maurizio.
    P.S.: What kind of plugins there are in the cd-rom of Tom Wolsky book?

    Yes. Many users do.
    Plugins give extra tools to do specific jobs.
    Search this forum, there are plenty for FCE and Free ones.
    Al

  • How to find a annotation object using plugin API?

    How to find a annotation object using plugin API?

    You would use PDPage methods to find out how many on a page, and to
    get them in turn.
    Aandi Inston

  • Using Tubular(jquery plugin) on muse

    I'm trying to put a full screen video as a background on a page that i'm building with muse.
    I found about Tubular...which seemed pretty simple to use. this is their website
    http://www.seanmccambridge.com/tubular/
    so after i uploaded all of the scripts to my server,  i putted these into head tag of the index page;
    <script type="text/javascript" charset="utf-8" src="http://ajax.googleapis.com/ajax/libs/swfobject/2.1/swfobject.js"></script>
              <script type="text/javascript" charset="utf-8" src="http://code.jquery.com/jquery-1.4.3.min.js"></script>
              <script type="text/javascript" charset="utf-8" src="js/jquery.tubular.js"></script>
    <script>
    $(function(){
              $('body').tubular('SHRUT_FpMBs','backmovie');
    </script>
    and in the body tag,
      <div id="backmovie">
    </div>
    as it shows in their descrtion,but it didn't work.
    I mean the whole  site works fine. it's just that Tubular never displays the background video.
    I tried to find out what was the problem and when  deleted these texts, which was the JS-include of the bodysection, out of my index page, Tubular started to work perfectly.
    But obviously contents that were generated from Muse, such as Lightbox presentation, no longer shows up in a proper manner.
    <!-- JS includes -->
      <script type="text/javascript">
       if (document.location.protocol != 'https:') document.write('\x3Cscript src="http://musecdn2.businesscatalyst.com/scripts/1.1/jquery-1.7.min.js" type="text/javascript">\x3C/script>');
    </script>
      <script type="text/javascript">
       window.jQuery || document.write('\x3Cscript src="scripts/1.1/jquery-1.7.min.js" type="text/javascript">\x3C/script>');
    </script>
    I really want to display youtube videos as a background... are there any options that i can try? (using muse)
    here is the actual site
    www.theprometones.com/testsite/index.html
    Thank you !

    never mind! i figured it out. my Jquery version was too old !

Maybe you are looking for

  • RS480M2-IL Monitor Support

    I currently have a standard 17" LCD Monitor.  I am considering upgrading to a 19" or larger Wide Screen Monitor.  Does the RS480M2-IL on-board graphics support the Resolutions of Wide Screen Monitors? Thank you.

  • How do I get a sharp stroke point?

    In Illustrator CS4 for Mac I'm trying to create an arrow shape (not using an arrow tool). I started with two arcs and then connected them with additional points. The corners are nice and sharp where the arrowhead is, but I cannot get the tail of the

  • XI Installation -- Can other components be installed

    Hi All, I am installing SAP XI 3.0. I clearly understand that during production the XI server needs to be on an independent system. I am presently working on a development environment. Can other components be installed along with XI? For eg..<b> XI w

  • Af:commandLink actionListener is not invoking

    Hi, I have af:commandLink in a af:table.my af:commandLink rendered on condition but when I click on af:commandLink its not invoking actionListener. <af:column sortProperty="vsku_size_4" sortable="false" width="150" headerText="#{vskuSummaryHeaderBN.v

  • Partitioning External Firewire HD Without Erasing

    Hey Guys, I've done some research regarding partitioning and it seems that I can not find a direct answer to this. I would like to partition a 750 Gig external firewire Seagate hard drive into 2 partitions without erasing any of the current files. Th