Where do I place Edge files when publishing Muse to BC?

The only thing I've been able to find on this is from older versions of Edge and Muse.
What I've read suggests that we have to put all the edge.html and edge.js files at the root level with the other html pages. That leaves the Edge Includes in their own separate folder.
I HAVE NOT BEEN ABLE TO GET THIS TO WORK.
I may be able to double-click the edge.HTML file to play in a browser, but when I try to play it after publishing from Muse – no luck.
I also wonder what happens when I want to put Edge animations on multiple pages within a Muse website. It seems with the root level would become crowded with so many Edge files. And how do all those “Edge includes” folders get renamed?
I would love to see tighter integration between Edge and Muse. But for now, I would be very happy just to be able to play my Edge animations in published Muse sites. As much as I'd like to use it, I can't use Edge if I can't get the animations to play in Muse.
Thanks for any help...

Hello,
You probably did not find this article at the right time but there is one KB article explaining how to insert the Edge content into a Muse website.
Basically what you have to do is, after you publish the Edge project, to take the exported folder, or just the files, (but I'm totally into taking taking the whole folder) and upload them to your FTP where the Muse site is published. After that just use the "Object > Insert HTML..." option from Muse and paste the <iframe> code from the KB and customize the path to the folder where the files are located and the width & height for the iframe.
KB can be accessed here: http://www.adobekb.com/inserting_edge_content.html
An example can be found here.
- Edge project uploaded to FTP.
- Content of the project folder.
- HTML code
I hope this will answer your question.
Cheers,
Cristian

Similar Messages

  • How to ignore diagnostic files when publishing cloud service

    Hello.
    when i am publishing a webRole,
    process is failed because the values in the diagnostic configuration file do not match the Production profile.
    the diagnostic file is for our dev env only.
    is there a flag/attribute that can be used to ignore the diagnostic files when publishing with a specific profile ?  
    Thanks.

    Hi,
    According to your description, you question is related to Web role. I recommend you to ask in the forum below for professional assistance as the members in the Web role would be more familiar with publishing web roles:
    https://social.msdn.microsoft.com/Forums/en-US/home?forum=windowsazuredevelopment
    Best regards,
    Susie
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Window error when publishing Muse change, can't pubish page update

    Window error when publishing Muse change, can't pubish page update. Any suggestions?
    It happens after I updated my website payment page with a new Paypal html. That html is below with x's put in to the code. Why doesn't Muse or Windows like this code in Muse?
    <script type="text/javascript" data-pp-pubid="9xxxxx6cec" data-pp-placementtype="540x200"> (function (d, t) {
    "use strict";
    var s = d.getElementsByTagName(t)[0], n = d.createElement(t);
    n.src = "//paypal.adtag.where.com/merchant.js";
    s.parentNode.insertBefore(n, s);
    }(document, "script"));
    </script>

    Window error when publishing Muse change, can't pubish page update. Any suggestions?
    It happens after I updated my website payment page with a new Paypal html. That html is below with x's put in to the code. Why doesn't Muse or Windows like this code in Muse?
    <script type="text/javascript" data-pp-pubid="9xxxxx6cec" data-pp-placementtype="540x200"> (function (d, t) {
    "use strict";
    var s = d.getElementsByTagName(t)[0], n = d.createElement(t);
    n.src = "//paypal.adtag.where.com/merchant.js";
    s.parentNode.insertBefore(n, s);
    }(document, "script"));
    </script>

  • Can't place Edge file in InDesign for DPS

    I'm making an animation to play at the beginning of a DPS article, and I can't get it to place in InDesign. I've set the publish settings for DPS, and exported the animation as a .oam file, but when I go to place it the file is grayed out, or I get an error message saying "Cannot place this file. No filter found for requested file." I'm in InDesign 5.5 so not sure if that's affecting it. Any advice is appreciated. Thanks!

    Only Indesign Cs6 supports .oam files

  • Where shall i place  a file like libeftapi.so.1.1.8  on LINUX OS?

    I have here a file , i think a library to be used by a demo program of a supplier providing serial interface api that will run on Linux. e.g. libeftapi.so.1.1.3 . Where shall I place this on Linux system??? what subdirectory? Or shall i place it in my JDK1.4\lib director(ies)? i have tried copying this file to different subdirectories in linux but still arrive at the same RUN-TIME error...
    like t his
    java.lang.UnsatisfiedLinkError: no eftapijava in java.library.path
         at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1491)
         at java.lang.Runtime.loadLibrary0(Runtime.java:788)
         at java.lang.System.loadLibrary(System.java:834)
         at EftposPlusExpress.Interface.EFTAPINativeAdapter.<clinit>(EFTAPINativeAdapter.java:35)
         at EftdDemo.POSDemo.this_componentShown(POSDemo.java:584)
         at EftdDemo.POSDemo_this_componentAdapter.componentShown(POSDemo.java:655)
         at java.awt.Component.processComponentEvent(Component.java:4964)
         at java.awt.Component.processEvent(Component.java:4912)
         at java.awt.Container.processEvent(Container.java:1569)
         at java.awt.Window.processEvent(Window.java:1092)
         at java.awt.Component.dispatchEventImpl(Component.java:3615)
         at java.awt.Container.dispatchEventImpl(Container.java:1627)
         at java.awt.Window.dispatchEventImpl(Window.java:1606)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    java.lang.NullPointerException
         at EftdDemo.POSDemo.this_windowClosing(POSDemo.java:624)
         at EftdDemo.POSDemo_this_windowAdapter.windowClosing(POSDemo.java:732)
         at java.awt.Window.processWindowEvent(Window.java:1121)
         at javax.swing.JFrame.processWindowEvent(JFrame.java:266)
         at java.awt.Window.processEvent(Window.java:1079)
         at java.awt.Component.dispatchEventImpl(Component.java:3615)
         at java.awt.Container.dispatchEventImpl(Container.java:1627)
         at java.awt.Window.dispatchEventImpl(Window.java:1606)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    What shall i do?
    Help , anyone??
    Thanks

    Hello,
    it is a shared library...
    Look in a file like: /etc/ld.so.conf and placeit
    in
    one of the direcories...
    f.e: /usr/local/libthanks i got it. i've placed them at Jbuilder/lib
    subdir.
    it worked... thnxbut another problem is that when i my jar file in
    linux shell (out of jbuilder ide), it produces the
    same run time error.. please help againmy jar file wont run in the linux terminal.
    but i runs in jbuilderX, what shall i do???

  • Wrong embedded colour profile causes huge jpg files when published to .Mac

    D'oh! i posted the following on the iDisk discussion my mistake. Here it is all again for iWebbites:
    I've spent most of the day trying to optimise my new iWeb site on .Mac but the published jpg files are far too big.
    Despite sizing to 800x600 px and jpegging at about 5 or 6 in Photoshop which resulted in a file size of about 100kb on my local disk, when uploaded to .Mac via iWeb the they have turned into 800 kb files.
    Lots of trouble-shooting, including ensuring that they weren't converted to png, that they have no borders, reflections or drop-shadows yet they still got bloated on the upload. Especially the photos in the photo-gallery page.
    I've isolated the problem but don't know what to do next:
    Turns out, iWeb ignores the sRGB embedded colour profile and replaces it with the monitor profile of the originating computer.
    I discovered this after I opened the file in Photoshop directly via iDisk in Finder. Converting or assigning the file to sRGB and saving it back down to iDisk immediately restored it to its intended file size of 100kb and this time with the correct sRGB colour profile.
    Going now to the domain.sites on my local disk and opening the package shows all the photos doubled up. A 360 x 264 .jpeg file with the monitor profile embedded and bloated out to 800kb plus the original 800x600 image with sRGB and .jpg as the file type but still only 100kb
    So what the heck is happening in iWeb to do this and to use the wrong file type associations with the wrong file when uploaded?
    There is very little on the forum about colour (color) profiles and no mention of the bloat in file size, just a reference to colour and tone issues with the wrong profile so I'm wondering if its related to the 1.1.2 update. (I haven't really tried using iWeb until the last week or so).
    Fixing the problem by post processing the photos on my site every time I publish would be impossible with the amount of photos I have and my intention of updating the web galleries regularly.
    As you can find out if you go to a photo page on my site:
    < <a class="jive-link-external-small" href="http://">http://web.mac.com/adrian_malloch/iWeb/AdrianMallochPhotography/ Kabaddi.html > some pages take horrendously long to load. Check out some of the other Subculture pages. I haven't tested them all but Safari Activity viewer shows that most of the slow speed is related to opening jpeg files.
    Any help and informed suggestions would be hugely appreciated.

    This is doing my head in.
    My last two comments "posted" half way through writing, before I had a chance to edit completely.
    Here's how it should have read :
    Using sRGB as a monitor profile, in itself, doesn't make a lot of sense.
    A monitor profile is custom made specifically for the monitor to compensate for its display characteristics.
    A "good enough" monitor profile is to use the software calibration built into the Displays preferences. Go to System Preferences/Displays/Color/Calibrate and follow the prompts. Hint: squint as you try to judge the colour and tone differences. The idea is to make the detail so fuzzy you don't notice it.
    It's not very accurate, especially with LCD screens, but it's better than nothing and certainly better than using a universal colour space like sRGB, etc.
    The accurate option is to get hold of a hardware calibrator like the Spyder, or Gretag-McBeth iOne Display (which I use). It costs a bit but is vital for accurate repeatable colour.
    The whole point is that when the profile is made up and is set as the default profile, then you will get a WYSIWYG screen.
    So, the same images will look the same on different monitors providing they each have accurate monitor profiles made specifically for them.
    If you use sRGB as your monitor profile then you cannot expect the image to look the same on any one else's machine, whether they use sRGB, a monitor profile or any other profile. Worse still, if you change an image to "look right" on your screen, chances are that the image will look horrible on another screen.
    Hence, why I will only switch to sRGB monitor profile as a workaround for uploading in iWeb. Nothing else!!

  • Where can I find the files when I "Created iPod version"?

    I tried getting some of my video podcasts onto my iPod by using the "Create iPod version" but only audio plays. Where can I find these files so I can delete them and get them off my iPod?

    Select the movie in the iTunes Window (you should see it in Library > Movies) and ctrl-click or right-click it. Then select "Show in Finder" and you will see the File.
    Usually it should be located at
    Users > your home >Music >iTunes >iTunes Music > Movies >your movie name(iPhone & iPod).m4v
    if your library is managed by iTunes and located at the default place.
    But don't delete the movie in the Finder, delete from iTunes, otherwise you will be left with an inconsistent library.

  • Iweb won't play my audio files when published

    Can someone please help? I spent hours creating a website for music i produce. It works all fine and dandy on the preview pages, but when published the audio files and video files don't play. All that comes up is the picture and a small quick time player logo underneath. I have tried several different remedies but nothing seems to be working. Is this just difficulties with the new me.com facilities or what? Any help would be gratefully recieved.
    Thanks very much,
    a very frustrated mac user.

    I gave up on your page because the file size is absurd.
    Your source files are AIFF format (raw CD quality audio) that measures 10 MB's per minute. I don't have the time to wait for 6 of these files to load in your single page:
    http://web.mac.com/thekoles/the_koles/Media/trouble%20and%20strife%20150808%202. aif is 47 MB's.
    Compress your files in iTunes to reduce the file size.

  • Where should I place graphic files?

    Setting up a new machine with external Sonnet drives. Should I place non time code files such as graphics, Motion files, music, etc. on the external drives? Or is it OK to place these files on an internal drive? Also, best place for render files, auto save, and thumbnail folders? Really appreciate any input.
    Thanks again,
    Tom

    There is no single correct answer to this. I store graphics files on a non-boot internal drive volume, inside a folder at the top level named, imaginatively Graphics, sub-foldered by project names.
    Likewise, at the same level, I have a folder named Music Cuts, and, also arranged in folders by project names, individual folders with the music inside. I also have a folder named Audio, which contains, inside project folders, VOs and SFX.
    I hope that makes sense.
    Periodically, I will drag the Graphics, Music, and Audio folders to a CD (or DVD, when the folders get too large for a CD), along with the FCP Projects folder from the boot volume. (As with the others, project files are organized in folders named with the project names), and burn the disc for archival purposes. I label the disc with the date and the names of the top level folders.
    From time to time, I will delete all aged files and folders that haven't seen any use in a good long while. By that time, I have several copies of them on several discs.
    Many years ago, I did the same thing, but back then I was saving to a 3.5" floppy. That's how old my practice is.

  • Where should I place music files?

    1) If I download an MP3 where should I save the file? I'm looking to play these with iTunes.
    2) I currently see a file that is called "automatically add to iTunes" among others drilled down into the music folder. Is this the quickest way?
    3) I also have some music files witin the finder showing up under "all my files". What should I do with these?
    Sorry, PC guy coming over to the dark side recently and not to familiar with my MBA yet. Thanks!

    flag8r77 wrote:
    1) If I download an MP3 where should I save the file? I'm looking to play these with iTunes.
    2) I currently see a file that is called "automatically add to iTunes" among others drilled down into the music folder. Is this the quickest way?
    Yes. You can make a shortcut to that folder and put it on the desktop.
    3) I also have some music files witin the finder showing up under "all my files". What should I do with these?
    Don't do anything with them.
    If you are using the Search at top right of a Finder window, that simply finds files anywhere.

  • I have an old iphone 3 backup file that i need to load back onto an i phone 3, where do i place this file on pc so when i do a backup in itunes, the itunes software will know where to 'look' for it as a selection for a backup file

    I have an iphone 3 backup file saved on harddrive.  Need to restore it to my upgraded s/w 4.2.1 iphone3 thru iitunes.  Need a place to 'land' this file.  Using Windows 7 now.

    The following links gives iOS backup locations for Windows 7 and other operating systems: http://support.apple.com/kb/ht4946

  • Exporting Files when publishing

    I'm trying to publish a project that consist of two menus.
    One on slide one, and one on slide two. In the menus, there are
    'click boxes' that I have pointed to files. (pdf, htm, etc..) When
    I go to publish, it says the files may require output or something.
    The issue I'm having is when I publish this and place it on cd, the
    paths to all the files is off. The reason is that it's looking to
    the same directory structure that I have on my system I'm creating
    this on.
    Menubuilder allows these files to be output with the
    published item and it works ok. I would use menu builder, but it
    doesn't have the roll over image capability. Therefore, I'm
    wodering if there is a way to do this with a standard captivate
    project. (export files) Thoughts? Any help is greatly appreciated!
    :)

    MenuBuilder does not support roll-over images, as far as I
    know.
    I tried an alternate method-
    Your projext EXE file, along with the files you are not able
    to publish to a CD can be added to an ISO image, and then burned to
    a CD. I tried out AVS Disc Creator,
    and was able to make an ISO image of the files I wanted to
    put onto a CD.
    It's free...
    http://www.avsmedia.com/DiscCreator/download.aspx
    I haven't tried adding a autorun to the iso yet, but I am
    sure that it would work as well.

  • Where is the Contacts Master file when using iCloud?

         It used to be when I used "MobileMe", I was very clear about where my Master file was for my CONTACTS (fka Address Book) information.  I could make changes on my iMac and then push them to my iPhone and iPad and evrything worked and synce perfectly (via iTunes).
         When iCloud replaced MobileMe nothing seems to be right anymore.  Updates on my phone don't show up in my iMac Contacts.  All my contacts in my iMac are now duplicated to most things are there twice.  And I'm afriad to deactivate iCloud becasue of the onmious "...iCloud will delter these files from your device." message.
         Could you possibly have taken something that worked so well and screwed it up any worse?
         I am a long time APPLE user and I have "gotten" most things that Apple has done in the past 20 years.  But iCloud seems to confound me on numerous levels.
         Where should I make changes and updates to my Contacts files so it flows to all my devices?
         Why does the Contacts file in my iMac now have duplicate entires?
         Why don't iCalendar updates I make in my iPhone transfer over to my iCalendar on my iMac?
         Is anyone else having troubles with something the used to work so perfectly?
    Frustrated in Denver....

    iCloud uses a server-client model in which your contacts and calendars reside in your account on Apple's iCloud server.  Your computers and iOS devices simply interact with the data on the server.  When any client device makes a change on the server, that change should be immediately seen by the other client devices signed into your account.  This video may help explain what's going on: http://www.youtube.com/watch?v=OBf7Uzv1OmQ&feature=player_embedded.
    That said, changes should be bi-directional; any change made on one device should be replicated on the others.  Since that's not happening for you, something isn't working properly.  To troubleshoot this, you start by determining wich of your devices is the problem.  Open you contacts on icloud.com (the "master" list), then add a test contact on your phone and on your Mac and see which one fails to appear on icloud.com.  Then do the same thing with your calendar: add a test event on your phone and your Mac and see which one fails to appear on your calendar on icloud.com.
    Let me know your results and we'll take it from there.

  • Center a SWF file when Publishing

    I have been using Flash for a while Flash 8 and now Flash 9.  I dont know too much about the program, someone wrote the program for me and I update it.  When ever I publish the Site to upload to my server I have to go into the HTML file and insert <center> twice to get the site to be center on the web.
    If I dont do it the site is when viewed online gets left justified.
    It is not a big deal to edit the HTML file but every time I do it I figure there must be some button i dont have checked in Flash to just do it automatically.
    Seems like with such a huge and powerful program that must be an option that I am missing.  Can anyone let me know to to automate this task.
    Thanks
    Aaron

    If you find yourself doing something like this everytime, or most of the time, edit the Default.html file here: (duplicate and rename first so you can revert if need be)
    Win:
    C://Documents and Settings/USER/Local Settings/Application Data/Adobe/Flash CS3/en/Configuration/HTML/
    Mac:
    /Users/USER/Library/Application Support/Adobe/Flash CS3/en/Configuration/HTML/
    Next time you publish your new myflashfile.html will reflect the changes.

  • IWeb quits at half the preparation of the files when publishing the whole site

    SOS ! After having saved my site on a local folder, I can't publish anymore my whole site through iWeb to FTP. iWeb quits when arriving at half the preparation of the files for publication. At one moment I had the message "Insufficient memory" (?!?). My site www.yesicannes.com is now big enough after one year of reports published with many pictures, but before I published my site on a local folder, I had no problem publishing frequent updates. But as I published on a local folder, I have to publish again the whole site and iWeb stops all the time before the publication. Any help please ?
    [email protected]

    I was referring to the group of links on the first page and other pages:
    but now realize that's not the part of your site you're referring to.
    I'm not sure how you have your magazine site organized. Based on just what i've seen on the first page of the magazine page you could put all of the December pages in it's separate site and link to the site as you link to the pages only they are in a separate sitel 
    To split the sites, say by month, make a copy of your domain file and name it December.sites2.  Open that domain file and delete all of the pages from it except those associated with December.  Then make another copy of the full domain file and delete all files except those for November.  That should reduce the size of each domain file down to a more reasonable size. 
    You could do this all locally, i.e. publishing to a folder on your hard drive,  while leaving your online site untouched until you've got it worked out. However you will have to publish them to your server so that you can get the hyperlinks between sites established.  You can do this by giving the sites names, i.e. December, etc. and non with the same name as your current site.  Once you have the new site(s) up and running to your satisfaction change the current site so that the magazine files are not in it's domain file and the link to the magazine
    points to the new magazine site.  You'll see what I mean and can refine the concept to fit what you need.  I have a family site that has nearly 80 pages, each of which is a separate site.  So when I finish with a page (nearly all are never edited once they are published) I can put that domain file aside (but backed up) and not have to deal with it.
    You can lay it out graphically on paper to get an idea how you will want to separate and group the pages.

Maybe you are looking for

  • Which VGA adaptor for my Intel Core 2 Duo iMac?

    Hi folks... new to this forum. I'm looking to hook up my 20" iMac to a 2nd monitor (it's a 20" Samsung VGA). I'm very confused... So far, I've bought 2 different adaptors (neither of which fit the iMac): Apple Mini DVI to VGA Adapter (which is listed

  • Can i use Hibernate for this?

    Hi all, I have this use case which i want to optimize. Any help is really appreciated. Say a user "on average" has 100 records in user_info table. I do almost 50 queries on user_info table for that user, usually selecting aggregate of a value column

  • How to create a abap proxy in sproxy netweaver 7.01

    sproxy of nw 7.01 is completely different from previous version.For example in prev. versions there is message interface (inbound) (outbound) ... but in 7.01 , i cannot find how to create an abap proxy class , there is only display proxy in context m

  • How to go from dual boot to single boot? Assistance needed

    So I have been running Windows 10 long enough now that I am comfortable using it as my daily driver. I have a backup of my previous Windows 7 install should I need to go back for some reason. Currently I have Windows 7 and Windows 10 installed on sep

  • Adding album cover art

    So, I have an album with no cover art (and it's not a common record so iTunes can't find it when using the Get Album Artwork feature), so I have to add it manually. I select all the songs and klick "View info"->"Album artwork" I drag and drop my imag