News with Scrolling Title

Hi expert,
I am trying to create news with scrolling. In my custom logon page, i called news iview with "Anonymous access". It display the news title using iframe. now i want the news title is scrolling(using marquee). How can i do it.  Help needed.
Regards,
Art

Hi Art,
The problem is that the JS code provided expects the content within some JS variable. So the task would be to fetch the content on server side and to render the whole thing (JS with the content to be displayed inside) on server side, too, and to pass this stuff to the client. With this, there wouldn't be the standard Navigation component to be placed on your page but your own component, which would do the things described above.
That shouldn't be too hard alltogether, the main question will be if it works to place the very complex HTML(B) stuff into the JS variable and to show up this. Maybe it works, maybe not, in the latter case you may have to reduce the content by accessing the text from the resources, but not to access the whole rendered RenderListItem form...
Hope it helps
Detlev

Similar Messages

  • Discover New Parallax Scrolling with Adobe Muse CC | Creative Cloud for Design | Adobe TV

    Terry White, Adobe worldwide evangelist, shows how Adobe Muse CC lets you create stunning effects with just a few clicks. Make images and elements move in different directions at different speeds when scrolling — all without writing code.
    http://adobe.ly/12yzGv0

    There has to be a way to create a Re: Discover New Parallax Scrolling with Adobe Muse CC | Creative Cloud for Design | Adobe TV slideshow that fills browser width. It's not a problem for desktop, but it is a problem for laptops/tablets/phones.
    How did the site in the tutorial do it? Terry said it was created in Muse.
    Here is a test site that I've been working on - I would love to make it responsive w/o having to create separate tablet/phone sites:
    http://mandm.businesscatalyst.com
    Any suggestions?

  • Getting Smooth Text with Boris Title Crawl (Scroll)

    Hi, using FCP 5 (Studio) with Boris Title Crawl generator.
    It seems to work pretty well, does what it should, renders relatively fast, all that. The only problem is the upward scrolling motion is a little jumpy. Just wondering what things I should be tweaking or some general strategy for getting a smooth text scroll.
    The timeline is 10-Bit uncompressed NTSC so there aren't DV text issues here (or so I'd think). I'm trying different fonts, bold and sans-serif. It looks OK, but not broadcast (DVD actually) ready.
    Thanks everybody, much appreciated.
    Jason

    Thanks Jim, makes sense.
    To adjust speed, do you mean basically slightly change the length of the clip? I don't see any other place to alter that.
    Thanks,
    Jason

  • Scrolling Titles-. What's up with the quality?

    I just created this wedding program, about an hour long. Anyway, I created a scrolling title in Final Cut Pro, and it looked great on the screen. Although, the external monitor showed signs that I was a little jittery.
    So I exported the movie and then built a DVD in DVD Studio Pro 4 and burned it. As soon as I watched it on my 50” TV, the titles were jittery, they looked terrible( I know its not a problem with the TV). Any suggestions on how to make smooth looking titles? In FCP?

    In addition to using Boris 3d Title - Read This Article on Titling in DV
    have fun.
    x

  • "Star Wars" style scrolling title?

    I am a new iMovie user (one week) and am getting frustrated already with the limited titles that seem to be provided. I am looking for two kinds of titles:
    1) A "Star Wars" style scrolling title to present a paragraph of text that bridges a narrative gap in my movie. I thought I could use the "credits" one, only to find out that iMovie automatically splits the text into two halves as though it were crediting people for roles in a movie. Argh! What I'm looking for is not exactly "A long time ago in a galaxy far, far away" where it disappears to a vanishing point at the top, but just something where a block of text can scroll smoothly up from the bottom and disappear up the top of the screen (if that makes sense).
    2) Also looking for a way to make "subtitles" that appear lower on the screen than the one provided with iMovie.
    Thanks!

    ...but just something where a block of text can
    scroll smoothly up from the bottom and disappear up
    the top of the screen (if that makes sense).
    Have you tried "Scrolling Block"?
    2) Also looking for a way to make "subtitles" that
    appear lower on the screen than the one provided with
    iMovie.
    Note that iMovie lets you adjust the vertical position of certain titles. As the title plays in the little preview window, move the mouse over the window. If the cursor changes to a cross the title is movable. Click on it to drag up or down.
    "Centered Title" is one.
    Other titling options are built into your Mac. They include all the text options in TextEdit, which lets you make lots of cool text. You convert the text into an image and import it.
    You can also use the Ken Burns Effect in iMovie to zoom/pan across images of text. You can create a block of text of any style or combinations of style, capture it as an image, and import the image using the Ken Burns effect to animate it however you like.
    It's possible too, of course, to purchase third-party title plug-ins for iMovie.
    Karl

  • Scrolling title problem

    I need to make a scrolling title longer than the time the program has set it to.
    I've already tried changing it by dragging the title out in the time line as well as altering the 'duration time' and manually entering, for example, 3 minutes. But it seems to be stuck on 2 minutes and will not allow me to extend the title to a longer time period.
    Any advice???
    p.s. the simpler the better... I've only had my mac for 1 month and am finding the switch from a pc quite challenging!

    There is only one way I know to make titles (and any other clip created with a generator) longer than 2 minutes: drag the clip into the browser (if not yet there); while in List view write a new length value into the Duration field of the browser, for example 3:00:00 (or simply 30000); use this modified clip in the timeline. Then FCE will use the new value as a clip duration.
    Piero

  • Problems with scroll bars in list view

    Hello,
    I am using Xcelsius 2008 (Build Number 12,2,166).  I am still having trouble with scroll bars on my list view control. Other list views in my dashboard seem to be ok. It seems that this list view is not ignoring the blank cells in my excel file. I have gone through many things to correct this problem. I have added a new list view, I have copied other list views that work correctly but still no success. It seems that the "Ignore Blank Cells" property is not working correctly. Does anyone have a solution for this?
    Much Thx!

    Hi Yusufel,
    Please check the data whether the cells are really blank or having any space which could not be seen, etc.
    With best wishes
    BaaRaa.

  • MinWidth not working with Scroller container

    So, this might be a dumb question from a relative Flex newbie, but I haven't been able to figure it out for the last few hours, after trying many different combinations.  In a scrolling Group, I'm able to get the vertical scrolling to behave exactly as I want it to, but the horizontal scrolling just doesn't seem to function no matter what I do.
    Examples from Design view:
    As you can see, the content is larger than minHeight of 800, so the scrollbar appears...hooray!  Now, for the horizontal scrolling....
    Horrible, ugly mega-fail.  (Note also that only some of the text areas actually scale, despite the fact that they're all coded identically...what's up with that?!).  I do realize that each of the nested border containers have children with fixed heights, and I'm using fluid widths throughout this layout..which may account for the different behavior.  But isn't that the whole point of the minWidth property?  To create a limit at which the scrollbars will appear?  I know I could force the Scroller size to 300, but then it would limit the size of the viewport to a maximum of 300, which is the last thing I want.  Basically, I need some help in understanding how the new Scroller system works with fluid layouts.  In MX, minWidth/minHeight just worked....*sigh*
    Can anyone help me fix this?  Please stop me from losing faith in Abode's ability to create APIs that function inituitively.
    Here's the code:
    <s:BorderContainer xmlns:fx="http://ns.adobe.com/mxml/2009"
    xmlns:s="library://ns.adobe.com/flex/spark"
    xmlns:mx="library://ns.adobe.com/flex/mx" dropShadowVisible="false"  width="100%" height="100%">
    <fx:Declarations>
    <!-- Place non-visual elements (e.g., services, value objects) here -->
    </fx:Declarations>
    <s:Scroller horizontalScrollPolicy="on" verticalScrollPolicy="auto" width="100%" height="100%">
    <s:Group width="100%" height="100%" minHeight="800" minWidth="300">
    <s:layout>
    <s:VerticalLayout paddingLeft="10" paddingRight="10" paddingTop="10" paddingBottom="10" gap="20"/>
    </s:layout>
    <s:BorderContainer id="choiceContainer" width="100%" minWidth="300" height="150" cornerRadius="10" backgroundColor="0xDDDDDD" borderWeight="0" dropShadowVisible="false">
    <s:layout>
    <s:VerticalLayout paddingLeft="10" paddingRight="10" paddingTop="20" paddingBottom="10" gap="10"/>
    </s:layout>
    <s:Label text="Learner Choice" fontWeight="bold" fontSize="14"/>
    <s:HGroup width="100%" height="20" verticalAlign="middle" horizontalAlign="center">
    <s:Label text="Choice Label" width="100" textAlign="right"/>
    <s:TextArea height="100%" width="100%" id="choiceLabelField" editable="true"/>
    </s:HGroup>
    <s:HGroup width="100%" height="50" verticalAlign="middle" horizontalAlign="center">
    <s:Label text="Full Choice" width="100" textAlign="right"/>
    <s:TextArea width="100%" height="100%" id="choiceBodyField"/>
    </s:HGroup>
    </s:BorderContainer>
    <s:BorderContainer id="resultsContainer" width="100%" minWidth="300" height="275" cornerRadius="10" backgroundColor="0xDDDDDD" borderWeight="0" dropShadowVisible="false">
    <s:layout>
    <s:VerticalLayout paddingLeft="10" paddingRight="10" paddingTop="20" paddingBottom="10" gap="10"/>
    </s:layout>
    <s:Label text="Outcomes"  fontWeight="bold" fontSize="14"/>
    <s:HGroup width="100%" height="50" verticalAlign="middle" horizontalAlign="center">
    <s:Label text="Coach Feedback" width="100" textAlign="right"/>
    <s:TextArea width="100%" height="100%" id="feedbackBodyField"/>
    </s:HGroup>
    <s:HGroup width="100%" height="50" verticalAlign="middle" horizontalAlign="center">
    <s:Label text="Customer Says" width="100" textAlign="right"/>
    <s:TextArea width="100%" height="100%" id="saysField"/>
    </s:HGroup>
    <s:HGroup width="100%" height="50" verticalAlign="middle" horizontalAlign="center">
    <s:Label text="Customer Thinks" width="100" textAlign="right"/>
    <s:TextArea width="100%" height="100%" id="thinksField"/>
    </s:HGroup>
    <s:HGroup width="100%" height="20" verticalAlign="middle" horizontalAlign="center" gap="20">
    <s:Label text="Satisfaction Change: "/>
    <s:NumericStepper id="satisfactionStepper" maximum="100" minimum="-100"/>
    <s:Label text="Expression: "/>
    <s:DropDownList id="expressionDropDown" width="100"/>
    </s:HGroup>
    </s:BorderContainer>
    <s:BorderContainer id="nextActionContainer" width="100%" minWidth="300"  height="130" cornerRadius="10" backgroundColor="0xDDDDDD" borderWeight="0" dropShadowVisible="false">
    <s:layout>
    <s:VerticalLayout paddingLeft="10" paddingRight="10" paddingTop="20" paddingBottom="20" gap="20"/>
    </s:layout>
    <s:Label text="Next Action"  fontWeight="bold" fontSize="14"/>
    <s:HGroup width="100%" height="20" verticalAlign="middle" horizontalAlign="center">
    <s:Label text="Link to " width="100" textAlign="right"/>
    <s:DropDownList id="linkToDropDown" width="100%"/>
    </s:HGroup>
    <s:HGroup width="100%" height="20" verticalAlign="middle" horizontalAlign="center" gap="20">
    <s:CheckBox id="alertCheckBox" label="Show pop-up alert before learner advances: "/>
    <s:Button id="editAlertButton" label="Edit Alert" enabled="{alertCheckBox.selected}"/>
    </s:HGroup>
    </s:BorderContainer>
    </s:Group>
    </s:Scroller>
    </s:BorderContainer>

    There have been a few bugs reported with Scroller.  It is trying to take on
    some new capabilities, like resizing content so it doesn't get occluded by
    the scrollbars and there's been some bugs in there.  In MX, the scrollbars
    just showed up on top of your content, which was undesireable for many
    folks.

  • Help with scrolling photo gallery

    I'm using the code below to for a scrolling photo gallery. I got this from another forum on Adobe. My problem is that I can't get my images to upload. I uploaded this for an image but it's not working:
    <img src="images/baca_poster_small.jpg" data-cycle-title="image1">
    Can someone please help me with getting my pictures to work in this?
    Thanks!
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>HTML5 document with Cycle2</title>
    <!--Latest jQuery Core Library-->
    <script src="http://code.jquery.com/jquery-latest.min.js">
    </script>
    <!--Cycle2 Plugin Script-->
    <script src="http://cdnjs.cloudflare.com/ajax/libs/jquery.cycle2/20130409/jquery.cycle2.min.js"></script>
    <style>
    .cycle-slideshow, .cycle-slideshow * {
    -webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin:0 auto;
    width:45%; /**adjust width as required**/
    .cycle-slideshow img {width: 100%;}
    </style>
    </head>
    <body>
    <h1><a href="http://www.malsup.com/jquery/cycle2/">jQuery Cycle 2</a> Responsive Slideshow</h1>
    <!--begin slideshow-->
    <div class="cycle-slideshow"
        data-cycle-pause-on-hover="true"
        data-cycle-speed="700"
    >
    <!--your images go here-->
    <img src="http://malsup.github.com/images/beach1.jpg" data-cycle-title="beach1">
    <img src="http://malsup.github.com/images/beach2.jpg" data-cycle-title="beach2">
    <img src="http://malsup.github.com/images/beach3.jpg" data-cycle-title="beach3">
    <img src="http://malsup.github.com/images/beach4.jpg" data-cycle-title="beach4">
    <img src="http://malsup.github.com/images/beach9.jpg" data-cycle-title="beach9">
    <!--end slideshow-->
    </div>
    </body>
    </html>

    Is this supposed to be a WordPress site?  None of these images are found on the server.  Those folders don't exist either.
    <img class="first" src="mosspictures/DSCN0038.JPG" alt="">
       <img src="mosspictures/DSCN0040.JPG" alt="">
       <img src="wordpress/wp-content/themes/MarcMossTheme/image-3.jpg" alt="">
       <img src="wordpress/wp-content/themes/MarcMossTheme/image-4.jpg" alt="">
       <img src="wordpress/wp-content/themes/MarcMossTheme/image-5.jpg" alt="">
       <img src="wordpress/wp-content/themes/MarcMossTheme/image-6.jpg" alt="">
       <img src="wordpress/wp-content/themes/MarcMossTheme/image-1.jpg" alt="">
       <img src="wordpress/wp-content/themes/MarcMossTheme/image-2.jpg" alt="">
       <img src="wordpress/wp-content/themes/MarcMossTheme/image-3.jpg" alt="">
       <img src="wordpress/wp-content/themes/MarcMossTheme/image-4.jpg" alt="">
    Nancy O.

  • Zoom with scroll wheel?

    The zooming with scroll wheel feature stopped working after I installed MAC OS X 10.6.  Anyone have a suggestion about how to get that feature working again?  Thanks.

    Okay...did that too.  We'll see.  I appreciate your help. 
    Having a major printing problem though.  Looks like I am going to be doing a lot of testing soon because the presents for my Canon iP6700D don't work like they did two days ago.  Canon has a new driver which I believe is the problem.  Maybe I can get back to the other one that worked like a charm.  -- Sandy

  • How to reduce scrolling title flicker without reducing title resolution???

    Hello all,
    so after 48 hours and around 200 pages of online forums, i've yet to find any definitive fix on my scrolling title issue-  anyone want to give it a try?
    so the basic issue it flickering titles (at least for now). Based on my recent education (forums etc), and after using the advice, my basic problem comes down to not being able to reduce flicker without reducing title resolution. This is to say that the many filters do stop the flicker but they also kill the razor sharpness of my titles. I have a little over two min's of scrolling titles (single long vertical column) that flicker beyond tolerance. After realizing that FCP's title generators are limited to a little over a minute, i went to livetype and had little luck there as well. I've tried the many half fixes recommended online (boris, color, scan line, filters etc) all with little to no positive result, and so i come to you a tad tired, upset, and respectfully in request of help.
    I just can't accept that a cinematic convention (scrolling titles), one alomst as old as cinema itself continues to be so problematic in the digital realm. Is their no simple or at least straight forward method for creating simple regular font scrolling titles that don't flicker or pulse on their way up the screen. good grief!
    Terry

    Best not double post.
    Stay one thread with same topic.
    thanks

  • Fading garbage mask with scrolling text

    Hello,
    I have some scrolling text which I have added a 4 point garbage mask to, I want the text to fade at the top of the screen where it disappears, instead of how it disappears now, it goes from totally visable to 100% gone, and looks unprofessional.
    To clarify a little bit more : There is an image at the top of the screen, so I want the
    text to scroll from the bottom of the screen, to the top of the screen, and fade away just as it almost hits the bottom of the image.
    Thanks for any advice on how to adjust this
    Dave.

    I would use Pixelan SpiceMaster for that. Imagine the shot below to be your scrolling text, when it gets to the top of the screen it turns transparent and disappears.
    When you combine this you can use scrolling titles like these with an increasing transparency at the top, like this one, where the top transparency was not yet added, but could very easily be made with SpiceMaster.

  • Hi, I need help with scrolling

    Hello I am Kevin Jin, I am working a huge project acually not that big, but I need help with five things, i mihgt have more things in my mind but here it is
    1. I need help with scrolling like where you have buttons for example or press on a navigation bar tab, then it goes to that specific pace of the page, for a one page website, for example some sites you press on contacts and gose down to the bottom of the page where the contacts place is located, not opening a new link.
    2.Second also I need help with navigation bar, where it fallows the scroll as it gose down, like for example when it is html the object is fixed to the top, and when you scroll down it will fallow it it,
    3.I need Parallex scrolling where you can have the timeline or animations run while you scroll in the meantime and have animation running all the time, for example the infographic site where the bees are fluying but still have seperate animations while you scroll
    4.I am so sorry i have two more to go, i appreciate your help, I would also like to ask if like looping each animations sperately, not looping the whole timeline, can it be possible to loop an animation while you have all the interactivity witht he site like looping seperately all the time, without interfeering with all the other animation
    5.I also are wondering if you can create multiple pages on one animate project, like multiple pages with html
    I just moved on to edge animate from html, and html was also beirf learn for me and mostly i was doing design work, and i thought getting out of graphic river and moving on the theme forest would be a better idea for me, thank you guys so much of the help and add me on skype : kevin2019170 or add me on facebook ; [email protected] or graphicriver, www.graphicriver.net/user/phantomore I would appriciate if you just would like contact me through SNS since I have that in hany 24 hours long, but the thred will also do, thank you doo much foryour help,
    P.S, I want also all the five things to work on one aimate project not interfeering with other ideas liek all five questions i had should run on one site,
    THANK YOU SO MUCH FOR YOUR HELP AND I APPRICIATE YOUR HELP!

    1.
    write this code in your button Click
    $('html,body').animate({scrollTop: sym.$("Your Symbole Name Here").offset().top}, "slow"); // scroll to the top of that symbol name
    Or :
    $('html,body').animate({"scrollTop":"600px"}, 750); // Higher value means slower , scroll to top page
    1 and 2 see this post http://forums.adobe.com/message/5531344#5531344
    3 use edge commons plugin http://www.edgedocks.com/edgecommons
    4.just put the animations behind eachother so when 1 is done, start with the animating the other symbol/div
    5. i thin its best just to make for every page a new project or make the site in muse.

  • I have recently transferred data from my old PC to my new Mac Book Pro (Mavericks OS). Each transfer creates a new User account (titled 'Owner', 'Owner 1', etc).  I want to merge the files from these transfers into my main user account.  Help?

    I have recently transferred data from my old PC to my new Mac Book Pro (Mavericks OS). Each transfer creates a new User account (titled 'Owner', 'Owner 1', etc).  I want to merge / consolidate the files from these newly created User accounts into my main user account.  Is there a tutorial for this process, or any tips?  Anyone? 

    Four transfers.  After the initial attempt with Migration Assistant failed (after hours and hours of wifi transfer) I did "mini-transfers" of more manageable, smaller bits of files -- my music in one, photos in another, etc.  Since posting my question in this forum, i contacted Apple support, chatted with Angela, and she suggested getting an ethernet-USB adapter for my mac, connecting my external drive with ethernet and transferring files manually -- that is, NOT using the Migration Assistant at all.  She sent me this link to help:  Switch Basics: Migrate your Windows files to your Mac.  I appreciate your response, tho', Csound1! 

  • IMovie 10.0.2 Scrolling titles alignment

    Hi
    Am I going mad? I cannot find how to centre align text in the scrolling titles.
    I stupidly started a project in new iMovie 10.0.2 OS X Mavericks 10.9.1 & didn't properly check out the new program before I loaded all my movie clips & photos - I really can't face starting it all again - but have to say, this new version of iMovie is a big backward step from previous versions - I hate it!!
    I just can't find a way to align the text. I have searched for instructions & it states "click on the align text buttons - but they are not showing. This is VERY frustrating. Can anyone help?
    Thanks
    Lynn

    It can be done, but not from within iMovie.
    Steps:
    1) Create your credits, using the 2 column format iMovie provides
    2) Select all your text (command a), and copy it to the clipboard (command-C)
    3) Open the word processor of your choice.  I used Microsoft Word. 
    4) Create a blank document
    5) Paste the text of your credits
    6) use the word processor to align your text (left, right or center)
    7) Select all the resulting text (command a)
    8) Copy it to the clipboard (Command C)
    9) click back to iMovie, and paste the clipboard (command V)
    It'll look a little weird when you first paste it.  Exit the edit text feature (easiest way is to move the timeline bar away from your credits) and play the movie, and voila your credits are aligned.

Maybe you are looking for