Flash on the Web

Posted Thursday, 10 September 2009 at 11:47 by Andrew Liu
Tagged: web applications | web development
Read more blogs...

 

More and more flash components are appearing on the web, and I came across this small issue which I thought would be good to share with everyone.  A client gave me a flash file to upload to their website, which sounded simple enough.  But it ended up being a series of flash, with the flash SWF file simply being the "container" for everything.  I know flash is now becomien more dynamic, and nowadays it is quite flexible so you can load files, or even blobs of text, from external files, and insert them into the flash at specific locations.

 

However, when embedding a flash file from another directory, the absolute and relative paths of these additional files becomes confusing.  Most of the time, the flash developer builds the files so that they are relative from the flash SWF file.  Sounds correct, at the time of development.  But when you embed the flash SWF file, it is unlikely that the file itself resides in the current directory.  Lets say we are embedding a flash SWF on our home page "/index.html".  Normally, you would embed the flash file from a specific target directory, say "/flash/home1/myflash.swf".  In doing so, the SWF file now looks for its external components relative to "/", which is where the "/index.html" file is located, as this is the original file.  Of course, our external images and text which are relevant to "/flash/home1/myflash.swf" are actually located in "/flash/home1/images.xml", and "/flash/home1/images/image1.jpg", etc.  But when loaded from "index.html" the flash SWF file looks for "/images.xml" and "/images/image1.jpg" instead!

 

To make the embedded flash file look in the correct directory, we need to tell it its BASE path.

 

We can do this a number of ways:

 

- in the object tag: <param name="base" value="/flash/home1/" />


- in the embed tag by adding the following attribute: base="/flash/home1/"
- with SWFObject by adding the script line: so.addParam("base", "/flash/home1/");
- using Flashnode: set base parameter in "Advanced flash node options"

 

Hope this helps out!


Resources: http://drupal.org/node/101918

Web News

The Dangers of HTML5: WebSockets and Stable Standards
New HTML5 technologies like WebSockets offer some amazing new opportunities for Web developers. But they also show how implementing unstable standards may cause more harm to a site than the benefits of the technology. What is the role of browsers and how should developers plan for when developing with HTML5?
2011-05-09T21:00:23-04:00

Internet Explorer 6: What Have We Learned?
IE6 shipped more than 10 years ago, but its non-standard implementation of the shifting standards of 2001 still haunts today's developers. As the Web shifts to HTML5, and new versions of IE, Firefox and Chrome debut, have we learned the lessons of IE6?
2011-05-09T20:50:33-04:00

Crank Up the Volume with HTML5 Music
With HTML5, music is making a comeback on the Web. Create amazing music site experiences where adding an audio file is as simple as inserting an image and users have more pause and play music outside a browser. The introduction of the tag eliminates the need for external music players, allowing for true integration of sound in your website.
2011-05-09T20:44:42-04:00

Dojo.behavior: Write Modularized HTML Document Event Handling
The dojo.behavior module provides a simple and lightweight mechanism for listening to HTML document events. Find out what makes dojo.behavior one of the best event handling mechanisms around.
2011-04-27T14:11:59-04:00

The Dojo Publish/Subscribe Event Mechanism
Learn how to use the Dojo Toolkit's versatile ContentPane widget to load dynamic content into your Web pages.
2011-04-25T07:04

Company Blog


Search Behaviour

Posted Tuesday, 19 October 2010 at 05:58 by Andrew Liu


As an SEO provider, you have one main goal. Get your client’s website to show up in search res...

Read more...



"sm bus" drivers missing in Device Manager

Posted Thursday, 18 March 2010 at 20:51 by Andrew Liu


When installing a new Windows XP installation, I seemingly always miss some drivers. One that troub...

Read more...



Link Building SEO Strategies

Posted Monday, 08 March 2010
Updated Tuesday, 09 March 2010 at 02:09 by Andrew Liu


Link building might be a necessary step for your search engine optimisation campaign, but very few p...

Read more...



Multiple Domains for SEO performance?

Posted Friday, 05 March 2010 at 23:13 by Andrew Liu


Online businesses and websites that cover a broad range of topics or one large topic are sometimes b...

Read more...



Tag Clouds - SEO or not?

Posted Thursday, 04 March 2010 at 04:34 by Andrew Liu


A tag cloud or word cloud is a visual depiction of tags or words related to a site, typically used t...

Read more...



Read more blogs...