Un tutorial vidéo pour les débutants en ActionScript que je viens de mettre en place. Au début je testais seulement le logiciel (IshowU) et le tout a fini en petit tutorial ;)
Vous verrez comment faire pour manipuler un objet graphique directement avec AS.
Le tutorial dure environ 5 min.

Visionner la vidéo
Télécharger la source
Voir l’exemple

Video tutorial for the beginner in ActionScript that I just have finished.
It was supposed to be only the test of IshowU, a Mac video capture free tools but it ended in a tutorial.
You’ll see how to manipulate a MovieClip directly from AS.
It’s about 5 min length.

Watch the video ( in French)
Download the source
See the sample

 

From Cnn :

Television viewing on mobile phones will reach the masses by 2008, the world’s largest cell phone maker Nokia said on Thursday.

I hope (and think) that Flash Lite will take this market.

 

Flash Player is the number one of Internet enabled PCs according a NPD Online survey published in December 2005.

  • Flash Player would be enabled in 97.7% of PCs
  • Acrobat Reader in 89.4%
  • Java in 86.2%
  • Media Player in 85.6%
  • Flash Player versions less than 5 are no longer measured. The sampling error for the NPD study is +/- 2% at the 95% confidence level.

    The study measures Windows Media Player versions 7 and above using “.wmv” media files.

    Flash Technologies BreakDown

    You can have more informations on the site of Macromedia

     

    If your are working with your fonts folder on win Xp, be careful to not do what I’ve just done:
    I was under my fonts folder (that you can find in the -> control panel -> fonts) and I selected all files (Ctrl-A). Then right-click and click on properties …
    Don’t do it ! Normally WinXP would open one properties box for all the files but in the fonts folder WinXP just open one properties box FOR-EACH fonts, which take me to a “not enough memory”, warning and then a win98 like freeze (with less than 5000 fonts). I had to reboot manually. Anyway it’s seems that it’s not a good idea to install all the fonts in the fonts folder (slow dramatically boot time), install the fonts you use only instead.

    Mar 122006
     

    I have just reinstall Opera since it is free and I want my website to be cross platform.
    I used it a bit, and went to labs.macromedia.com and I noticed that even them had trouble with Opera.
    Normally we shall see this:


    Css Bug picture


    With Opera (8.5 on mac and pc) we see this:


    Css Bug picture 2

    When will we have a unified web browser standard? It already exists, but seems hard to be followed. It would really be time for browser publisher to respect a maximum the web standard. Why is that so hard?
    It is really a pain for webdeveloper to make test on all browser, all version and so one (or at least on mostly used Ie and Ff).

     

    Nice conference at Geneva University of Physics about quantics computer.
    The conference is given by Michel Devoret from Yale University.
    Begin at 20:00 in the Grand auditoire de l’Ecole de physique.
    Read the poster (in french)

     

    Update: I have presented a clearer model to help search engines index your Flash content with a minimal work.


    Bad referencing in search engine is the only point that really bothers me with Flash.
    Why is it so hard for search engines to understand Flash content?
    Because it’s not text like they use to read it, it’s vectorial text or imported text, search engine mostly see the swf (swf = flash files) like an “image” or like something they don’t understand.
    Official solution: using the tags :

    ‹!--url's used in the movie-->

    ‹!--text used in the movie-->

    But it seems to be a very little help in that issue.

    Another reasons is that search engine follow link and as they don’t understand the link in swf they just don’t see all the structure of your swf.

    So what can we do for them?

    I would say that it’s important to separate the content in different swf that would be loaded in a main swf. If this main swf is loaded once in “a.html” you don’t need to load it again in “b.html” (because it’s in your browser cache), which allow us to make our swf having a structure like: “mygreatdog.html”, “mygreatcat.html”, “blabla.html”. Doing so will make your site more understandable by search engines (who care about the page name), and as a bonus it will make the back and forward button works naturally.

    To make your page understandable for search engines and with Flash on the same page is quite easy finally: my way is to make a transparent swf

    ‹param name="wmode" value="transparent" />
    that would go over the content (placed with CSS) that must be understand by the search engines (like the title, some keywords or any important text). So in this case Flash is more here only to beautify your web content (which is not the main purpose of Flash or is it ?).

    The bonus of using Css under a swf is that all accessibility standard from the browser will be saved (like making the text resizable, or making your text be read by voice application). By the way if a user don’t have the correct plugin or don’t have JavaScript enabled he will see the important part of your content and if he likes it, he‘ll be more willing to install the plugin.

    Last bonus, your flash animation will be understand by the search engines, at least what you want them to understand.

    Ahmet