How to remove - embed - cooliris

I contacted Cooliris - how do - to remove embed

the problem is that I do not speak English - and - limited knowledge

I explain to cooliris service - and they answered

------------------------------------------------------------------------

Hi there! Ah, I see! Yes,

you can add the following code to your FlashVar section of your Cooliris code: &showEmbed=false

Does that work for you?

Cheers, Jeff & the Cooliris Team

-------------------------------------------------------------------------

it's the weekend and I have more response

or tired of speaking with me that includes not :)

for you - What is - FlashVar - and add - code:&showEmbed=false

you think it is possible to remove - <e>embed

photos/browse/album/

http://demozzz.com/dolphin7b/m/photos/browse/album/Mariusz-s-wall-photos/owner/Mariusz

Bosun / Moderator -- My Products : http://www.boonex.com/market/posts/danielmarseille
Quote · 6 Mar 2010

Your code will look like:

<object id="o" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
width="600" height="450">
<param name="movie" value="http://apps.cooliris.com/embed/cooliris.swf" />
<param name="allowFullScreen" value="true" />
<param name="allowScriptAccess" value="always" />
<param name="flashvars" value="feed=api://www.flickr.com"" />
<embed type="application/x-shockwave-flash"
src="http://apps.cooliris.com/embed/cooliris.swf"
flashvars="feed=api://www.flickr.com""
width="600"
height="450"
allowFullScreen="true"
allowScriptAccess="always">
</embed>
</object>

You need to update it so it looks like:

<object id="o" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
width="600" height="450">
<param name="movie" value="http://apps.cooliris.com/embed/cooliris.swf" />
<param name="allowFullScreen" value="true" />
<param name="allowScriptAccess" value="always" />
<param name="flashvars" value="feed=api://www.flickr.com&showEmbed=false"" />
<embed type="application/x-shockwave-flash"
src="http://apps.cooliris.com/embed/cooliris.swf"
flashvars="feed=api://www.flickr.com&showEmbed=false""
width="600"
height="450"
allowFullScreen="true"
allowScriptAccess="always">
</embed>
</object>

Pull your code out of admin panel and put it in notepad so you can see it better full...in  my tests the button appears after refresh no cache needs cleaning.

I have video tutorials to help you mrpowless.com
Quote · 6 Mar 2010

Well done yet again MrPowless

clubbeyourself
Quote · 6 Mar 2010

mrpowless - or I found this code

Bosun / Moderator -- My Products : http://www.boonex.com/market/posts/danielmarseille
Quote · 6 Mar 2010

or I found this code

My compliments was to MrPowless for providing you with the exact change you needed to make, I agree you found the code and I apologise for the misunderstanding.

clubbeyourself
Quote · 6 Mar 2010

I did not find the code - you know where to find code to change

Bosun / Moderator -- My Products : http://www.boonex.com/market/posts/danielmarseille
Quote · 6 Mar 2010

Your code will be in the admin panel/builders/page blocks may admin/settings/basic settings...you put that code in...try to remember

I have video tutorials to help you mrpowless.com
Quote · 6 Mar 2010

I do not want to add a block with Cooliris

I want to delete <e> embed -

m/photos/browse/album/

http://demozzz.com/dolphin7b/m/photos/browse/album/Mariusz-s-wall-photos/owner/Mariusz

Bosun / Moderator -- My Products : http://www.boonex.com/market/posts/danielmarseille
Quote · 6 Mar 2010

modules/boonex/photos/templates/base/album_preview.html

<object id="o" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="100%" height="__height__" style="display:block;">
<param name="wmode" value="opaque"/>
<param name="movie" value="__swf_url__" />
<param name="allowFullScreen" value="true" />
<param name="allowScriptAccess" value="always" />
<param name="flashvars" value="feed=__rss_url__" />
<embed type="application/x-shockwave-flash"
src="__swf_url__"
flashvars="feed=__rss_url__"
width="100%"
height="__height__"
allowFullScreen="true"
allowScriptAccess="always"
wmode="opaque">
</embed>
</object>

use above example to put in your variable

I have video tutorials to help you mrpowless.com
Quote · 6 Mar 2010

<object id="o" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
width="600" height="450">
<param name="movie" value="http://apps.cooliris.com/embed/cooliris.swf" />
<param name="allowFullScreen" value="true" />
<param name="allowScriptAccess" value="always" />
<param name="flashvars" value="feed=api://www.flickr.com&showEmbed=false"" />
<embed type="application/x-shockwave-flash"
src="http://apps.cooliris.com/embed/cooliris.swf"
flashvars="feed=api://www.flickr.com&showEmbed=false""
width="600"
height="450"
allowFullScreen="true"
allowScriptAccess="always">
</embed>
</object>

if I put this code - there are more images of album - there are only images cooliris

Bosun / Moderator -- My Products : http://www.boonex.com/market/posts/danielmarseille
Quote · 6 Mar 2010

you know a way to delete - in browse / album / - <e> embed

http://demozzz.com/dolphin7b/m/photos/browse/album/Mariusz-s-wall-photos/owner/Mariusz

Bosun / Moderator -- My Products : http://www.boonex.com/market/posts/danielmarseille
Quote · 8 Mar 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.