Clickable FLV/SWF Banner Ad

Hi,
I am having some difficulty creating a SWF file that had a FLV embedded that is completely clickable at any point during the video.
Created a new Flash document and imported the video, using the "Progressive download" option.   I have tried everything from adding layers with click instances (http://forums.adobe.com/message/256259#256259) to making a button the size of the video that is set at 0% alpha.
Every time I either get the video playing that is not clickable or i get the flv icon flashing (no video) that is clickable, or I get the flv icon flashing and it is not clickable at all.
I am using CS3 and just looking for a video banner ad.
Thanks
Patrick

from the timeline that contains your flv component:
var mc:MovieClip=new MovieClip():
with(mc.graphics){
beginFill(0x000000,0);
drawRect(0,0,stage.stageWidth,stage.stageHeight);  // if you want your button to cover the stage.
endFill();
mc.addEventListener(etc...

Similar Messages

  • Exporting to flv / swf - including preloader ? any suggestions ?

    Hi guys,
    I am wondering if any of you, export to Flash content for the web, and then use anything to preload those flash movies ?
    I'm assuming there must be a good program out there that could take any existing .flv / .swf video file, and somehow add a preloader to it, and some html to round out the package...
    I did a Google for this kind of program, but brought up nothing but junk, so I'm wondering what quality programs are available.
    Thanks for any info
    Dave.

    Hi Jim,
    is the program you use made by : http://www.easywebvideo.com/
    by any chance ?
    I did a Google, and there are many websites selling a "V2F" so I would like to make sure which one to try.
    What version is yours Jim ?
    Thanks
    Dave

  • Dreamweaver layer - How can I make visible over a .swf banner?

    Hi all,
    This is a problem I'm facing right now.
    I have got a site. With a .swf banner. I suddenly wanted to add a button on this banner. I tried with Adobe Flash profissional but unfortunatily, I didn't manage in that.
    So, I decided to put this button as a .jpg image in a layer. And place this layer on the .swf banner. And set a link for the image to the targeted page. But this layer didn't show up. So, I put a Back Ground for the layer. And finally I managed to make it visible. When I tried that on FireFox explorer, it worked! . But it did not on Chrome and IE8. Plese help me with that. I just need it visible and working on Chrome and IE8.
    Thank you very much.

    First start by using the correct "wmode" to bring the .swf down into the normal flow of the page... only then z-indexing will come into play. From another post:
    Window Mode (wmode) - What's It For?
    There are three window modes.
    Window
    Opaque
    Transparent
    By default, the Flash Player gets its own hWnd in Windows. This means that the Flash movie actually exists in a display instance within Windows that lives above the core browser display window. So though it appears to be in the browser window, technically, it isn't. It is most efficient for Flash to draw this way and this is the fastest, most efficient rendering mode. However, it is drawing independently of the browser's HTML rendering surface. This is why this default mode (which is equivalent to wmode="window") doesn't allow proper compositing with DHTML layers. This is why your JavaScripted drop-down menus will drop behind your Flash movie.
    In windowless modes (like opaque), Flash Player doesn't have a hWnd. This means that the browser tells the Flash Player when and where to draw onto the browser's own rendering surface. The Flash movie is no longer being rendered on a higher level if you will. It's right there in the page with the rest of the page elements. The Flash buffer is simply drawn into whatever rectangle the browser says, with any Flash stage space not occupied by objects receiving the movie's background color.
    so be sure to include the correct wmode param in your .swf embed code... which, depending on your embed method... will look something like this:
    <param name="wmode" value="opaque"/>
    And no offense Nancy, but why z-index of "1000"... when it only needs to be "2" (only a higher value not a super duper higher value). But hey, I'm guilty of that exaggeration myself when creating menus etc, as though over z-indexing by a few hundred extra layers will really push that sucker down! I've even used z-index of "500" when never in all my born days would I ever create 499 layers below a simple menu! ... or am I missing something about the power of numbers?
    Best wishes all,
    Adninjastrator

  • Dreamweaver CS4 problem: .swf banner

    Good Morning
    Im having a problem with an .swf banner that i have designed in flash and trying to get it to display on a website...
    In the past this has never been a problem... simply "Insert" > "Media" > "SWF".... and make sure the file is in the same folder etc......
    But since transferring over to CS4 the .swfs stopped working.... so as a quick fix we changed the banners to static images.... but this is not ideal.
    It shows the swf in dreamweaver when in design view and you click "PLAY" in the properties... however it doesn't work when published nor does it work in the "Preview" it simply shows a white box... doesn't even register there is a missing file or anything... even when you right click on the area, it does not come up with the flash player details...
    Can anyone offer any help on this issue?
    Everything that has been done is in design view.... i have no clue about scripts...
    Thank you very much in advance

    Thanks for your reply. I cant post a link as its an internal website so therefore user name is required :/ however i have copied teh source code to see if this is of any help.........
    Thanks again
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
    <title>Homepage</title>
    <style type="text/css">
    <!--
    .style6 {
    font-family: Verdana;
    font-size: 10px;
    .style7 {
    font-family: Verdana;
    font-size: medium;
    .style9 {font-size: x-small}
    .style10 {font-size: xx-small}
    -->
    </style>
    <script src="../Scripts/swfobject_modified.js" type="text/javascript"></script>
    </head>
    <body>
    <div align="center">
    <table cellSpacing="0" cellPadding="0" width="764" bgColor="#ffffff" border="0">
      <tr>
       <td vAlign="top" align="left" width="764" colSpan="3" height="185"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="764" height="185" id="FlashID" title="home">
         <param name="movie" value="homesnow_effect.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="homesnow_effect.swf" width="764" height="185">
           <!--<![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" /></a></p>
              </div>
           <!--[if !IE]>-->
            </object>
         <!--<![endif]-->
          </object></td>

  • Compression to FLV for Banner Ad

    Looking for some compression feedback, as I cannot get the results dialed in thru Adobe Media Encoder CS4.
    Creating a flash banner ad, 11 seconds total, with 5 seconds of video from final cut. The size of the exported .mov is 784 KB, and I still have to hit a target of less than 60KB (yikes) on the final FLV export. Anyone had any luck here in these type of productions? When I convert to FLV (heavily compressed) and import into timeline of flash as embedded file, keeps increasing in size, hovering just below the 1MB mark. Your input is appreciated.
    BTW- when you export "for web" from quicktime, could the "small" size it creates really be 4KB??

    Thanks, trying there now as well..
    But to keep it Apple specific, can anyone shed light on the "export for web settings" thru quicktime pro? The smallest version it creates comes in at 4KB, could this be possible? This is what I am then hoping to convert to FLV.

  • SWF Banner works in Live View not in Any Browser? Losing my mind...

    Hello,
    I'm not a pro but have some web building experience. I'm currently building a website for myself in Dreamweaver CS5. I made a simple flash banner where pictures fade in and out. I placed it into my template and it works fine in Live View but not in Chrome, Firefox or IE.
    It has gotten to the point where I am losing my mind.
    I create a new HTML doc. Drag and drop ANY swf file. Saved Swf files as flash 8 and flash 9 even. Updated my flash last night for my browsers. Again... See it fine in Live View and not in the browsers i've mentioned.
    The browsers (except chrome which displays nothing) show this message.
    Content on this page requires a newer version of Adobe Flash Player.
    Even after flash updates and using a swf file saved as an older veriosn of flash (tried 9,8 and 5 for a laugh).
    Here is the html code (all generated by Dreamweaver). I am totally baffled and have spent HOURS scrying the internet to no avail. I even tried this in a trial version of Dreamweaver CS6 but had the same reslut. Please help me. What's going on?
    <!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>Untitled Document</title>
    <script src="/Scripts/swfobject_modified.js" type="text/javascript"></script>
    </head>
    <body>
    <object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="860" height="300">
      <param name="movie" value="/homeBanner8.swf" />
      <param name="quality" value="high" />
      <param name="wmode" value="opaque" />
      <param name="swfversion" value="8.0.35.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="/homeBanner8.swf" width="860" height="300">
        <!--<![endif]-->
        <param name="quality" value="high" />
        <param name="wmode" value="opaque" />
        <param name="swfversion" value="8.0.35.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>
    <script type="text/javascript">
    swfobject.registerObject("FlashID");
    </script>
    </body>
    </html>

    SWF (Flash) animations won't work in iPhone, iPad, iTouch, Android or any other web device that lacks support for Flash.  Do yourself & your site visitors a favor.  Use jQuery instead of Flash.
    jQuery Cycle2
    http://www.malsup.com/jquery/cycle2/
    jQuery Wow Slider
    http://wowslider.com/
    jQuery Nivo Slider
    http://dev7studios.com/nivo-slider/
    Nancy O.

  • Flash Player FLV SWF Confusion

    Fellow Forum Members,
    I"m using Acrobat 10. I have installed the latest Flash Player and Quicktime apps. I'm also using Adobe Media Encoder V4.
    The work flow I'm following is as follows:
    1. I'm using Adobe Media Encoder to convert MP4 to FLV format.
    2. In Acrobat 10 I encounter a problem when I try to import the FLV. Acrobat 10 only wants SWF. So if this is the case why doesn't the Adobe Media Encoder allow me to output in a SWF format?
    3. When I try to play the embedded FLV file from within Acrobat 10 an orange bar appears at the top informing me that I need to get the correct Flash Player.
    This is driving me crazy. I have the latest Flash Player installed and I don't understand why Acrobat 10 wants SWF and not FLV?  Any help will be greatly appreciated. Thanks.

    Thanks.   Looks like it's working now. However, now I have a problem relating to how do I invoke a video to appear with the player out of nothing upon pressing a button.   Please see my other thread. Thanks.

  • FLV & SWF player with XML Playlist

    What I want is to create a player that can handle SWFs and
    FLVs or just FLVs, that load from a XML playlist.
    Now I have seen the tutorial (Creating a Dynamic Playlist for
    Progressive Flash Video) url:
    http://www.adobe.com/devnet/flash/articles/prog_download.html
    But this populates a list that you have to click to play the
    next movie, but I want it to play swf1 or flv1 then 2 then 3 and so
    on, then loop. But I can't find a tutorial for this anywhere?
    Any ideas, I need a detailed tutorial or a working example?

    I recently made something like that, but then my project
    consultor, made me change to use only flv files.
    The project is going to be an internal tv channel for a
    university, here in Portugal. First I thought of mixing SWF and
    FLV's together, but then it required that someone that used the
    system, knew how to program SWF's, because you need to change a
    flag (variable) at the end of the playback of the SWF. This change
    of flag status indicates that this SWF is over and pass to the next
    entry of the playlist. Without this, I think that you would never
    know when to go to next entry. so, the code resembled a little like
    this:
    if ((_root.percen_tx.text == "100%") || (_global.over == 1
    && _global.tipo[_global.num]=="1")) {
    _global.over = 0;
    _root.percen_tx.text = "";
    if (_global.num == (_global.filmes.length-1)) {
    _global.num = 0;
    switch (_global.tipo[_global.num]) {
    case "1" :
    loadMovie(_global.filmes[_global.num], _root.swf_cont);
    _root.descr_tx.text = "";
    _root.percen_tx.text = "";
    break;
    case "0" :
    _root.contentor.my_FLVPlybk.contentPath =
    _global.filmes[_global.num];
    _root.descr_tx.text = _global.descr[_global.num];
    break;
    } else {
    _global.num += 1;
    _root.percen_tx.text = "";
    switch (_global.tipo[_global.num]) {
    case "1" :
    _global.over=0;
    loadMovie(_global.filmes[_global.num], _root.swf_cont);
    _root.descr_tx.text = "";
    _root.percen_tx.text = "";
    break;
    case "0" :
    _root.contentor.my_FLVPlybk.contentPath =
    _global.filmes[_global.num];
    _root.descr_tx.text = _global.descr[_global.num];
    break;
    A brief explanantion:
    _global.over -> 0 (not over); 1 (is over)
    _global.tipo -> value that comes from an xml, and
    indicates if this playlist entry is a SWF or a FLV (they go to
    different MC's);
    _root.percen_tx -> Indicates the percentage of the FLV
    file that was already read. "100%" is over
    This is not the most efficient way to do it, because you can
    use listeners and so on, but at the time I abbandoned this, at this
    stage. Now it's only FLV, and only a few lines of code.
    You can see the project at www.ipvctv.com
    Hope it helped a bit.

  • Looping, Clickable FLV Preview - Click Event not being recognized

    I have tried the following code to create a thumbnail preview that loops and is clickable to go to a new page with a video gallery... The video plays anbd loops, but, it does not seem to recognize the mouse click -- i have a trace that isn't being triggered an nothing happens... code is below. any help appreciated...
    import fl.video.VideoEvent;
    import flash.events.MouseEvent;
    player.fullScreenTakeOver = false;
    player.source =
    "YadWebPreview.flv";
    player.autoRewind = true;
    player.autoPlay = true;
    function Loop(event:VideoEvent):void
    player.play();
    function Link(event:MouseEvent):void
    trace("Clicked");
    navigateToURL(
    new URLRequest(
    "http://yad.nyckatz.com/index.php/about-us/meet-our-people"),
    "_blank");
    player.addEventListener(VideoEvent.AUTO_REWOUND, Loop);
    player.addEventListener(MouseEvent.CLICK, Link);

    I added a button on top of the video and made it transparent.  added the  following code to the button:
    import flash.events.MouseEvent;
    function Link(event:MouseEvent):void
    trace("Clicked");
    navigateToURL(
    new URLRequest(
    "http://yad.nyckatz.com/index.php/about-us/meet-our-people"),
    "_blank");
    myButton.addEventListener(MouseEvent.CLICK,Link);
    getting the following compler errors:
    5000: The class 'fl.controls.Button' must subclass 'flash.display.SimpleButton' since it is linked to a library symbol of that type.
    and the following in the output tab
    ReferenceError: Error #1065: Variable Icon is not defined.
    ReferenceError: Error #1065: Variable FLVPlayback is not defined.
    ReferenceError: Error #1065: Variable ComponentShim is not defined.
    have the following code on the video:
    import fl.video.VideoEvent;
    player.fullScreenTakeOver = false;
    player.source =
    "YadWebPreview.flv";
    player.autoRewind = true;
    player.autoPlay = true;
    function Loop(event:VideoEvent):void
    player.play();
    player.addEventListener(VideoEvent.AUTO_REWOUND, Loop);
    Can't find anything to help figure out how to correct these...  Any help much appreciated.

  • Importing flash video (.flv & .swf)

    Hi there,
    I'm trying to import a Flash movie into Captivate. I have a
    .flv file and a .swf file. If I double click the .swf file the
    movie runs fine using the Flash player. If I open captivate and
    insert and animation slide (or on a normal slide, insert an
    animation), I get the message "Macromedia Flash 7 files are
    currently not supported". As Flash 8 is pretty new it seems odd
    that Captivate and Flash 7 aren 't compatible?? Any
    ideas/suggestions?
    Cheers

    Try saving your Flash movie as Flash 6 before importing it
    into Captivate, if possible.

  • Wmode mozilla links not clickable below swf

    I have a flash file overlapping the html. and wmode is
    transparent. the link belo wthe swf work fine in IE but not working
    in mozzila..what can be done

    >I have a flash file overlapping the html. and wmode is
    transparent.
    There's your main problem. wmode=transparent is incredibly
    buggy. It makes
    things seemingly unrelated to transparency fail.
    DO NOT USE IT !!
    Try wmode=opaque (its a little less buggy) or redesign so
    that you do not
    have your SWF over the top of (or underneath) other content.
    THAT is the
    best solution
    Jeckyl

  • Add a FLV/SWF to a PSD website.

    I have web design premium CS3, and I just started experimenting with making my websites in Photoshop. In the meantime, I have been experimenting with Flash and love it. My question is, if i build a webpage in photoshop, how do I add my flash file to it? I tried the photoshop help section of photoshop itself and there are tons of different types of files it says I can work with, but I still havent found a way to add a flash file to my PSD web document.
    Can anyone help with this?
    Much thanks in advance.
    Judd

    I am trying to clear cells now, but I think I need to figure out how to get the long vertical blue lines out of my slices.... when i clear the cell in dreamweaver, it is clearing out everything below the cell, all the way to the bottom of the page (like the blue lines). Now, I'm just trying to figure out how to save the PSD into an HTML page without the slice extensions!
    :) Learning curves sure are fun.

  • URL link at the end of flv/swf video???

    Hi, I need to have a link at the end of a video so the viewer can click on it and go to a survey page.
    We need the viewer to watch the entire video so it has to be at the end. I'm not an AS expert but I have the Master collection so whever software it takes I should have.Video was done in Premiere exported through media encoder and I have used either Flash to make a custom player or Dreamweaver to embed in a web page. The video plays fine but no link.
    I have tried this in Flash but keep getting weird loops.
    THANKS!

    Hey that helped.
    Here is a link to my working prototype:
    http://www.socialrobots.org/test1.php
    Here is a link to an earlier version which has the Premerie event and does not work. Screenshots are on that page.
    http://www.socialrobots.org/surveyplayer.html
    One big issue though is that the link is automatic (which is ok) but the link forces a popup window instead of the same browser window which the popup blockers block. Is there a way to make the link stay in the parent by defining a target?
    Also what if we wanted the viewer to actually have to click to visit the link; what would be the process/code for that?
    Thanks you have been the best help and I will put a thanks in the project notes.
    Message was edited by: Bubba5000

  • Play audio/video/swf/flv in jsp

    Hi All,
    I am working on education site. I have a following requirement.
    1>User will search the educational resource
    2>Application will provide available resource list . Resource will be any of the following.
    a>video
    b>audio
    c>pdf/doc
    e>flv/swf
    3>User will click on any of the resource and then application will play/load the resource in iframe or in popup .
    Question: 1>How can we play audio/video/flv in jsp?
    2>If the resource is pdf/doc then how to open in iframe so that user can read only?

    "Update" to 11.5?
    Considering that 11.5 was last updated more than a year ago... that's hardly an update.
    You should be using the latest Flash Player:
    Flash Player 12.0.0.70 for ActiveX (Internet Explorer)
    Flash Player 12.0.0.70 Plug-in (All other browsers)
    Flash Player 12.0.0.70 Plug-in (Mac OS X)

  • Converted wmv to FLV want to convert to swf or imbed FLV in site.

    I a'ready used CS5 Flash encoder to convert the WMV to flv swf and it's good quality, but I don't know how to make it work in a website.  It only plays in my video player, locally (before adding to the site).
    Is there special code (HTML) that will make it work ... or ... can someone send me instructions on how to conver to SWF.  I've inserted SWF's before and they work.
    I need to make sure I can "remove" the control bar.  It's a slide show for a website, don't want it to be interactive, in any way.  I also want it to loop and continue the loop when people go to another page on the site.
    I hope I'm not asking too much.  I've been able to achieve this with other software that is no longer current with todays technology.
    Appreciate you help.

    I would first open the web page you want the flash video to be on.  Next hit the PrtScn SysRq button on your keyboard.  This copies the web page to your clipboard.  Next open PhotoShop and hit Ctrl + N press Enter then press Ctrl + V and copy the image into the PhosoShop Document you just created.  Next with the magnify tool, zoom in on the image where the video is going to be.  If the borders are defined, make a selection around the area and adjust the dimension using Select - Transform Selection.  Once you have the selection accurately defined hit Ctrl + C then Ctrl + N.  The resulting dialog will give you the exact pixel dimension your Flash movie needs to fit into.  If everything fits, this will be the dimension of your Flash movie.  Open Flash and hit Ctrl + J. This will allolw you to re-size the SWF file that is exported from Flash.  Select the correct dimension and adjust the background color if necessary.  Save the Flash Document (FLA) and make sure the video file: flv or f4v is in the same folder. Go to File - Import- Import Video. Hit Browse, select the video and hit Open.  Follow the dialog and choose not to include the controls (None at the top of the drop-down)
    Here is the Action Script that makes the video loop:
    import fl.video.*;
    // Video component instance name
    var flvControl:FLVPlayback = video1;
    var flvSource:String = "etsy_matildas_march.f4v";
    // Loop the video when it completes
    function completeHandler1(event:VideoEvent):void
    flvControl.seek(0);
    flvControl.play()
    flvControl.addEventListener(VideoEvent.COMPLETE, completeHandler1);
    // Set video
    flvControl.source = flvSource;
    Publish the SWF from Flash and open the resulting html file in notepad.  Find the code in the Notepad file that looks like this:
    <div id="flashContent">
                <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="720" height="440" id="index_2011" align="middle">
                    <param name="movie" value="index_2011.swf" />
                    <param name="quality" value="high" />
                    <param name="bgcolor" value="#000000" />
                    <param name="play" value="true" />
                    <param name="loop" value="true" />
                    <param name="wmode" value="window" />
                    <param name="scale" value="showall" />
                    <param name="menu" value="true" />
                    <param name="devicefont" value="false" />
                    <param name="salign" value="" />
                    <param name="allowScriptAccess" value="sameDomain" />
                    <param name="allowFullScreen" value="true" />
                    <!--[if !IE]>-->
                    <object type="application/x-shockwave-flash" data="index_2011.swf" width="720" height="440">
                        <param name="movie" value="index_2011.swf" />
                        <param name="quality" value="high" />
                        <param name="bgcolor" value="#000000" />
                        <param name="play" value="true" />
                        <param name="loop" value="true" />
                        <param name="wmode" value="window" />
                        <param name="scale" value="showall" />
                        <param name="menu" value="true" />
                        <param name="devicefont" value="false" />
                        <param name="salign" value="" />
                        <param name="allowScriptAccess" value="sameDomain" />
                        <param name="allowFullScreen" value="true" />
                    <!--<![endif]-->
                        <a href="http://www.adobe.com/go/getflash">
                            <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" />
                        </a>
                    <!--[if !IE]>-->
                    </object>
                    <!--<![endif]-->
                </object>
    Paste the code into the appropriate spot on the destination web page.  Either in a Table Cell (old school) or within a DIV contemporary CSS.
    Note that the first line that reads: <div id="flashContent"> relates to a CSS file associated with the page if there is one.  On the associated CSS file, the parameters will adjust alignment of the Flash movie on the destination HTML page.
    Also note that "loop" in the code just above only relates to the swf file NOT the FLV or F4V.  That's why you need to add the Action Script within Flash.  Be sure to give your video on the stage an instance name and it must match what's in the Action Script.  Also check the name and file path of your flv/f4v. It makes everything a lot easier if all of the associated files are in the same folder.

Maybe you are looking for

  • I lost all of my music during a sync! how can i get it back?

    I went to sync my iphone with itunes on my computer and lost all but 67 songs!! how can i recover them?

  • How to display an xml file as a tree in html

    Hi, JAVA/XML/XSLT/HTML gurus, I have an xml file and want to display it as a tree in html using XSLT. Is there any example for this? King regards, AG

  • Creative Suite 6 installation stuck on windows 7

    Bought creative suite 6 Design and Web Premium and started the installation on windows 7 Went with default installation and selected all (default)..  After around 20 min or so it keeps accessing CD drive while installing acrobat X.   Looks like it go

  • 4400 AP license migration to 5500 - is it possible ?

    Hi all, Can someone please tell if it's possible to use existing AP license number from an old 4404 WLC to a new WLC 5508 ? I know that the 4404 has hard licensed bounded to the controller, not like the 5508 adder licenses that can be purchased separ

  • Security restriction in LoginModule?

    I have implemented my own LoginModule. In the module, I try to reference an EJB. When I call PortableRemoteObject.narrow(), I get the following error: java.lang.ClassCastException: Cannot narrow remote object to net.lm.uams.service.ejb.UserAccountMan