Embedding Flash with a holding page to start

I have an embedded .flv file on my webpage with a
controllable skin. This is not started automatically.
I want to add a holding image on the flash player to be
displayed when the page opens and then when the user chooses to
play the video they then view it. I do not want to add this into
the video as i recieve them in .flv format ready. This is the
current object code:
<object
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"
width="280" height="158" id="FLVPlayer">
<param name="movie" value="FLVPlayer_Progressive.swf"
/>
<param name="salign" value="lt" />
<param name="quality" value="high" />
<param name="scale" value="noscale" />
<param name="FlashVars"
value="&MM_ComponentVersion=1&skinName=Clear_Skin_3&streamName=test&autoPlay=false&autoRe wind=false"
/>
<embed src="FLVPlayer_Progressive.swf"
flashvars="&MM_ComponentVersion=1&skinName=Clear_Skin_3&streamName=test&autoPlay=false&au toRewind=false"
quality="high" scale="noscale" width="280" height="158"
name="FLVPlayer" salign="LT" type="application/x-shockwave-flash"
pluginspage="
http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"
/>
</object>

Play the flv and do a screen capture of your choice of scene
"Wallad123" <[email protected]> wrote in
message
news:frrc5u$lpr$[email protected]..
>I have an embedded .flv file on my webpage with a
controllable skin. This
>is
> not started automatically.
> I want to add a holding image on the flash player to be
displayed when the
> page opens and then when the user chooses to play the
video they then view
> it.
> I do not want to add this into the video as i recieve
them in .flv format
> ready. This is the current object code:
>
> <object
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
> codebase="
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
> rsion=8,0,0,0" width="280" height="158"
id="FLVPlayer">
> <param name="movie" value="FLVPlayer_Progressive.swf"
/>
> <param name="salign" value="lt" />
> <param name="quality" value="high" />
> <param name="scale" value="noscale" />
> <param name="FlashVars"
>
value="&MM_ComponentVersion=1&skinName=Clear_Skin_3&streamName=test&autoPlay=fal
> se&autoRewind=false" />
> <embed src="FLVPlayer_Progressive.swf"
>
flashvars="&MM_ComponentVersion=1&skinName=Clear_Skin_3&streamName=test&autoPlay
> =false&autoRewind=false" quality="high"
scale="noscale" width="280"
> height="158" name="FLVPlayer" salign="LT"
> type="application/x-shockwave-flash"
> pluginspage="
http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Versio
> n=ShockwaveFlash" />
> </object>
>

Similar Messages

  • HELP! Embedding Flash with Dreamweaver CS4

    Hello i'm have issues with CS4 embedding Flash FLV's.
    It won't show up when it's on the server but it's working
    locally.
    i've uploaded all the files in the scripts folder and the swf
    skin files.
    But it still won't work server-side.
    I did not have this issue with dreamweaver CS3 as i've found
    that Dreameaver CS4 seems to
    change how the code of how the .FLV is embedded
    any ideas??
    or is anyone else having this issue?
    thanks
    Jordan
    here's is my current test page link with a sample flv video:
    http://www.lambethdesktop.com/flashtest/index.html
    i've also attached the code of the html page it has been
    embedded in.

    This script appears to be missing (or uploaded to the wrong
    folder)
    http://www.lambethdesktop.com/Scripts/swfobject_modified.js
    "chilversj" <[email protected]> wrote in
    message
    news:[email protected]...
    > Hello i'm have issues with CS4 embedding Flash FLV's.
    > It won't show up when it's on the server but it's
    working locally.
    > i've uploaded all the files in the scripts folder and
    the swf skin files.
    > But it still won't work server-side.
    > I did not have this issue with dreamweaver CS3 as i've
    found that
    > Dreameaver
    > CS4 seems to
    > change how the code of how the .FLV is embedded
    >
    > any ideas??
    > or is anyone else having this issue?
    > thanks
    > Jordan
    >
    > here's is my current test page link with a sample flv
    video:
    >
    http://www.lambethdesktop.com/flashtest/index.html
    >
    > i've also attached the code of the html page it has been
    embedded in.
    >
    >
    >
    >
    > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
    Transitional//EN"
    > "
    http://www.w3.org/TR/html4/loose.dtd">
    > <html>
    > <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
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="320"
    > height="240" id="FLVPlayer">
    > <param name="movie" value="FLVPlayer_Progressive.swf"
    />
    > <param name="quality" value="high">
    > <param name="wmode" value="opaque">
    > <param name="scale" value="noscale">
    > <param name="salign" value="lt">
    > <param name="FlashVars"
    >
    value="&amp;MM_ComponentVersion=1&amp;skinName=Clear_Skin_1&amp;streamName=http:
    >
    //theharnessedge.com/fcys/FCYS08.28.08&amp;autoPlay=true&amp;autoRewind=false"
    > />
    > <param name="swfversion" value="8,0,0,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="FLVPlayer_Progressive.swf" width="320"
    height="240">
    > <!--<![endif]-->
    > <param name="quality" value="high">
    > <param name="wmode" value="opaque">
    > <param name="scale" value="noscale">
    > <param name="salign" value="lt">
    > <param name="FlashVars"
    >
    value="&amp;MM_ComponentVersion=1&amp;skinName=Clear_Skin_1&amp;streamName=http:
    >
    //theharnessedge.com/fcys/FCYS08.28.08&amp;autoPlay=true&amp;autoRewind=false"
    > />
    > <param name="swfversion" value="8,0,0,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>
    > <script type="text/javascript">
    > <!--
    > swfobject.registerObject("FLVPlayer");
    > //-->
    > </script>
    > </body>
    > </html>
    >

  • Embedding Flash With Forms using ActiveX Controls

    I have problem embedding Flash Movie using Active X control. I always come up with the message
    " No tenant for this object" can You help me out with this.
    thank you.
    Khurram.

    This forum is for feedback about the OTN program and problems with OTN accounts. Technical questions cannot be answered here. Please post your question in the appropriate product or technology forum.
    http://forums.oracle.com/forums/index.jsp?cat=48

  • How to disable "getting started with Firefox" web page when starting Foxfire?

    Every time I open Firefox I get the additional web page "getting started with Firefox" and do not know how to disable it. Can you help?

    The page may be set as an additional home page, the following link shows how to check and set your home pages - https://support.mozilla.com/kb/How+to+set+the+home+page

  • Desktop AIR 2.5 application with transparency and embedded Flash with wmode transparency error

    I'm working on a desktop AIR project using the 2.5 SDK (ADT) to create an application that combines html and flash content. My application is using systemChrome none and transparent true. I have an swf element in my html file that I have set to wmode transparent. Instead of the swf rendering with a transparent background and showing the desktop like the html content does, I'm seeing a black box that fills the area where the Flash element is embedded.
    Can someone please assist me in removing this black square so that my flash content is rendered within the html file with a transparent background instead of a black background?
    When the AIR application is set to transparent, the Flash content must have it's wmode set to either transparent or opaque. Opaque gives it a white background (the stage background color), but transparent seems to just give it a black background.
    Thanks!

    Ok fellas,
    It appears that I have indeed answered my own question. So thanks... uh, me As I've now figured out, the entire AIR application is basically still a Flash based Display Object, one that can render html using webkit. That means that even though my main application is written in HTML I can still load swf files into the display list of the root applications native window using the Loader class.
    I had mentioned earlier that this didn't work, but actually it did work I was just having an error. In my flash file I had a reference error because I was referencing stage.stageWidth in actionscript. This produces a typeError in the AIR runtime when I add this to the root display list. I was able to finally see this error by add the -nodebug command to my adl testing script (adl app.xml -nodebug). For whatever reason my AIR 2.5 adl would not produce air.trace calls to the cmd console without that -nodebug command, which is extremely ironic. So adding in the -nodebug command actually gave me my debug traces! Welcome to the world we live in folks... I also found out that my traces in the swf also trace out to the console when you add this command in there.
    In addition, the reason I was not able to get the Loader class to work from javascript was because I was not using the correct addEventListener call. If you are familiar with Actionscript 3.0 (which luckily I am) you will recall that you have to add the event listener to the "contentLoaderInfo" object of the Loader variable you instanciate.
    Here's a snippet of how I was able to do this as well as another link that is buried in the documentation that's useful:
    var loader;
    loader = new air.Loader();
    var file = air.File.applicationDirectory.resolvePath("test.swf");
    loader.contentLoaderInfo.addEventListener(air.Event.COMPLETE, swfLoaded);
    loader.load( new air.URLRequest(file.url) );
    function swfLoaded(evt) {
         air.trace(" SWF LOADED! Woohoo! ");
         air.trace( loader.numChildren );
         loader.width = 1000;
         loader.height = 800;
         loader.x = 0;
         loader.y = 0;
         window.nativeWindow.stage.addChild(loader);
    This is a very useful article on creating nativeWindows and other things, such as creating Flash based display objects and adding them to the stage:
    http://help.adobe.com/en_US/air/html/dev/WS5b3ccc516d4fbf351e63e3d118666ade46-7e0a.html
    Woohoo!

  • How-to flash with external static page? Help!

    Hello all. I am new to posting so please be nice. I am
    building a flash site and would like a page or something on how-to
    link my flash.swf file to a page outside of the flash file (.fla) .
    Let me explain a bit more... I would like a way for my wife to be
    able to use Dreamweaver or something and edit a .html file that the
    flash links to that would then show the page. So, basically when yo
    goto the website it would show the smal flash at the beginning and
    some flash page links but the actual content is really just a
    static .html file. Make sense? Can someone please point me to a
    how-to page or something?

    Hi,
    Bellow you find some references to the documentation related to CQ and DB configuration and developments:
    http://dev.day.com/docs/en/cq/current/developing/jdbc.html
    https://helpx.adobe.com/cq/kb/HowToConfigureSlingDatasource.html
    Regards,
    kasq

  • MacBook Pro 13 2010 running Mountain Lion: will not boot and shows a folder with a flashing question mark. Will not start in 'safe mode' i.e holding shift on start up - nor can I call up any utilities with the OSX shortcuts. Any thoughts?

    Following an automatic update, the machine wouldn't boot. Screen came on (shows white) - then either showed a 'No-Entry' Sign and a spinning cog, or a folder with a qusetion mark. I  tried to start the machine in different modes ( eg. holding shift after the tone ) but nothing worked. after leaving the machine alone for 1 hour. It worked perfectly again. I did a 'verify disk' check which found no problems. 2 hours later it then froze ( In - Photoshop). Could not force quit, so shut down, and have not been able to boot again since (white lit screen - flashing folder with question mark) . I have also taken the hard drive out and checked the connections which seem fine. Any suggestions? - Is the Hard Drive dead. : other info : It was also running parallels 8, with Windows 7. at the time of the update....

    This article may help: A flashing question mark appears when you start your Mac.

  • My mac is coming up with a white page with a picture of a file in the middle with a ? mark in and keeps flashing nothing will work ?

    Hi
    My daughter has a apple mac laptop.  It is coming up with a white page with a file picture with a ? mark in the middle of it.  It keeps flashing.  Nothing will work now and we car'nt seem to work it out.  Does anyone have any answers ?

    That folder with the question mark icon means that the MacBook can't find the boot directory. That can either mean it can't find the hard drive or the Operating System data on the hard drive is somehow corrupted.
    Put your install DVD into the optical drive and reboot. As soon as you hear the boot chime, hold down the "c" key on your keyboard (or the Option key until the Install Disk shows up). That will force your MacBook to boot from the install DVD in the optical drive.
    When it does start up, you'll see a panel asking you to choose your language. Just press the Return key on your keyboard once. It will then present you with an Installation window. Completely ignore this window and click on Utilities in the top menu and scroll down to Disk Utility and click it. When it comes up is your Hard Drive in the list on the left?
    If it is then click on the Mac OS partition of your hard drive in the left hand list. Then select the First Aid Tab and run Repair Disk. The Repair Disk button won't be available until you've clicked on the Mac OS partition on your hard drive. If that repairs any problems run it again until the green OK appears and then run Repair Permissions.
    If your hard drive isn’t recognized in Disk Utility then your hard drive is probably dead.

  • What table hold info about Start Page

    what table hold info about Start Page where responsibility and form are chosen when login to Oracle
    step:-
    Login to Oracle apps
    Click on Preferences
    Scroll down to Start page
    Need to find out after you choose the responsibility and it’s value what table name holds that info

    It is a profile option and all profile option values are stored in fnd_profile_options, fnd_profile_option_values, fnd_profile_options_tl
    Note: 201945.1 - How to list E-Business Suite Profile Option values for all levels using SQLPlus
    Note: 282382.1 - How to Search all of the Profile Options for a Specific Value
    Note: 367926.1 - How To Find All Users With A Particular Profile Option Set?
    Thanks,
    Hussein

  • Audio problems with embedded Flash

    I have the Flash of a Captivate simulation embedded on one of
    the slides in my Presenter file. When I publish it, the audio for
    the Flash starts playing in the middle of the previous slide -
    playing over the audio for that slide. When I click Pause, the
    audio for the Presenter slide stops, but the Flash audio keeps
    going even though I haven't gotten to the slide with the embedded
    file yet. It always starts 4-5 seconds into the previous slide.
    Does anyone have a clue why this is happening?
    I've used embedded Flash files in Presenter several times
    with no problems, and the settings in Presenter are all the same as
    in the presentations that work correctly.
    - In Presentation Settings, I have "controlled by
    presentation playbar" deselected because there are click boxes in
    the Captivate sim that users will click to advance.
    - In Slide Properties, I have "advance by user" select for
    both the embedded slide and the previous slide.
    - I thought that there was some glitch in the Audio Editor,
    so I added 5 seconds of silence at the end of the previous slide,
    and added enough silence to the embedded slide to more than cover
    the length of the embedded piece.
    This is the first time I've tried to embed a Flash file since
    I upgraded to Captivate 2. Could something have changed on the
    Captivate side of things? It still doesn't make sense why the audio
    would start playing before the Flash starts, but I'm grasping at
    straws here.
    Thanks!
    Judi

    A little additional information:
    It isn't just the audio from the embedded Flash that runs
    early - it's the actual Flash file. I don't know if this makes any
    difference in figuring out what's going on, but thought I'd add
    that bit of detail.
    Also - I had found out that my Captivate project that I
    created the Flash from had gotten corrupted and was hoping that
    fixing that would fix this problem as well ... but no such luck...
    Judi

  • Flash Professional CS6 has lost its start page

    My Flash Professional CS6 program no longer starts with the usual menu page.  Instead I get a grey page with the message "Current selection can not have actions applied to it."  Moreover, the timeline seems disabled since no layer options appear

    Open your Preferences and see about setting how the program starts...
    Edit -> Preferences -> General -> On launch

  • Settings: how do i tell Firefox 4 to start up with a fresh page in stead of one from cache?

    When i start up firefox the system automatically starts up with the last page in cache in stead of downloading a new one from the site on my startpage.

    You can try to use [[Clear Recent History]] to clear the cache if you exit Firefox.

  • ? how to add page numbers in pages 5.2, starting with 2.  Pages '09 had an option to not show folio on page one.  Also any how to do left and right folios for a Tabloid?  Many trhanks

    ? how to add page numbers in pages 5.2, starting with page 2.  Pages '09 had an option to not show folio on page one.  Also any idea how to do left and right folios for a Tabloid?  Many thanks  . . .

    Hello jacquemac,
    Your first question:
    There might be a better way of achieving what you wish to do, but following these steps could help you out.
    You might want to blend in Thumbnails and Invisibles either with (cmd+shift+i and cmd+alt+p) or over the View section in the Menubar.
    1. go for Documents (right end of the Toolbar) -> Section
    2. place your cursor at the very top of your second page and click "Create new Section->Starting with this page" in the side bar on your right.
    (what you are actually doing next is setting the pagenumbers for each section you created. You can see your sections in the Thumbnail view.)
    3. click on your first page (the first and only page of your first section) and mark the checkbox "Hide on first page of section"
    4. click on your second page (the first page of your second section) and  "Insert page number" -> start at 1
    Your second question:
    Im not quite sure i understand what exactly you want to do here. One page, two columns, each column with another page number? As far as i know this is not possible.
    greetings jl

  • Page numbering- How can I start with a specific Page #?

    I'm using Pages 09 (snow leopard, and Pages on my iPad IOS 4.3.5) and I'm trying to get pages to start numbering using specific numbers.  For example lets say I'm editing chapter 3 of a book which starts on page 84.  Chapter 3 is its own document and always starts numbering with page 1.  I know I could make one large document by pasting all the chapters into a single doc, but I hate working on such large documents.  Editing single chapters at a time is easier to navigate.
    Is there anyway to get the page numbering to do this?  I've tried all the options in the page set up and nothing seems to work.  Pages always start with 1 at the begining of a document.
    Thanks in advance for any help!
    Cheers!
    David

    In Pages on your Mac you used the inspectors for most functions. You can change starting page numbers in the section tab of the layout inspector.

  • Creating a template in Pages is straight-forward as answered here previously. Is there and equivalent for iBooks Author which can start with a blank page and build up the template as required? or can one only adapt a ready made template?

    Creating a template in Pages is straight-forward as answered here previously. Is there an equivalent for iBooks Author which can start with a blank page and build up the template as required? or can one only adapt a ready made template? This has proved unsatisfactory to me so far. Lines are left in etc.

    There are two basic menus for fonts - one from the main menu bar and one from the toolbar. You can also bring up the font manage dialog.
    I don't recommend trying to hard to force an otherwise foreign font, as it inevitably needs to be usable/supported on iOS as well, and that can get tricky w/3rd party fonts, as an example, even with the expanded font support in the latest iBA.
    If you need to discuss fonts more, I suggest starting a new thread....preferably with a slightly more brief title, thanks.

Maybe you are looking for