Simple swf movie control

I am still getting used to scripting from within Flex. I have
a very simple flash movie that indicates a value from 0 to 100% -
one frame for each percent. I want to embed that movie into a Flex
application and control the swf's position in the timeline from
within the Flex application.
I know that I cannot just use:
"SWF.gotoAndStop(currentFrame)" or
"MovieClip(SWF.content).gotoAndStop(currentFrame)" ...
but I would like to find a simple solution - if one exists. I
do not want to create 101 separate swf files and change the source
every time I need to change the frame.

You can communicate with a loaded SWF through the
SWFLoader.content property. This gives you access to any public
members of the swf.
If you implement a public method, like setPos(iPercent:int),
you should be able to call that method thropugh the content
property.
Note that there are timing issues wotking with content in a
loaded SWF. SWFLoader has to be complete, and you need to listen
for the Application.complete event before interacting with the swf.
If you have difficulty with this, I have an example on
www.cflex.net. Search for swfloader.
Tracy

Similar Messages

  • Stop another SWF movie (+ sounds) from another SWF

    Hiya there
    Thank you in advance for skim reading this and thinking if
    you can help!
    I've search and seen similar problems, but not the same.
    THE PROBLEM / CHALLENGE!
    I need a selection of simple SWF movie files with audio
    attached. They're basically audio buttons, scattered through a HTML
    page. At the moment they're set up with sound to 'stream' attached
    to a specific frame - then enough frames to cover the duration of
    the sound.
    - on press of button it skips to Frame2 where the button
    status changes and the sound plays
    - if during that playing process, the button is clicked
    again, then it jumps back to Frame1 and rests
    I've played with the StopAllSounds command, but that just
    stops the sounds on the other SWFs and doesn't stop (and revert)
    the other SWFs back to their Frame1's.
    Is this something i can solve with simple Action Script /
    Behaviours... or do i need to fiddle with the Javascript in the web
    page?
    Thank you in advance for any help
    cheers
    James

    "MrIzzard" <[email protected]> wrote in
    message news:e3l5nr$bdo$[email protected]..
    > But surely if the way i'm currently playing audio is
    from being attached into
    > the frames in the timeline (at the moment if i press a
    button to switch the
    > movie back to Frame 1, where there's no audio attached,
    the sound stops) - then
    > this would work for other frames too.
    > Does that make sense?
    If your swfs are on separate places on an html page (not one
    swf loaded by another swf) then you can use localConnection to
    communicate between swfs.
    There are some MX version 6 examples on my website where one
    swf controls one or more others..
    http://members.cox.net/4my2dogs/flash/
    You can have the receiving end stop sounds or move to a
    different frame etc.
    tralfaz

  • Control over .swf movie in browser

    I have a question.
    What should I change in the code of .swf movie clip to achieve the following:
    - .swf picture appears through fade-in effect at the first load in web-browser,
    on the page named e.g. /index.html (this is possible with the current code as below);
    - the same .swf picture appears without fade-in effect as static picture (appears the last frame of this .swf movie) on the page named, to say /index.fr.html
    I.e. it's required to skip to the last frame of the movie by clicking on /index.fr.html link.
    The code is as following:
    var picTotal:Number = 1;
    var lightSpeed:Number = 5;
    var delay:Number = 5000;
    var count:Number = 0;
    function init():Void {
    var white:MovieClip = this.createEmptyMovieClip("wh", 10);
    with (white) {
    beginFill(0xFFFFFF);
    lineTo(Stage.width, 0);
    lineTo(Stage.width, Stage.height);
    lineTo(0, Stage.height);
    lineTo(0, 0);
    endFill();
    white.blendMode = "add";
    showNext(white);
    function showNext(clip:MovieClip):Void {
    clip.onEnterFrame = function():Void {
    this._alpha -= lightSpeed;
    if(this._alpha<=0){
    delete this.onEnterFrame;
    init();

    Hi - I have a swf8 file that loads external swf- files - all
    in FL8 - and my main interface is in flex -
    In my fl8 swf i would hav a variable: var global_mc:MovieClip
    - my swf file will se them as being in the _root or level0 when the
    file first loads - but then they start to get messed up with flex -
    i.e. - the file loaded will show up as
    fl8: 5. created _root.testMC10
    on a test - but when I call the global_mc variable again
    later it gives me:
    _level0.Presentations0.mainPanel.contentPane.HDividedBox6.VBox41.mainTabCanvas.contentPan e.mainTab.contentPane.VBox47.swfLoaderMain.FlexLoader171.instance186.testMC10
    as its name - the problem is that I can still access
    properties like _x and _width, _name - but i cannot run functions
    on the MovieClip from within swf - i.e. global_mc.stop() and so
    on... Any solution????
    thx

  • Placing SWF Movie into IDCS4 for export to PDF

    I'm trying to place a swf into an Indesign document for export to PDF.
    I made a simple swf using Flash CS4 (AS2 if it matters) and placed it using the File->Place menu.
    I checked the Movie Options and selected, Embed in PDF, and play options.
    Then I export to PDF and am sure that Interactive Elements is checked.
    I found someplace that suggested toggling "create tagged PDF" to the opposite setting of whatever it is, but that didn't make any difference.
    When I open the PDF with Acrobat and move to that page it just shows the default movie preview and shows a "buffering" window for ever, but the file is tiny so it should load immediately.
    So how do I do this? Is it possible? I've tried some searches, but most everything I'm finding is about exporting ID docs to swf. And that isn't what I want.
    At least I don't think this is what I want. I need to make a PDF that will have an animation of how to navigate a web app. So if anybody has a better way to do this, then please let me know!

    I wrote up a very long explanation of this for indesignsecrets.com.
    http://indesignsecrets.com/putting-swfs-into-indesign-documents.php
    The bottom line is:
    It's a bug on the Mac
    Windows users can play those SWFs but the Mac hangs
    Adobe is aware of the problem
    But if you want an SWF to play on both Mac and Windows, open the PDF in Acrobat Professional and add the SWF there.
    You will actually have more control than if you had placed it in InDesign and it played correctly.

  • Captivate is confusing my movie controls

    Hi,
    I have a shell project that includes some animations
    (published captivate movies with controls on). When I import that
    movies as animations into my project, I can see in the library that
    the controls I chose from the skin properties are correct.
    When I preview or publish, I get totally different controls
    I've never seen before located in a different location on the
    screen. I tried add the move to an empty project and it looked
    fine. I decided to recreate my shell with a new empty project, add
    some movies but I still get the same results.
    Do anybody have similar issues or a workaround.
    Thank lisa

    Hi Rick,
    Oh, I hope you can help since my whole course is based on
    this structure. Let's see if I can explain better. I don't know if
    screen shots will help. let me know.
    1)I have a project which I call my shell. It basically
    contains branding, back and next navigation. This project will
    becomes the a module in my course.
    2) I have multiple projects that are demonstrations. They are
    small enough to fit in the main shell movie.
    3) The smaller projects have a few controls like rewind,
    pause and back.
    4) once ready i insert the small projects as animations
    (published swfs with controls) into the main shell.
    5) If I look at the shell library, I see my animatons with
    the proper controls.
    6) However, if I preview or publish I get different controls
    in different locaton.
    I've tested this as a simple case. I have even add blank
    slides between, played with timing of animations, etc, but still
    get the same results. If there are no controls in the smaller
    movies, there is no problem.
    1) create a new blank project
    2) add 3 blank slides
    3) on each slide insert an animation (captivate published
    movie with controls)
    4) once i preview or publish I get inconsistent results where
    one has the proper controls but the others don't

  • Swf movie starts before preloader is finished

    Hi,
    I tried to implement a simple preloader for an existing swf movie. I've created a new flash document and added the Loader as well as a ProgressBar component. In the action script of the key frame 1, I implemented the following:
    import mx.controls.ProgressBar;
    loader.contentPath = "myMovie.swf";
    pBar.setStyle("themeColor", "0xF49417");
    pBar.setStyle("color","0x3D566F");
    pBar.labelPlacement = "bottom";
    pBar.label = "LOADING %3%%"
    pBar.scaleY = 150;
    pBar.conversion = 1024;
    pBar.source = loader;
    pBar.mode = "polled";
    loader.load();
    The problem is now that the movie starts playing (i.e. its sound) before the progress bar is completely finished. This usually happens around 80%. How can I avoid that the movie starts before the progress bar reaches 100%?
    Thanks,
    Patrik

    Thanks for your replay! I added an empty keyframe to the first scene of the existing flash movie with a stop() action in it. Additionally, I modified the preloader with an action listener that is called in case the movie is loaded completely. The action script of the preloader does now look like follows (without sytle settings):
    import mx.controls.ProgressBar;
    loader.contentPath = "myMovie.swf";
    var pbListener:Object = new Object();
    pbListener.complete = function(evt_obj:Object) {
    trace("movie loaded");
    play();
    pBar.addEventListener("complete", pbListener);
    pBar.source = loader;
    pBar.mode = "polled";
    loader.load();
    It seems now that this play() does not reference to the swf movie (myMovie.swf) with the stop in the first frame since the movie does not start playing after its loaded. How do I reference the play action to the loaded movie?
    Thanks,
    Patrik

  • 2 swf movies

    I would like to load 2 swf movies. Here is the code
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml"
    backgroundColor="white"
    layout="vertical">
    <mx:Script>
    <![CDATA[
    import mx.core.FlexMovieClip;
    import mx.controls.SWFLoader;
    ]]>
    </mx:Script>
    <mx:SWFLoader id="m2" source="Movies/CompInt1a.swf"
    scaleContent="true" />
    <mx:SWFLoader id="m1" source="Movies/Lmovie1a.swf"
    scaleContent="true" />
    </mx:Application>
    IE7 crashes.

    Adobe Newsbot hopes that the following resources helps you.
    NewsBot is experimental and any feedback (reply to this post) on
    its utility will be appreciated:
    Loading and duplicating a MovieClip (using Senocular Tip of
    The:
    Dec 3, 2007 ... This is a simple swf in Flex:. PHP Code:.
    <?xml version='1.0' ... xmlns:mx='
    http://www.adobe.com/2006/mxml'
    layout='absolute'>
    Link:
    http://www.kirupa.com/forum/showthread.php?t=282429
    Example on how to load Flash 9 assets into Flex 2 [Archive:
    I have a Flex mxml application that uses a SWFloader to load
    a Flash 9 (alpha) exported file ... xmlns:mx='
    http://www.adobe.com/2006/mxml'
    layout='absolute'
    Link:
    http://www.actionscript.org/forums/archive/index.php3/t-132887.html
    Flex Sharp Mind:
    <?xml version=1.0 encoding=utf-8?> <mx:Application
    xmlns:mx=http://www.adobe.com/2006/mxml layout=absolute width=349
    height=319
    Link:
    http://kanuwadhwa.wordpress.com/category/flex/page/2/
    Talk:Flex Component Kit for Flash CS3 - Adobe Labs:
    The Flex Component Kit for Flash CS3 turns a movieclip into a
    Flex component .... I know swfloader and module loader will work
    but these are cumbersome.
    Link:
    http://labs.adobe.com/wiki/index.php/Talk:Flex_Component_Kit_for_Flash_CS3
    Galvan on Flash: Flash CS3 Archives:
    <?xml version='1.0' encoding='utf-8'?>
    <mx:Application xmlns:mx='
    http://www.<br>
    adobe.com/2006/mxml' creationComplete='xmlService.send()'
    layout='absolute'
    Link:
    http://blogs.adobe.com/rgalvan/flash_cs3/
    Disclaimer: This response is generated automatically by the
    Adobe NewsBot based on Adobe
    Community
    Engine.

  • Blank swf - Movie not loaded

    When viewing a simple swf (1 chart, no data connections) in InfoView (or Dashboard Manager), i get a blank swf with the 'Click to activate and use this control...' screentip - but when i click the object it's still blank, Right-click gives me a (greyed out) 'Movie not loaded...' item and 'About Adobe Flash 9...'
    the swf works fine in XCelsius preview or when saved locally
    any ideas? cheers
    XCelsius 2008
    flash player version 9,0,124,0
    BOXI R2 SP1
    Internet Explorer 6 SP2

    Hi Mike, your update R2 SP2 Windows plattforms or SQL Server 2008?
    I'm  have the same problem!
    My Plattforms is
    Win Server 2008 R2 SP1 x64 STD
    SQL Server 2008 R2 x64 STD
    SB1 8.81 SL04
    Thanks!

  • SWF Movie Randomly Plays In I.E.

    Good Morning from Rainy Seattle Washington. I like water, but this is getting ridiculous up here. Anyways, I'm designing a web site for a client, and he would like to have just a simple flash movie with photos displayed when the site loads. I created a SWF file, tested it locally, tested it in Firefox, and then tested it in I.E. The problem is simply that sometimes the movie will LOAD and play in I.E., and sometimes it will not. Sometimes multiple refreshes are needed to make it load and play. Firefox and Safari appear to play it fine, but I am not confident putting it up there for the world to see, especially those with the I.E. as their default browser.
    Here's the code for the Flash movie.
        <object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="1000" height="400">
          <param name="movie" value="alaska_fishing_sitka_alaska1.swf" />
          <param name="quality" value="high" />
          <param name="wmode" value="opaque" />
          <param name="swfversion" value="6.0.65.0" />
          <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
          <param name="expressinstall" value="Scripts/expressInstall.swf" />
          <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
          <!--[if !IE]>-->
          <object type="application/x-shockwave-flash" data="alaska_fishing_sitka_alaska1.swf" width="1000" height="400">
            <!--<![endif]-->
            <param name="quality" value="high" />
            <param name="wmode" value="opaque" />
            <param name="swfversion" value="6.0.65.0" />
            <param name="expressinstall" value="Scripts/expressInstall.swf" />
            <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
            <div>
              <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
              <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
            </div>
            <!--[if !IE]>-->
          </object>
          <!--<![endif]-->
        </object>
    The ugly thing in all of this is sometimes it plays and loads, and sometimes it does not in I.E. Here's the website url: www.alaskacharter.com/beta1.html. I have researched this online off and on for the last couple of weeks, and tried different things such as unloading my shock player add-on and then reloading it.... but alas, nothing has got it to come up each time. The randomness of this is starting to bug me.
    Any help would be appreciated.
    thanks,
    glenn

    Hi Glenn,
    Send some rain down south will you?  We could sure use some in So. Calif.
    FYI the SWF plays OK in Firefox and IE6. But from where I sit, your page is simply too heavy. Browsers are going to choke on it.  I think it will work reliably if you optimize images more to cut down on file size.
    Example, your background image
    http://www.alaskacharter.com/lighthouse_flash.gif
    is 475.75 KB.  That's huge.  You can do better.  Try saving file as jpg instead of gif.
    Your Shockwave file is 2,377.77 KB.  If you optimize images before inserting them in Flash, it will reduce file size.
    Use this on-line tool to check web page performance:
    http://websiteoptimization.com/services/analyze/
    Another minor problem is that you're using XHTML strict doc type but you've got some mismatched code in your home page.  Use the validator and fix reported errors:
    HTML Validator - http://validator.w3.org
    Good luck with your site.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • Unloading SWF movie

    Hi,
    I've been working on a CD-Rom presentation with Flash and so
    far I was mostly using AS1 and AS2 to built it. I started to learn
    some AS3 for a part of the presentation but now I'm running into
    issue, here's the main one:
    I'm loading different SWF movie one on top of the other, and
    unloading them as needed, now this is very easy with AS1 (loadmovie
    and unloadmovie function are simple to use), but when I'm loading
    my file built with AS3 I can't figure out how to unload it. The AS3
    movie is loaded on the Level 5, I just want to make sure that when
    I'm unloading the file it's not unloading everything else.
    Can anyone help me.
    Yann Poirier

    Disregard, I found my answer

  • Simple SWF File problems

    Hello all, im trying to create a very simple swf file, but have come  across some problems.
    The file i want to create is very much like this - http://davidtest.webcastglobal.com/swf2/flash.swf
    This swf allows me to import it into Flex, and control which frame is  being viewed.
    I achieve this using a app that can be found here -
    http://davidtest.webcastglobal.com/swf2/Main.html
    When you press Next or Previous, it jumps forward or backward a frame.
    Now i want to create a swf file like the ball file, although it will  just contain a series of images, 5 for example.
    I tried creating such a file in Flash, using both AS2 and AS3.
    I created a project with 5 frames, and put an image on each frame,  i  then put the "stop();" tag on each frame.
    When i imported it into my flex app, flex cudnt communicate with it.
    So the ball flash file has been made in a different way ?
    Can anyone shed some light on the situation please?

    Can no one help me on this ?

  • So frustrated about swf movies not playing....any help?

    Seems to be I have a very familiar problem with a multitude of similar posters and online questions about why a .swf project file will properly embed and preview within Dreamweaver CS4 when previewing in browser but when loaded to my server the .swf only shows a blank white box (empty skin). I have trolled posted for two days looking for answers and see several posts that talk about the same issue with several different apparent solutions and several that are never resolved.
    below I will past my code in hopes that someone will see a problem and suggest a solution. please note that I have ensured that all my assets are on my server where they should be...so the `MOVIE`.swf, expressInstall.swf and swfobject_modified.js (both in a Scripts folder) are all there.  The swf previews completely fine in both DWCS4 and FlashCS4 locally, but everything falls apart when it is on the server!!!!
    Final note about my particular issue....the .swf I created in particular originates as two .flv movies controlled by button actions using actionscript 3.0 within my flash .swf.  - I have an entirely different .swf project that involves no .flv assets that works flawlessly both locally and uploaded to my server.
    DOES ANYONE HAVE ANY HELP THEY CAN OFFER....THIS IS MADNESS......I specifically bought DW for it`s supposed great integration with Flash and am finding it is a lesson in frustration and not working.
    Here is my code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>gallery</title>
    <link href="css_styles/SPS_css_styles.css" rel="stylesheet" type="text/css" media="tv, screen, projector" />
    <script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
    </head>
    <body>
    <div id="wrapper"><!--div wrapper encloses entire site content-->
      <div id="banner"><img src="SPS_webpage_images/SPS_Banner.jpg" width="949" height="117" alt="sound pro studios audio and video" />
      </div><!--banner div tag ends here-->
      <div id="navigation"><img src="SPS_webpage_images/galleryNavBar.jpg" width="949" height="70" alt="wedding video gallery" />
      <div id="navButtonsContainer">
        <ul>
          <li><a href="index.html">HOME</a></li>
          <li><a href="news_blog_jan_20_2010.html">BLOG</a></li>
          <li><a href="services.html">SERVICES</a></li>
          <li><a href="gallery.html" class="current">GALLERY</a></li>
          <li><a href="tutorials.html">TUTORIALS</a></li>
          <li><a href="freebies.html">FREEBIES</a></li>
          <li><a href="contact.html">CONTACT</a></li>
        </ul>
    </div><!--navigation buttons container div ends here--> 
      </div><!--navigation div tag ends here-->
      <div id="gallerySidebar">
      <img src="SPS_webpage_images/galleryLinks.jpg" width="280" height="60" alt="wedding video gallery navigation" />
    <div id="gallerySidebarButtons">
      <ul>
        <li><a href="galleryStock.html">STOCK MEDIA</a></li>
        <li><a href="galleryWedding.html" class="current">WEDDING TRAILERS</a></li>
        <li><a href="galleryPromo.html">PROMOTIONAL CLIPS</a></li>
        <li><a href="galleryDemo.html">DEMO REELS</a></li>
        <li><a href="galleryOther.html">OTHER PROJECTS</a></li>
      </ul>
        </div><!--gallery sidebar buttons div ends here-->
        <img src="SPS_webpage_images/galleryLinks.jpg" width="280" height="60" alt="wedding video gallery navigation" />
    </div><!--gallery sidebar div tag ends here-->
    <div id="servicesMainContent">
          <h2 class="orangeText">Wedding Trailers</h2>
          <p>Here you can find excerpts from wedding videos produced by Sound Pro Studios. Use the flash application below and choose from 2 wedding trailer examples or one of our customized  photo montages.</p>
          <p>For more information about rates and services please visit the <a href="servicesWedding.html">Weddings and Events</a> section in our <a href="services.html">Services</a> overview.</p>
          <p> </p>
    <p> </p>
          <p> </p>
      </div><!--services main content div tag ends here-->
      <div id="videoThumbsContent">
        <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="949" height="400" id="FlashID" title="wedding gallery trailers">
          <param name="movie" value="weddingGalleryTrailers.swf" />
          <param name="quality" value="high" />
          <param name="wmode" value="opaque" />
          <param name="swfversion" value="9.0.45.0" />
          <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
          <param name="expressinstall" value="Scripts/expressInstall.swf" />
          <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
          <!--[if !IE]>-->
          <object type="application/x-shockwave-flash" data="weddingGalleryTrailers.swf" width="949" height="400">
            <!--<![endif]-->
            <param name="quality" value="high" />
            <param name="wmode" value="opaque" />
            <param name="swfversion" value="9.0.45.0" />
            <param name="expressinstall" value="Scripts/expressInstall.swf" />
            <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
            <div>
              <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
              <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
            </div>
            <!--[if !IE]>-->
          </object>
          <!--<![endif]-->
        </object>
    </div>
      <!--videoThumbsContent div ends here--><div id="footer">
        <p class="footerText">this is a test of the footer</p>
      </div><!--footer div tag ends here-->
    </div><!--wrapper div tag ends here-->
    <script type="text/javascript">
    <!--
    swfobject.registerObject("FlashID");
    //-->
    </script>
    </body>
    </html>

    Thanks, I think that might be the key here for me....
    When I created the .swf in Flash CS4 I imported the .flv files as "load with external playback component", which seems to reference the oringal .flv files. Moving them or renaming them locally on my computer would render the .swf non-functional for movie playback locally...so YES I certainly do need .flv files for my .swf to reference as the movies are not re-encoded into the published .swf  I do see an option to do this however so it is food for thought on if this embedded method may be better in my situation.
    The thing remaing for me to fix now seems to be how to properly reference the .flv files on the remote server when they and the properly configured .swf file are all uploaded.  I see how I can change the .flv source in the properties window within Flash but I will have to do a bit of testing to make sure that it follows a logical and working path when uploaded to my server.
    Hope that all makes sense...if anyone has any input on how best to finish this up or suggest on if I am on the right path I'd love to hear from them!
    Thanks for the help, btw.
    James

  • How to keep new cursor on top of swf movie

    I've got a website I made in Flash, and on the main page I'm doing two things: playing an external SWF movie file and changed the cursor to a custom shape. The cursor works, but it won't show up on top of the movie; it keeps going behind it when I try to go over it. How do I fix that?

    On my main page I have the simple code of:
    loadMovieNum("home.swf",1)
    stop();
    Mouse.hide();
    startDrag("cursor", true);
    "home.swf" is the movie that's playing that takes precedence to the cursor.

  • ¿How i make a Browser Detect swf movie?

    Hi, i use a simple embed swf movie in one of many pages i own, but recently I build a new page in html5. But i tested in Internet Explorer and doesnt work well. What i need its a script code in AS3 to use in my swf movie that detect the browser and if the browser its IE9 load an old page, but if its other browser is like mozilla or chrome, load  the new page in html5.
    It is possible to do that in AS3 right?
    Thanks to all
    Firefawx 

    You can simply say "I want an animation to play before it decides which page to load" and we'd get it. So you want to show your logo animation.
    Use the tutorial link I gave you and look at the code. It is a full example of browser detection using both actionscript and javascript. ActionScript needs JavaScript to get the information on what browser it is. All of the information and code examples are there to show you how to detect the browser.
    Spanish translation:
    Usted puede simplemente decir "yo quiero una animación para jugar antes de que decida lo que se cargue la página" y que sería para nosotros. Así que usted quieremostrar su animación de la insignia.
    Utilice el enlace tutorial que te di y mirar el código. Se trata de un ejemplo completo dela detección del navegador utilizando tanto ActionScript y JavaScript. ActionScriptnecesita JavaScript para obtener la información del navegador que es. Todos los ejemplos de la información y el código están ahí para mostrar la forma de detectar el navegador.

  • Eltima SWF Movie Player for Mac 2.0

    Hope this is the correct area for this - I'm trying to locate an older version of the above flash player - every site I try that has the version 2.0 always downloads the version 3.0 - which does not play on OS 10.2.8 but only OS 10.3
    The older version - Eltima SWF Movie Player for Mac 2.0 - will play on 10.2.8 - so Iam trying to source this copy of SWF/FLV
    can anybody help???
    Gregg

    Hi Roam - thanks for replying.
    I did find a substitute FLV player, for 10.2, at the URl below, but I was hoping the Eltima v2 might work even better than the J-VHS.
    I'm sure someone will have a copy somewhere - there used to be mirror sites carrying all the old mac software that had lost popularity - but I can't locate it yet either.
    ciao
    Gregg
    - http://streampower.free.fr/ -
    Description:
    J-VHS FLV Player : A FLV PLAYER FOR MAC & PC
    Royalty free flv player for mac & pc. FLV Player allows users to playback .flv files. Standard playback controls included. The program can be optionally ...
    streampower.free.fr/ - 4k - Cached - Similar pages

Maybe you are looking for

  • Windows Vista Computer not showing up in finder

    Hi, my WIndows Vista computer is not showing up in finder under Shared. I can connect to my PC from my mac by clicking on finder, go, connect to server and typing in the PC's IP Address, Username and Password. I can also see my Mac computer from my P

  • When i hit snooze in the morning, my pandora either starts playing if it wasn't playing before, or stops if i do have it on. Why?

    I have been using my alarm on my phone for years. Just the other day, I go to hit snooze and Pandora begins to play. The next couple times I hit snooze, it happens again. The next day, I actually started playing pandora and when I hit snooze or turne

  • What is FSCD Module in SAP??

    Hi,      Can someone tell me what does this module stand for?? I have a doubt that it might be from Financial , but pls advice?? Where I can get more info on this. I would like to know the business Scenario. Thanks in advance.

  • Merge Module for Crystal 10 SP6?

    Post Author: dewy CA Forum: Deployment We are currently using the merge module for Crystal 10 from 05/10/2006 in our InstallShield project.  We're experiencing problems that appear to have been resolved in the newest SP6 -- however it doesn't look li

  • My iBook doesn't show the hidden files on my pen drive

    Hi there, I have a 1 Gb Kingston pen drive to transfer files from/to my work PC (which is a Windows PC). The pen drive works seamlessly on the Windows PC. But when using it on Mac iBook G4 it always leaves some "markers" of the files used like "._tra