Is there a way to put a google sketch-up file in adobe muse?

i wanted to do a project and for the project i wanted to make a website and put a viewable sketch-up file in it. i wanted it to be like a small window that the viewer can then use the view tool to just look around the 3D model. is this possible? and if so how? thanks!

There can certain ways to achieve this as Muse does not includes any native feature for this purpose but you can go with any 3d panorama or 3d slideshows. Third party graphics can be integrated to Muse site with HTML input.
Other than this you can try flipcard option :
https://creative.adobe.com/addons/products/2117#.VUe5W5OTUrx
Thanks,
Sanjit

Similar Messages

  • Aperture trash is not displaying items in trash.  I want to get a number items out of trash.  How do I get them displayed or is there another  way  to put them back in the file?

    Aperture trash is not displaying items in trash.  I want to get a number items out of trash.  How do I get them displayed or is there another  way  to put them back in the file?

    See Why can't I see my deleted photos in Trash?

  • Every time i download a compilation cd or a rap cd where there is multiple rappers on any given song the entire cd gets split into individual files.Is there a way to put it into one singular file like all the other cds?

    Every time i download compilation cds each song saves sepertaly because each song is by a diferant artist. Is there a way to save it under 1 file like all the other cds?

    Generally all you need to do is fill in an appropriate Album Artist. For more details see my article on Grouping Tracks Into Albums, in particular the topic One album, too many covers.
    tt2

  • Is there a way to put comments in an .icd file?

    I think I know the answer to this, but is it possible to put comments into an .icd file?  I create many ICD files for Camera Link cameras (using both the NI Camera File Generator and by editing the text) and it would be very helpful if I could place comments in the file itself.
    Thanks, Bruce

    Thanks for taking the time to think about this issue.
    I tried your suggestion and now when trying to load the file in MAX it gives an IMAQ Error, "Error 0xBFF60108  The camera file does not support the current interface type."  I've tried many different forms of comments and none seem to work (; \\ -- %).  I am only way I am successfully able to use comments is if I put them at the very end of the file, after the last "{".
    Thanks anyway!
    Bruce

  • Is there a way to put a pdf on newsstand without using iBook?

    I have some travel pdfs that i'd like to access on my iPhone 4. Is there a way to put them directly onto newsstand, without having to download iBooks (and use up valuable space)?
    Thanks!

    Get a free online storage account (box.net, dropbox, sugarsync, google drive or whichever of the dozens of free offerings you like - I use box.net most of the time and it works well).  Then, put your PDF files up on the cloud storage account and only download the one or ones you need at any given time.  You can limit your transfers to only when you have a free wifi hotspot available.  That will minimize how much space you need to use for PDF document storage.
    As others mentioned, you have to load a PDF into an app to even see it - iBook if you like, or any of the dozens of PDF reader and editing apps available in the app store (Adobe Reader is available there, and is free).

  • Is there a way of putting firefox bookmarks folder on the dock

    Is there a way of putting firefox bookmarks folder on the dock. not just one bookmark. i have done that. but i want all of them in stack or something.. similar to how windows did it in the start menu. its annoying that you have to open firefox first to access your links.
    i got my first imac yesterday and loving it!!! albeit the text is a bit small but i have found the zoom!
    thanks in advance

    Perhaps you don't know how to bring icons into the Firefox  Toolbar. You can put many things up there, including Bookmarks. You can also remove an icon or rearrange the order of icons.
    From View>Toolbars>Customize
    Here is the Bookmarks icon (next to the History icon) from which you can open all your bookmarks directly. And if you can remember a keyword, it will find that one, or any others that come up with that keyword. It's really quite convenient to use and will stay updated with any new bookmarks that are added.
    This is showing the Bookmarks open, which can be closed by clickng on the small x.

  • Is there a way to put the same event on multiple icloud calendars?

    Is there a way to put the same calendar entry on multiple calendars?  I have five children and most of them use their iTouch to keep there calendar.   My calendar is on icloud and I'd love it if they could see only their events but I need to see all of them.   Many of the events affect more than one child.

    As follow up to the above question,  I am the person putting items on the calendars.  I am not just trying to see calendars that they are maintaining. 

  • My wife and I share an account , is there a way to put both our contact lists in our one iCloud account without merging them., My wife and I share an account , is there a way to put both our contact lists in our one iCloud account without merging them.

    My wife and I both have iPhones and we share an apple ID. Is there a way to put both our contact list in the same iCloud without merging the lists.  We want to be able to use the same iCloud account because we share info .

    Welcome to the Apple community.
    No, there is no way of maintaining two separate contact lists with one account. Ideally you should each have your own iCloud account, you can still share your info by allowing each other to log into the other's account as a secondary account at settings >mail, contact, calendars. You can choose which services you choose to share and which you don't. This way you could maintain separate contact lists but still share them.

  • Is there a way to put the bluetooth icon on the homepage?

    I pair my iphone with my car when I'm driving. Is there a way to put the bluetooth icon on the homepage so I don't have to go through settings to turn the bluetooth on and off?
    I don't like to leave the bluetooth on all the time because it drains the battery, but it's kinda a pain to have to go through settings everytime I want to use this feature.
    On my last cell phone I could assign a "hot key" to automatically turn the bluetooth on and off. I really liked that. This bluetooth system seems a little dated to me.

    No not yet, hopfully soon.

  • Is there a way to put the cursor at a specific location in a RichTextBox?

    Is there a way to put the cursor at a specific location in a RichTextBox?
    The following code places the cursor at the start of a RichTextBox:
        RichTextBox RTbx
        RTbx.Focus();
        TextPointer tp = RTbx.CaretPosition;
        tp = tp.DocumentStart;
        RTbx.CaretPosition = tp;
    Not sure how to place it at a specific location other than start and end.
    The RichTextBox has contents.  At this point in the code, I do know the specific "word" in the contents, as well as the position (number of chars) where that word is located.  I just need to programmatically place the cursor at that location.
    bhs67

    Oh sorry, I see I missed something out my original reply.
    I have markup:
    <Grid>
    <RichTextBox Name="rtb">
    <FlowDocument>
    <Paragraph >This is the first paragraph</Paragraph>
    <Paragraph >TSecond paragraph is here</Paragraph>
    </FlowDocument>
    </RichTextBox>
    </Grid>
    Code - this is the window contentrendered event
    private void Window_ContentRendered(object sender, EventArgs e)
    rtb.Focus();
    // TextPointer moveTo = rtb.CaretPosition.GetNextInsertionPosition(LogicalDirection.Forward);
    TextPointer moveTo = rtb.CaretPosition.GetPositionAtOffset(9, LogicalDirection.Forward);
    if (moveTo != null)
    rtb.CaretPosition = moveTo;
    I see the cursor between the t and he of the second "the".
    Note that there are numerous other options such as the commented out line.
    Hope that helps.
    Recent Technet articles: Property List Editing;
    Dynamic XAML

  • Is there a way to put links within documents in Pages

    Is there a way to put a link on the first page of a Pages document that would take you to a certain location within the same document or to another document?

    Barry,
    See "Using Hyperlinks and Bookmarks" on page 110 of the Pages User Guide PDF. You can download the guide from the Help menu.
    Jerry

  • Is there a way to put a large amount of music on your iPod without having to keep all the files in iTunes on your computer as well? I want to put my entire music collection (including cds) on my iPod but don't want to take up the space on my computer.

    is there a way to put a large amount of music on the ipod without having to keep all the files on itunes as well? I want to use my ipod as an externa drive and put all of my music on it without taking up the space on my computer. I also don't want to lose all my files everytime I plug ipod into my computer. Is this possible? Is there a way to avoid using itunes and only use the ipod as an external drive?

    You cannot put music onto your iPod without using iTunes, that what iTunes is for.
    It's also not a good idea to wipe the music from your computer and having it only on your iPod. We see countless posts here from people who have done just that - and then lost everything when the iPod needs a Restore. Even if you never need to Restore your iPod, what happens when you eventually replace the iPod? You'll be back here asking how to get the music from one iPod to another. That's not easy to do, we see countless posts about that too!
    A much better idea is to buy an external drive (a proper external drive, not simply an iPod) and put your large amount of music onto that drive. Then point your iTunes Library to that drive. However, you need to remember two things:
    You still need a backup of that Library.
    Using an external drive as your iTunes Library means that the drive must be connected and ready to read before starting your iTunes programme. If it isn't, then iTunes will look on the C: drive - and you will find no music in your Library. (Once again, lots of posts about that as well!)

  • Is there a way to put a playlist on my phone from my computer without erasing the other music from my phone?

    Is there a way to put a playlist on my phone from my computer without erasing the other music from my phone?

    Not if you set up very carefully what you want synced from your computer.  Make sure you have not set things to sync automatically and manually choose the settings of what gets synced

  • When streaming a movie from an imac to apple tv, is there a way of putting the imac display off? I find it a waste having the screen on in another room. Any advice?

    When streaming a movie from an imac to apple tv, is there a way of putting the imac display off? I find it a waste having the screen on in another room. Any advice?

    No problem.
    This is a user forum so you are not addressing Apple. There's nothing to fix, that's how home-sharing works. There would be no way for the ATV to recognize your library and display content if the computer is in sleep mode.
    You can always airplay from an IOS device or use icloud if you don't wish to keep the computer on.

  • Is there any way to put the mini calendar on the monthly calendar as in Leopard?

    I downloaded Lion about a month ago and the only dislike is ical. For one is there any way to put the mini calendar on the monthly display as it was in Snow Leopard. It makes it much easier instead of flip flopping back and forth to see last month or previous months?

    Nope

Maybe you are looking for