Search found 17 matches

Go to advanced search

by nancyht
Thu Jan 10, 2013 7:43 pm
Forum: Highslide JS Usage
Topic: Question about Preserve Content Loading a Page Twice
Replies: 3
Views: 5756
 
Jump to post

Re: Question about Preserve Content Loading a Page Twice

I was having the exact issue - trying to track views of an event listing - the view was being tracked twice for each view. Setting hs.objectLoadTime = 'after' solved it. Thank you!
by nancyht
Tue Dec 15, 2009 7:45 pm
Forum: News
Topic: Showcase
Replies: 74
Views: 778592
 
Jump to post

Re: Showcase

I'm using Highslide on my city's Tourism site to display videos and content on http://www.welcometostratford.com We've used it extensively on some of their satellite seasonal websites to display a variety of content. The site has a PHP - MySQL backend to pull content from the CMS and I added dhtml s...
by nancyht
Wed Apr 08, 2009 11:17 am
Forum: Highslide JS Usage
Topic: FLV playback jerky in Iframe pop-up
Replies: 4
Views: 2743
 
Jump to post

Re: FLV playback jerky in Iframe pop-up

The Highslide 'swf' type popup lets you send in parameters for each individual item, so you don't need a standalone swf file. See hs.swfOptions, example #2.
That's great, I'll have to give that a try.
by nancyht
Tue Apr 07, 2009 12:03 pm
Forum: Highslide JS Usage
Topic: FLV playback jerky in Iframe pop-up
Replies: 4
Views: 2743
 
Jump to post

Re: FLV playback jerky in Iframe pop-up

I am not sure what may cause this - actually I can't see any clear difference in FF3 on Windows. The video seems to be a little jerky if I open it in a new tab as well. You could try opening the videos the way it is done at http://www.highslide.com/examples/flash.html , though I don't think it woul...
by nancyht
Mon Apr 06, 2009 7:55 pm
Forum: Highslide JS Usage
Topic: FLV playback jerky in Iframe pop-up
Replies: 4
Views: 2743
 
Jump to post

FLV playback jerky in Iframe pop-up

I seem to be having a problem with FLV playback in a highslide iframe pop-up. I'm using a generic player which seems to work fairly smoothly in a standalone browser window, however when played in a highslide window the playback seems slow and jerky. I've eliminated the docking menu being the problem...
by nancyht
Tue Dec 16, 2008 1:23 pm
Forum: Highslide JS Usage
Topic: link in pop-up triggered when page loads
Replies: 7
Views: 5221
 
Jump to post

Thanks for the tip - I decided I was actually getting too fancy with the onclick and didn't need to call it from the "parent" link since it's actually in the same page. I have set it up as a standard link - onclick="return hs.htmlExpand(this, { objectType: 'iframe',width:400,height:38...
by nancyht
Mon Dec 15, 2008 9:00 pm
Forum: Highslide JS Usage
Topic: link in pop-up triggered when page loads
Replies: 7
Views: 5221
 
Jump to post

link in pop-up triggered when page loads

I have a page with html content (maincontent block) in a div tag which is expanded by clicking a link on the page. Within the expanded content is a link which opens another pop-up window with another web page. This link works by replacing the href of a dummy link in the enclosing page with the href ...
by nancyht
Tue Dec 02, 2008 7:35 pm
Forum: Highslide JS Usage
Topic: HS Dreamweaver Plugin?
Replies: 8
Views: 6056
 
Jump to post

Another option would be to build a Behavior for Dreamweaver which would insert the expand onClick behavior into a link, either for images or iframes etc. All that's required is a javascript file and an HTML file for the user interface, but I'd have no clue how to go about doing it myself... There ar...
by nancyht
Fri Nov 14, 2008 6:47 pm
Forum: Highslide JS Usage
Topic: Problems triggering popup to open from another popup
Replies: 8
Views: 6115
 
Jump to post

Looks correct to me! Yes, great - but here's a poser: If I use this kind of link in an ajax popup (content is hidden in a div tag) the popup in this link fires as soon as the parent page is loaded, before the content with the link in it is even made visible in the popup or the link is even clicked ...
by nancyht
Sat Nov 01, 2008 3:03 pm
Forum: Highslide JS Usage
Topic: Problems triggering popup to open from another popup
Replies: 8
Views: 6115
 
Jump to post

Hah, I figured it out. :P This is how I had to write the link: <a onclick="parent.document.getElementById('pop').href='heritage-elegance.php';return parent.hs.htmlExpand( parent.document.getElementById('pop'), { objectType: 'iframe',width:320 } )" href="javascript:void(null)">bed...
by nancyht
Sat Nov 01, 2008 2:45 pm
Forum: Highslide JS Usage
Topic: Problems triggering popup to open from another popup
Replies: 8
Views: 6115
 
Jump to post

If I wanted to try to reference an anchor element in the parent page what's the correct snytax? return parent.hs.htmlExpand('pop', { objectType: 'iframe' } ) or return parent.hs.htmlExpand('#pop', { objectType: 'iframe' } ) or just return parent.hs.htmlExpand(pop, { objectType: 'iframe' } ) So far e...
by nancyht
Tue Oct 28, 2008 1:59 pm
Forum: Highslide JS Usage
Topic: youtube flash player
Replies: 17
Views: 12951
 
Jump to post

Having similar issue at http://dev.welcometostratford.com/ (click any of the video links in the flash menu at the bottom - Shopping for example - to load a pop-up video window.) Problem was the sound kept playing for a couple of seconds after the pop-up window is closed. I used preserveContent=false...
by nancyht
Tue Oct 28, 2008 1:46 pm
Forum: Highslide JS Usage
Topic: Problems triggering popup to open from another popup
Replies: 8
Views: 6115
 
Jump to post

Yes that looks much simpler and I will try that - what I ended up doing is making a brand new link. Later - it works a treat, thanks. However - I've got another related problem using "return parent.hs.htmlExpand(this, { objectType: 'iframe' } )"- I'm trying to load another pop-up from with...
by nancyht
Thu Oct 09, 2008 4:42 pm
Forum: Highslide JS Usage
Topic: Problems triggering popup to open from another popup
Replies: 8
Views: 6115
 
Jump to post

Problems triggering popup to open from another popup

This is a complicated one, and sorry I don't have an online example of this as I'm still in production: I have html content in a div tag on the parent page. Once opened, there is a link in the content which needs to open a content popup from an external page (iframe type). I have written some javasc...
by nancyht
Thu Oct 09, 2008 4:14 pm
Forum: Highslide JS Usage
Topic: Safari adds vertical scrollbar for iframe content
Replies: 6
Views: 4710
 
Jump to post

I don't have Safari to test on but try taking out the Doctype declaration out of the page the pop-up content is in. I had the same problem with Internet Explorer but this cleared it up in most cases. Try also setting body style to overflow:hidden. Good luck with it!!

Go to advanced search