<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Webmaster-Source &#187; flash</title>
	<atom:link href="https://www.webmaster-source.com/tag/flash/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.webmaster-source.com</link>
	<description>Useful Resources For Webmasters</description>
	<lastBuildDate>Thu, 24 Aug 2017 02:01:18 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.42</generator>
	<item>
		<title>MediaElement.js — HTML5 Video Player With Flash Backup</title>
		<link>https://www.webmaster-source.com/2010/08/02/media-element-js-html5-video-player-with-flash-backup/</link>
		<comments>https://www.webmaster-source.com/2010/08/02/media-element-js-html5-video-player-with-flash-backup/#comments</comments>
		<pubDate>Mon, 02 Aug 2010 11:48:21 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[(x)html]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=3493</guid>
		<description><![CDATA[Many modern web browsers have early support for the &#60;video&#62; and &#60;audio&#62; elements in the HTML5 spec. Unfortunately, their implementation varies depending on the ideals of the various browser developers. Safari expects video to be encoded in the high-quality H.264 codec, other browsers prefer Ogg Theora. Google is trying to push their own freely-licensed VP8 [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Many modern web browsers have early support for the &lt;video&gt; and &lt;audio&gt; elements in the HTML5 spec. Unfortunately, their implementation varies depending on the ideals of the various browser developers. Safari expects video to be encoded in the high-quality H.264 codec, other browsers prefer Ogg Theora. Google is trying to push their own freely-licensed VP8 codec, which Mozilla is showing signs of adopting. Then there&#8217;s Internet Explorer, which doesn&#8217;t support the &lt;video&gt; element at all.</p>
<p>Thankfully, there&#8217;s a way to fairly easily support everything. You can offer HTML5 video in one or more formats and fall back on Silverlight or Flash if necessary.</p>
<p><a href="http://mediaelementjs.com/">MediaElement.js</a> allows you to do that with a little bit of jQuery voodoo. After including all of the required files, you can serve-up an H.264 video for Safari and iPhone/iPad users like so:</p>
<pre class="brush: xml; title: ; notranslate">
&lt;video src=&quot;myfile.mp4&quot; type=&quot;video/mp4&quot; width=&quot;640&quot; height=&quot;360&quot;&gt;&lt;/video&gt;
&lt;script&gt;
jQuery(document).ready(function($) {
$('video').mediaelementplayer();
});
&lt;/script&gt;
</pre>
<p>There is also a way to specify more than one video type in the &lt;video&gt; element, if you have re-encoded it into more than one codec:</p>
<pre class="brush: xml; title: ; notranslate">
&lt;video width=&quot;640&quot; height=&quot;360&quot;&gt;
&lt;source src=&quot;myfile.mp4&quot; type=&quot;video/mp4&quot; &gt;
&lt;source src=&quot;myfile.ogg&quot; type=&quot;video/ogg&quot; &gt;
&lt;source src=&quot;myfile.webm&quot; type=&quot;video/webm&quot; &gt;
&lt;/video&gt;
</pre>
<p>You will want to <a href="http://mediaelementjs.com/">check it out</a> if you&#8217;re interested in cross-browser compatible web video.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2010/08/02/media-element-js-html5-video-player-with-flash-backup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash Development is Hard</title>
		<link>https://www.webmaster-source.com/2008/10/31/flash-development-is-hard/</link>
		<comments>https://www.webmaster-source.com/2008/10/31/flash-development-is-hard/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 10:39:02 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=972</guid>
		<description><![CDATA[It&#8217;s no secret that I&#8217;m not a fan on full-Flash websites. They&#8217;re not very usable, search engines don&#8217;t really like them, and permalinks are near impossible. (There are a select few Flash sites that are just so cool that I can&#8217;t help but liking though.) However, there are some cases where Flash is a good [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>It&#8217;s no secret that <a href="http://www.webmaster-source.com/2008/07/22/google-and-yahoo-to-index-flash-unfortunately/">I&#8217;m not a fan on full-Flash websites</a>. They&#8217;re not very usable, search engines don&#8217;t really like them, and permalinks are near impossible. (There are a select few Flash sites that are just so cool that I can&#8217;t help but liking though.) However, there <em>are</em> some cases where Flash is a good idea. Streaming video is a good example. <span style="text-decoration: line-through;">Animated, talking banners ads that fly across your screen are too.</span> Then you have casual web games, and other things I&#8217;m sure.<span id="more-972"></span></p>
<p>Recently I&#8217;ve been working on a project (too be announced, shhh&#8230;) that makes heavy use of Flash. Not just straight Flash either, ActionScript-heavy, talking to service-side PHP scripts-type flash. It&#8217;s going slowly, and there is a long way to go still. I&#8217;ve got the user authentication part down, but the meat of the project is still ahead.</p>
<p><strong>It&#8217;s not easy.</strong> Sure, I&#8217;m fairly new to ActionScript, but it&#8217;s not just that. Flash is a very complex, finicky beast. Developing for Flash isn&#8217;t easy, especially when you have server-side work on top of it all. ActionScript is somewhat arcane, and though it&#8217;s syntax is fairly simple, it has some real oddities to it.</p>
<p>I&#8217;ve gained a lot of respect for Flash developers over the past couple weeks.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2008/10/31/flash-development-is-hard/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>3 Flash Web Players For Audio</title>
		<link>https://www.webmaster-source.com/2008/09/15/3-flash-web-players-for-audio/</link>
		<comments>https://www.webmaster-source.com/2008/09/15/3-flash-web-players-for-audio/#comments</comments>
		<pubDate>Mon, 15 Sep 2008 10:46:13 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Software & Scripts]]></category>
		<category><![CDATA[Audio]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[MP3]]></category>
		<category><![CDATA[player]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=819</guid>
		<description><![CDATA[Do you produce podcasts, or otherwise make use of audio files on your website? Here are a few Flash players to enable your listeners to easily stream audio from your server. JW FLV Media Player Jeroenwijering&#8217;s player is one of the wider-known ones, and one of the first. It plays MP3s, AACs, H264 video, FLV [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Do you produce podcasts, or otherwise make use of audio files on your website? Here are a few Flash players to enable your listeners to easily stream audio from your server.</p>
<h3>JW FLV Media Player</h3>
<p><img class="alignnone" title="JW Player" src="http://i36.tinypic.com/2agr9t4.jpg" alt="" width="300" height="20" /></p>
<p>Jeroenwijering&#8217;s player is one of the wider-known ones, and one of the first. It plays MP3s, AACs, H264 video, FLV video, and it can even stream video from YouTube. It&#8217;s very customizable too. <a href="http://jeroenwijering.com/?item=JW_FLV_Media_Player">Get it here</a>.</p>
<h3>1 Pixel Out Audio Player</h3>
<p><img class="alignnone" title="1 Pixel Out Player" src="http://i33.tinypic.com/72bv3s.jpg" alt="" width="200" height="24" /></p>
<p>This one is very popular among WordPress users. It&#8217;s available as a WordPress plugin or as a standalone solution. It&#8217;s very compact and simple. <a href="http://www.1pixelout.net/code/audio-player-wordpress-plugin/">Get it here</a>.</p>
<h3>Dewplayer</h3>
<p><img class="alignnone" title="Dewplayer" src="http://i34.tinypic.com/11jugbo.jpg" alt="" width="204" height="23" /></p>
<p>Dewplayer is the &#8220;new guy.&#8221; It&#8217;s lightweight and compact. It comes in three versions with varying amounts of buttons. <a href="http://www.alsacreations.fr/dewplayer-en">Get it here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2008/09/15/3-flash-web-players-for-audio/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Google and Yahoo to Index Flash (Unfortunately)</title>
		<link>https://www.webmaster-source.com/2008/07/22/google-and-yahoo-to-index-flash-unfortunately/</link>
		<comments>https://www.webmaster-source.com/2008/07/22/google-and-yahoo-to-index-flash-unfortunately/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 10:41:01 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[Search Engines]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=652</guid>
		<description><![CDATA[Earlier this month, Google and Yahoo announced that they will soon begin reading and indexing Flash files. This means that the search engines will be able to read through the content inside a full-Flash website (example) and commit the content to the index, where it will be ranked like any other website. Flash developers are [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Earlier this month, Google and Yahoo announced that <a href="http://arstechnica.com/news.ars/post/20080701-google-yahoo-spiders-can-now-crawl-through-flash-sites.html">they will soon begin reading and indexing Flash files</a>. This means that the search engines will be able to read through the content inside a full-Flash website (<a href="http://harrypotter.warnerbros.com/">example</a>) and commit the content to the index, where it will be ranked like any other website.</p>
<p>Flash developers are still celebrating, and I&#8217;m sure this is good in some ways, but&#8230;</p>
<p>I really don&#8217;t like the idea of Flash sites being indexable. People are going to start thinking it&#8217;s okay to build entire sites in Flash again, and believe me, we don&#8217;t want that. Though they will soon be indexable by search engines, Flash sites still<span id="more-652"></span></p>
<ul>
<li>Take forever to load as opposed to a &#8220;normal&#8221; page.</li>
<li>Fail on usability. Example: Want to open a Flash site&#8217;s page in a new tab? Forget it. You can&#8217;t just middle-click the button, and the right-click menu won&#8217;t work either.</li>
<li>Don&#8217;t work with screen readers, so optically challenged people will have a hard time.</li>
<li>Don&#8217;t print well, or at all.</li>
<li>Are more like brochures or presentations than like a website. A website has multiple points of entry, and each page has it&#8217;s own unique URL that a user can jump to. With a Flash site, you land on the main page every time, and have to navigate to the particular content. The web is not TV.</li>
</ul>
<p>Not to mention that Flash sites are generally littered with silly animations and other visual gimmicks&#8230;and one of the big reasons people build Flash sites is so they can have those silly animations.</p>
<p>I think this move will encourage more Flash sites to be built again, and I really don&#8217;t want that. Don&#8217;t get me wrong, Flash is a useful technology, and is great when used sparingly, in scenarios that add to a site. I like Flash video players, Flash countdowns, etc. I don&#8217;t like seeing entire websites built in Flash. With the exception of a couple that I think are kind of cool, or if I really need a certain bit of information, I&#8217;ll often leave when I see a Flash site.</p>
<p><strong>Further reading&#8230;</strong></p>
<ul>
<li><a href="http://www.bigblogcompany.net/index.php/weblog/individual/why_flash_sites_are_evil/">Why Flash sites are… EVIL</a></li>
<li><a href="http://www.webmasterworld.com/forum21/2832.htm">Discussion: Why are flash sites bad?</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2008/07/22/google-and-yahoo-to-index-flash-unfortunately/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Flash Page Peel Ads</title>
		<link>https://www.webmaster-source.com/2008/06/27/flash-page-peel-ads/</link>
		<comments>https://www.webmaster-source.com/2008/06/27/flash-page-peel-ads/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 10:05:20 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Monetization]]></category>
		<category><![CDATA[Ads]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[page peel]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=612</guid>
		<description><![CDATA[One thing I&#8217;ve found interesting of late is Flash Page Peel Ads. They&#8217;re an intriguing form of advertisement. You&#8217;ve probably seen them in some form or another by now. In a textbook case, a page with one of the ads on it appears to have a &#8220;dog-ear&#8221; fold in the upper right corner. When hovered [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>One thing I&#8217;ve found interesting of late is <a href="http://www.hongkiat.com/blog/create-a-peel-away-effect-on-website-how-to/">Flash Page Peel Ads</a>. They&#8217;re an intriguing form of advertisement. You&#8217;ve probably seen them in some form or another by now. In a textbook case, a page with one of the ads on it appears to have a &#8220;dog-ear&#8221; fold in the upper right corner. When hovered over, the corner peels back to reveal an image, often an ad, underneath. Unobtrusive, and kind of fun to play with. <img src="https://www.webmaster-source.com/wp-includes/images/smilies/icon_biggrin.gif" alt=":D" class="wp-smiley" /></p>
<p>There have been debates over <a href="http://www.bloggingtips.com/2008/06/11/whats-your-opinion-of-peelawayads/">whether the ads are a good idea or not</a>, though this isn&#8217;t really a topic you can go off comments from other people. The web is full of people who would call a single 125&#215;125 ad &#8220;annoying&#8221; simply because it&#8217;s an ad. What do <em>you</em> think of them? Annoying or not? A good rule of thumb when deciding on such matters is &#8220;would it bother <em>you</em> if you ran into it on a site you frequent?&#8221;</p>
<p>Personally, I think they&#8217;re a good idea because they stay out of the way until a user requests further interaction. They&#8217;re noticeable, yet can be ignored very easily since they take up so little space on a page. It&#8217;s fun to hover over the ad to make it peel open and close too. (Not to mention you have a large ad that can be priced highly, yet takes up little space on the page.)</p>
<p>They&#8217;re an interesting concept, though one that&#8217;s been earning some bad rep from &#8220;Make Money Online&#8221; blogs, which I find annoying in themselves, implementing them in annoying and shoddy ways. Personally, I&#8217;d like to see this new ad format go into more serious use. They lend to cleaner pages, and they&#8217;re kind of fun.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2008/06/27/flash-page-peel-ads/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>FitFlash: Automatically Resize Flash Movies</title>
		<link>https://www.webmaster-source.com/2007/11/28/fitflash-automatically-resize-flash-movies/</link>
		<comments>https://www.webmaster-source.com/2007/11/28/fitflash-automatically-resize-flash-movies/#comments</comments>
		<pubDate>Wed, 28 Nov 2007 12:03:57 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Software & Scripts]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/2007/11/28/fitflash-automatically-resize-flash-movies/</guid>
		<description><![CDATA[Do you use Macromedia Flash in your websites? While it gets some bad press (SEO and usability-wise), it&#8217;s got a lot of good uses. YouTube, and other video-sharing sites, use Flash to play videos. Some sites have Flash-animated logos. A lot of online games are made with Flash. A common annoyance with Flash &#8220;movies&#8221; (the [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Do you use <a href="http://www.amazon.com/gp/product/B000NDICRW?ie=UTF8&amp;tag=webmasterso0d-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=B000NDICRW">Macromedia Flash</a> in your websites? While it gets some bad press (SEO and usability-wise), it&#8217;s got a lot of good uses. YouTube, and other video-sharing sites, use Flash to play videos. Some sites have Flash-animated logos. A lot of online games are made with Flash.</p>
<p>A common annoyance with Flash &#8220;movies&#8221; (the term for Flash files) is that they have a static size. While you can scale them by hard-coding pixel values into the embed code, there&#8217;s no easy way to have a Flash movie automatically scale itself to fit its parent element.</p>
<p>Enter <a href="http://fitflash.millermedeiros.com/">FitFlash</a>, a JavaScript library that will allow you to make your Flash movie &#8220;fluid.&#8221; If you build full-Flash websites (*cough* <a href="http://www.harrypotterorderofthephoenix.com/">Warner Brothers</a> *cough*) then you <em>definitely</em> want to look into this.</p>
<p>FitFlash looks like a great library, though I (currently) don&#8217;t have much need for it. If you work with Flash a lot, look into <a href="http://fitflash.millermedeiros.com/">FitFlash</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2007/11/28/fitflash-automatically-resize-flash-movies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/


Served from: www.webmaster-source.com @ 2026-04-05 02:56:31 by W3 Total Cache
-->