<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Bookmarking in Flash: what can and can&#8217;t be done</title>
	<atom:link href="http://www.zedia.net/2008/bookmarking-in-flash-what-can-and-cant-be-done/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zedia.net/2008/bookmarking-in-flash-what-can-and-cant-be-done/</link>
	<description>Flash, ActionScript, SEO and everything in between</description>
	<lastBuildDate>Wed, 10 Mar 2010 23:19:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Billigflüge</title>
		<link>http://www.zedia.net/2008/bookmarking-in-flash-what-can-and-cant-be-done/comment-page-1/#comment-2657</link>
		<dc:creator>Billigflüge</dc:creator>
		<pubDate>Fri, 19 Dec 2008 14:12:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/2008/bookmarking-in-flash-what-can-and-cant-be-done/#comment-2657</guid>
		<description>Well it works wit IE, but can&#039;t get it working with firefox. And that that is my prefered browser... when i try to bookmark a certain point/part on a flashpage it still loads the page itself when i try to load the bookmark... are there any differents between the versions of FF? I&#039;m currently using the latest build of FF3</description>
		<content:encoded><![CDATA[<p>Well it works wit IE, but can&#8217;t get it working with firefox. And that that is my prefered browser&#8230; when i try to bookmark a certain point/part on a flashpage it still loads the page itself when i try to load the bookmark&#8230; are there any differents between the versions of FF? I&#8217;m currently using the latest build of FF3</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fernando Trindade</title>
		<link>http://www.zedia.net/2008/bookmarking-in-flash-what-can-and-cant-be-done/comment-page-1/#comment-2538</link>
		<dc:creator>Fernando Trindade</dc:creator>
		<pubDate>Thu, 20 Nov 2008 15:10:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/2008/bookmarking-in-flash-what-can-and-cant-be-done/#comment-2538</guid>
		<description>Hello

@David R.

Well David, you&#039;re not seeing the big picture here.

&quot;What if&quot; we want to bookmark a certain movie playing from a playlist?
If you bookmark the page, it would bookmark the player itself, not tha specific movie...

I can passa a var to the html saying player.php?thismovie=[pathofthemovie] to force the player to play THAT movie..
but it will not work IF I DON&#039;T GIVE IT...

bah...</description>
		<content:encoded><![CDATA[<p>Hello</p>
<p>@David R.</p>
<p>Well David, you&#8217;re not seeing the big picture here.</p>
<p>&#8220;What if&#8221; we want to bookmark a certain movie playing from a playlist?<br />
If you bookmark the page, it would bookmark the player itself, not tha specific movie&#8230;</p>
<p>I can passa a var to the html saying player.php?thismovie=[pathofthemovie] to force the player to play THAT movie..<br />
but it will not work IF I DON&#8217;T GIVE IT&#8230;</p>
<p>bah&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zedia.net</title>
		<link>http://www.zedia.net/2008/bookmarking-in-flash-what-can-and-cant-be-done/comment-page-1/#comment-2474</link>
		<dc:creator>zedia.net</dc:creator>
		<pubDate>Thu, 16 Oct 2008 18:17:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/2008/bookmarking-in-flash-what-can-and-cant-be-done/#comment-2474</guid>
		<description>I don&#039;t think you can do what you are tryng to do if the user press on the bookmark button in the browser; but if the user clicks in the bookmark button from your application, you can definetly change the url that is being bookmarked because the first parameter of the window.external.AddFavorite function is the url you want bookmarked.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t think you can do what you are tryng to do if the user press on the bookmark button in the browser; but if the user clicks in the bookmark button from your application, you can definetly change the url that is being bookmarked because the first parameter of the window.external.AddFavorite function is the url you want bookmarked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephane</title>
		<link>http://www.zedia.net/2008/bookmarking-in-flash-what-can-and-cant-be-done/comment-page-1/#comment-2473</link>
		<dc:creator>Stephane</dc:creator>
		<pubDate>Thu, 16 Oct 2008 12:26:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/2008/bookmarking-in-flash-what-can-and-cant-be-done/#comment-2473</guid>
		<description>I have another issue with bookmarking in IE.

I would like, when in IE, to alter the url of the page being bookmarked before it is bookmarked.

That is, when the user adds a favorite in IE using the IE menu, IE takes the url of the page somewhere, maybe in the DOM for what I know, and adds a newbookmark.

What I would like is to change this url, at page onload time for example, so that when the user adds a bookmark, the url being bookmarked by IE has already been changed by me.

Is this doable..? If so, mail me some tip at mittiprovence@yahoo.se

Thanks!

Stephane</description>
		<content:encoded><![CDATA[<p>I have another issue with bookmarking in IE.</p>
<p>I would like, when in IE, to alter the url of the page being bookmarked before it is bookmarked.</p>
<p>That is, when the user adds a favorite in IE using the IE menu, IE takes the url of the page somewhere, maybe in the DOM for what I know, and adds a newbookmark.</p>
<p>What I would like is to change this url, at page onload time for example, so that when the user adds a bookmark, the url being bookmarked by IE has already been changed by me.</p>
<p>Is this doable..? If so, mail me some tip at <a href="mailto:mittiprovence@yahoo.se">mittiprovence@yahoo.se</a></p>
<p>Thanks!</p>
<p>Stephane</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zedia.net</title>
		<link>http://www.zedia.net/2008/bookmarking-in-flash-what-can-and-cant-be-done/comment-page-1/#comment-2453</link>
		<dc:creator>zedia.net</dc:creator>
		<pubDate>Thu, 02 Oct 2008 19:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/2008/bookmarking-in-flash-what-can-and-cant-be-done/#comment-2453</guid>
		<description>Well I can see many reasons to have code triggering the bookmarking window, you might, for instance want to put emphasis on the fact that your flash application supports bookmarking you want to make it easy for the user by showing the &quot;bookmark this page&quot; button at the right time.

I think there is a point to this.</description>
		<content:encoded><![CDATA[<p>Well I can see many reasons to have code triggering the bookmarking window, you might, for instance want to put emphasis on the fact that your flash application supports bookmarking you want to make it easy for the user by showing the &#8220;bookmark this page&#8221; button at the right time.</p>
<p>I think there is a point to this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David R</title>
		<link>http://www.zedia.net/2008/bookmarking-in-flash-what-can-and-cant-be-done/comment-page-1/#comment-2451</link>
		<dc:creator>David R</dc:creator>
		<pubDate>Wed, 01 Oct 2008 18:52:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/2008/bookmarking-in-flash-what-can-and-cant-be-done/#comment-2451</guid>
		<description>Bookmarking is super simple, you don&#039;t need to write any code at all. The user just has to click the &#039;add bookmark&#039; button / menu in their browser. 

The reason there&#039;s no built in code into flash, is that there&#039;s no point. Why would I want to look around for a bookmark button inside every flash application or webpage, it will be different color, different places, etc, when I could just use my built-in bookmark button that always works, always in the same place?</description>
		<content:encoded><![CDATA[<p>Bookmarking is super simple, you don&#8217;t need to write any code at all. The user just has to click the &#8216;add bookmark&#8217; button / menu in their browser. </p>
<p>The reason there&#8217;s no built in code into flash, is that there&#8217;s no point. Why would I want to look around for a bookmark button inside every flash application or webpage, it will be different color, different places, etc, when I could just use my built-in bookmark button that always works, always in the same place?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
