It's tough to tell you what to do without seeing this application in  
action. Can you provide a link to it, whether it's working or not?

Jeremy R. Geerdes
Effective website design & development
Des Moines, IA

For more information or a project quote:
http://jgeerdes.home.mchsi.com
http://jgeerdes.blogspot.com
http://jgeerdes.wordpress.com
[email protected]

Unless otherwise noted, any price quotes contained within this  
communication are given in US dollars.

If you're in the Des Moines, IA, area, check out Debra Heights  
Wesleyan Church!

And check out my blog, Adventures in Web Development, at 
http://jgeerdes.blogspot.com 
  !


On Dec 10, 2009, at 9:44 AM, Bangledesh wrote:

> I can't get the below code working;
>
> <script type="text/javascript">
>
>  /**
>   * utilize the programmatic navigation
>   */
>  var ss = new GFslideShow(feed, 'slideShow');
>  ss.goForward();  // Moves to the next photo
>  ss.goBackward(); // Moves to the previous photo.
>  ss.gotoIndex(0); // Moves to the first photo.
>  ss.pause(false); // Pause without displaying the pause image.
>  ss.resume();     // Resume play.
>
> </script>
>
>
> When I use it inside of the main js (below), it is causing feed
> problems. Does anyone can help me?
>
>  <script type="text/javascript">
>  function GetURLFullSize(entry)
> {
>
> var content = entry.content;
> var start = content.indexOf("<img src=")+10;
> var stop = content.indexOf(".jpg",start)+4;
> var thumburl = content.substring(start,stop);
> var ttlGen=Math.floor(Math.random()*20)
> thumburl=thumburl.replace("th_","");
>
> return(thumburl);
> }
>    function load() {
>      var samples = "http://rss.framechannel.com/productid=VUNOW720/
> frameid=6112772894ade1e5a6d15e7.87112235/resolutionId=15/ttl=34534/
> firmware=1.0";
>      var options = {
>        numResults : 16,
>        thumbnailUrlResolver : GetURLFullSize,
>        fullControlPanel: true,
>               fullControlPanelSmallIcons: true,
>               thumbnailSize : GFslideShow.THUMBNAILS_LARGE,
>               pauseOnHover: false,
>               scaleImages : true,
>
>               displayTime: 2000,
>               transitionTime: 600,
>               linkTarget : google.feeds.LINK_TARGET_BLANK
>      };
>     // var ss = new GFslideShow(samples, "slideshow", options);
>        var ss = new GFslideShow(samples, 'slideshow',options);
>          return ss;
>         }
>    google.load("feeds", "1");
>    google.setOnLoadCallback(load);
>
>  </script>
>
>
> --
>
> You received this message because you are subscribed to the Google  
> Groups "Google AJAX APIs" group.
> To post to this group, send email to [email protected] 
> .
> To unsubscribe from this group, send email to 
> [email protected] 
> .
> For more options, visit this group at 
> http://groups.google.com/group/google-ajax-search-api?hl=en 
> .
>
>

--

You received this message because you are subscribed to the Google Groups 
"Google AJAX APIs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-ajax-search-api?hl=en.


Reply via email to