Posts Tagged ‘movie’

Add Flash Movie on Facebook Profile Tab FBML

First you will need to create a preview image for the flash movie with a water mark that says click here, name it the same as your flash movie and obviously it will end up with the jpg or png or whatever image file extension you prefer.

Second, when you enter the html editor you should find two tabs the profile tab and the profile box tab, ok you will need to enter two not to different codes in each one

profile tab

<fb:swf swfbgcolor="000000" imgstyle="border-width:0px; border-color:white;" swfsrc="http://grafikdesign.wordpress.com/flash/xxxx.swf"/><imgsrc="http://grafikdesign.wordpress.com/flash/xxxx.jpg" width="766" height="800" />

http://wiki.developers.facebook.com/index.php/Fb:swf

Kung Fu Panda trailer wallpaper poster download high quality

We’ll all have to wait to see how the story pans out, but the character animation in this new Dreamworks film looks fantastic.

download the trailer here.

high quality poster
http://rapidshare.com/files/114470088/kung_fu_panda.jpg

Continue reading »

How to make a Flash movie transparent

The background of a Flash movie can be set to transparent. This
allows the background color or image of the HTML page that contains
the Flash movie to show through and allows the layering of Flash
content with DHTML content.

The following browsers currently support windowless mode:

Windows and Mac OS X

Internet Explorer 3 or higher (Windows)
Internet Explorer 5.1* and 5.2* (Macintosh)
Netscape 7.0*
Mozilla 1.0 or higher*
AOL*
CompuServe*

* Macromedia Flash Player version 6,0,65,0 (Windows) or 6,0,67,0
(Macintosh) or higher required for this feature.

Note: Mac Classic is not supported for this
feature. Transparent backgrounds are also not possible in a Flash
standalone projector.

Note: If windowless mode is used, performance
can be affected to some degree. If fastest performance is a top
priority, you may consider other design options.

Preparing the HTML page to make the Flash movie
transparent

Three methods of creating an HTML page with the correct code are
outlined below.

Publishing from Flash

The HTML for a Flash movie can be created using the Publish
Settings feature in Flash. The Publish Settings dialog box provides
an option to affect the WMODE setting. The options selected in the
Publish Settings will be added to the HTML source code
automatically:

  1. Choose File &amp;gt; Publish Settings. Select the HTML tab.
  2. Choose “Transparent” in the WMODE
    setting to make the Flash movie’s background disappear in browsers
    which support this feature.
  3. Publish the document.

Using Dreamweaver

Follow the below steps, and Dreamweaver will insert the correct
HTML code automatically.

  1. In Dreamweaver, insert the Flash movie into an HTML page.
  2. Select the Flash movie in the Design View.
  3. In the Properties panel, choose Parameters.
  4. For the Parameter, enter “wmode” (without quotes). For the
    Value, enter “transparent”.
  5. Save the document. The HTML page is complete.

View a demonstration of these steps.

Editing HTML code manually

To edit an existing HTML page, add the WMODE parameters to the
HTML code.

  1. Add the following parameter to the OBJECT tag:
    &amp;lt;param name="wmode" value="transparent"&amp;gt;
  2. Add the following parameter to the EMBED tag:
    wmode="transparent"
Follow

Get every new post delivered to your Inbox.

Join 108 other followers