These forums are provided for community interactions only. For official support please submit a support ticket.

You are not logged in.

#1 2010-10-26 15:14:09

willwenzel
Member
Registered: 2008-12-05
Posts: 31

Director switch for Watermark in Mobile

I'm guessing that Director knows if ssp mobile is requesting content as opposed to the ssp player.  If so, can you please add an option to have Director include a watermark just for the ssp mobile player?  My flash player has a watermark built in, but the mobile player serves unprotected images up.  Your help will be appreciated!!!

Offline

 

#2 2010-10-27 00:34:07

blasko229
New Member
Registered: 2010-02-17
Posts: 3

Re: Director switch for Watermark in Mobile

+1, I really need a solution for this. It is a cinch to download gallery photos with the iPad.

Offline

 

#3 2010-10-27 00:43:57

willwenzel
Member
Registered: 2008-12-05
Posts: 31

Re: Director switch for Watermark in Mobile

Thanks for adding your support, Blasko.  If we can get a few more people to add their support, maybe Todd will take notice smile

Offline

 

#4 2010-10-27 01:10:07

blasko229
New Member
Registered: 2010-02-17
Posts: 3

Re: Director switch for Watermark in Mobile

Actually I just found the setting in the slideshow pro director settings. Click settings in the top right and you will see you can add watermarks there at the bottom. Then go back to the album and then its settings and you can turn on your watermark.

Will need to turn off the one inside your regular slideshow swf or else you'll have doubles.

Working great on my droid!

Offline

 

#5 2010-10-27 01:52:46

willwenzel
Member
Registered: 2008-12-05
Posts: 31

Re: Director switch for Watermark in Mobile

Yes, I know that one.  My logo is over the top of the show in flash, so I don't need a watermark there.  Just in ssp_mobile.  that's why I'm looking for the switch.....

Offline

 

#6 2010-10-27 21:58:36

boycephoto
New Member
Registered: 2009-07-20
Posts: 7

Re: Director switch for Watermark in Mobile

+1 for a mobile-only watermark toggle.

Offline

 

#7 2012-01-06 23:53:01

basedrop
Member
Registered: 2006-08-25
Posts: 41

Re: Director switch for Watermark in Mobile

This could be a work around.  In your page header include this script:
<script type="text/javascript">// <![CDATA[
    if ((navigator.userAgent.indexOf('iPhone') != -1) || (navigator.userAgent.indexOf('iPod') != -1) || (navigator.userAgent.indexOf('iPad') != -1)) {
        document.location = "iphoneonlycontentpage.php";
    }
// ]]></script>

It will deliver a separate page "iphoneonlycontentpage.php" to iphones and ipads.  If you want to cover all mobile phones, get a detection script here: http://detectmobilebrowsers.com/

Once you've delivered the mobile users to a different page (or you can detect on the page and deliver a conditional set of code i.e. "this code for mobile, that code for all others") point your mobile only embed code at a different xml file path to a separate smart album that includes all the images in your original album(s).  Add the watermark to this album. 

Result:  Desktops get your traditional code and albums, mobiles get your mobile only code and smart album with watermark.

Offline

 

#8 2012-01-07 02:54:39

willwenzel
Member
Registered: 2008-12-05
Posts: 31

Re: Director switch for Watermark in Mobile

Thanks basedrop!

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson