How do I get the Play, Stop, Volume controls to appear in my embedded Flash object?

Hello,
I want to show .swf or .flv videos on my website--like
youtube.com. I want to use the standard Flash Player object
embedded in a web page, however, I cannot seem to find the exact
params that make the standard controls appear (ie, Play, Stop,
Pause, Volume, etc). I just want to show a video and have the Play,
Stop, Pause, Volume controls visible at the bottom. What do I need
to do to get these controls to appear?
Here's my current code:
<object
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"
width="800" height="600">
<param name="movie" value="
http://www.sitename.com/flash/dt_flash.swf">
<param name="quality" value="high">
<embed src="
http://www.sitename.com/flash/dt_flash.swf"
quality="high" pluginspage="
http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" width="800"
height="600"></embed>
</object>
Any help would be greatly appreciated! :)
Jason

Sorry!  It's AS3. A typo on my part but, thanks for answering the post.   This is the correct answer that worked for me. Also,  the answer came from Kglad in the AS3 forum
Assign your component an instance name (if it doesn't already have one), eg flv and in the frame that contains that component add:
flv.addEventListener(Event.REMOVED_FROM_STAGE,removedF);
function removedF(e:Event):void{
flv.stop();

Similar Messages

  • How can I get the phone numbers in contacts to appear with dashes between the first 3 numbers, the next 3 numbers, and the last 4 numbers?  Until very recently it did so.  Contacts on my macbook pro does show up this way.  I do have a mobile me account an

    How can I get the phone numbers in contacts to appear with dashes between the first 3 numbers, the next 3 numbers, and the last 4 numbers?  Until very recently
    it did so.  Contacts on my macbook pro does show up this way.  I do have a mobile me account and in the past syncing was no problem.  What setting has changed?

    The phone number format as well as the date language and format and the time format are controlled by the Region Format setting. Go to Settings > General >International > Region Format.  When you change a region format, you can go back one page (to International) and see an example of the date/time/phone number format that your selected region format will produce.

  • How do I get back sound or volume control that vanished as I was reading Canterbury Tales?

    Can you tell me how to get back sound or volume control that mysteriously vanished as I was scanning Canterbury Tales? I still have it for other sites. Any help appreciated.

    What is the operating system?
    In Windows Vista and Windows 7 it is almost identical.
    right-click in an empty area of the taskbar and select properties.
    Select customize. Now find the volume listing and select
     show icon and notifications as in the image as shown highlighted.
    regards,
    erico
    ****Please click on Accept As Solution if a suggestion solves your problem. It helps others facing the same problem to find a solution easily****
    2015 Microsoft MVP - Windows Experience Consumer

  • How can i get the list of volumes(Drives )

    I want to get the list of all Volumes(Drives) ,exist in the system
    Kindly some one help me

    I tried but
    It is returning the File[] object
    and it will contain the Folder path
    not the list of System drives in Windows Env

  • How do I get Adobe to stop asking to install another toolbar with every Flash player update?

    Setting the default values to "opt in" on some funky toolbar duing a simple update procedure is an evil thing**.  The only reason you keep this up is because you hope I will just once forget to uncheck this box and then I'lll be stuck with another useless toolbar on my browser.  You know what?  if it was the best thing since sliced bread, I'd already have it.  If you were honest, you would set the default to off and maybe include some blurb about how great it was and I should check in on because my life would be changed forever for the better... No, I didn't think so.  Anyway, here's the deal.  Next time I see an update and it includes yet another thing to add on to my computer and the default value will result in said bit of trash being added to my computer, I will turn off updates alogether.
    *This is known as a dark programing practice, Similar to how insurance companies get people to pay for flight insurance, or how LA Fitness will let you join with a single click, but you will need to wade through pages of crud and wait two weeks to get out.

    Instead of turning off updates all together, I'd like to encourage you to enable automatic updates instead.  While not completely silent, it does allow your flash installation to stay as secure as possible with minimal amount of noise.  For the quarterly updates that do pop up UI, you can simply ignore them.  After 30 days we'll update silently in the background.  Here's a faq that describes the process.
    Flash Player installation and update questions and answers
    ps. I hear you regarding your opt-out concerns and will pass these along to the team that is in charge of this page.

  • How do I get the little web browser hand to appear over my b

    Hopefully this is an easy answer....
    I have just uploaded my new website and noticed that when you
    place the cursor over my image buttons that have "onClick - Open
    Browser" behavior tags on them, the little web browser hand doesn't
    show up. You know, the one that tells you something is a link? I'm
    afraid people won't know that the images are buttons unless the
    hand shows up. Any idea on how to make the hand appear? Any advice
    would be great. Please keep in mind that I'm only a intermediate
    level web designer. Here's my website:
    http://vintagebycrystal.com/Pages/Holidays/Fourth%20of%20July/Main.html
    Thanks!
    -Crystal

    Oh, heck. Sorry about that.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "E Michael Brandt" <[email protected]> wrote
    in message
    news:[email protected]...
    > Jackeltree wrote:
    >> Hmmm...I've downloaded the Divahtml web tools. But I
    have no idea what
    >> to do next. The help is not helpful and their
    website is confusing...
    >
    > Jackeltree - I would love to hear from you off-group to
    see how I can
    > improve my site so it is clearer to you.
    >
    > I also need to point out that divaFreeTools will not
    actually help the
    > problem you have! Murray was referring to the Tool that
    converts "#"
    > links to the image url for you, but that is only if
    there IS a link to
    > start with. Since you applied the DW Open Browser Window
    behavior to the
    > IMAGE instead of to an <A> tag around the image,
    there is NO link, hence
    > the Tool can not help you.
    >
    > To get the hand cursor, you must move your onclick event
    to an <a> tag. In
    > DW versions EXCEPT CS3, you can simply select each image
    in Design View,
    > then click on the OpenBrWindow behavior in the Behavior
    window, and then
    > in the dropdown there, change the event from "onclick"
    to "onclick <A>" or
    > "(onclick)" depending on which DW you have.
    >
    > DWCS3 has a bug, so this will not work. You'll have to
    remove the
    > behavior by clicking the minus (-) icon in the behavior
    window, then add a
    > link to the image (the link itself can be "#" at this
    point) using the
    > Property Inspector, then select the <a> tag (on
    the Tag Selector bar) that
    > has been added for you and in the Behaviors Window add
    the OpenBrWindow
    > behavior to it.
    >
    > Then you can run my divaFreeTools script to convert the
    link from "#" to
    > the url to the fullsize image, which is a better link to
    use.
    >
    > (<plug> An alternative is not to use the DW Open
    Browser Window, which had
    > to be added to each image one at a time, but instead,
    after removing those
    > behaviors from your images, create a link - using the
    Property Inspector -
    > to the fullsize image itself (rather than a link to "#"
    or to
    > "javascript:;". And then add my divaPOPgold (which does
    cost a few $) to
    > your page once. It will handle all the popup windows
    automatically for
    > you. </plug>)
    >
    > And again, please do contact me so I can improve the
    help for
    > divaFreeTools on my site. Contact me at michael at the
    divahtml.com
    > address.
    >
    > --
    >
    >
    > E. Michael Brandt
    >
    > www.divahtml.com
    >
    www.divahtml.com/products/scripts_dreamweaver_extensions.php
    > Standards-compliant scripts and Dreamweaver Extensions
    >
    > www.valleywebdesigns.com/vwd_Vdw.asp
    > JustSo PictureWindow
    > JustSo PhotoAlbum, et alia
    >
    > --

  • How do I get the book title and author to appear on all pages?

    I'm trying to create a new layout, and I can't quite figure out some of the auto-text boxes.
    I'd like the book title, and author to appear at the top of the pages.
    Also, I'd like the chapter title to be at the top of the page for the subsequent chapter pages, but not in the same size as the chapter title at the beginning of the chapter.
    I've tried copying the chapter text box in layouts, then applying it to the chapter pages.  However, when I reformat the copied box for text size and orientation, the reformat effects all instances of that text box.  Grr.
    (I know this all sounds like too much text and garbage on each page, but it's for an instructional piece that people will likely print a page or two at a time)

    Hello Andy,
    Have you looked at the Layout Section.
    If it is not visible pull down the handle and the master pages are there down the list for you to add and change.
    Just first duplicate any page that you may want to change and then add the name and author titles to that page and press "APPLY"
    I hope this helps…
    Regards,

  • How can I get the order of my podcast to appear correctly in the store?

    When I subscribe to the podcast, the order is correct.  However, in the store it is not.  I just published the podcast to iTunes store and pubDate matches the physical order of the <item/> tags and that's what matches the podcast when subscribed (new on top).

    If you enter your podcast name in the search field, then the results page apparently shows the episodes in popularity order - it may also bring up other podcasts with a similar title and then mix up episodes from the various podcasts.
    If you go to your actual Store page - click on the icon for your podcast in the Search results, or go to the URL you were given in the acceptance email - then initially the Store sorts by the numbered column at left, which should give the order of episodes in the feed. You can click on the headers for the other columns to sort by title, date, etc. - when subscribing you get pubDate order and no opportunity to change it.

  • How do I get the ".me" outgoing email address to appear on outgoing mail?

    I have set-up a MobileMe account however the set-up in MAIL is .mac and .mac appears as my e-mail address on all my outgoing mail.. I am not able to change this in the MAIL Account Information section as all fields default to .mac. When people reply to the .mac address that appears in their inbox, it gets bounced back and I do not receive their replies. Please help. Thanks

    If you are referring to the list of running apps, double tap the home button.

  • Recipient of my emails cannot open links included in my emails because the link appears as part of the text. They have to copy and paste the link on their end. How can I get the links in my email to appear as a link they can just click on?

    ''locking as a duplicate - https://support.mozilla.com/en-US/questions/879143''
    I have Windows Vista

    Just above the textarea that you use to enter the message text on the "Compose New Mail page" there is usually a button bar with buttons to add text formatting like Bold and Italic.<br />
    That toolbar may also have a button to turn a text link into a clickable hyperlink (look for a chain like button).<br />
    You can select the text and click that button to turn the link into a clickable hyperlink.<br />
    If you can't find the button then hover them all to check the tooltip of each (e.g. Insert hyperlink).
    * Make Link - https://addons.mozilla.org/firefox/addon/make-link/

  • How do I get the toolbar for Forecast Fox to appear on the screen?

    I just installed the latest version of Firefox and added the Forecast Fox Add-On, but its display doesn't appear. With my previous version of Firefox, I had to add a toolbar for the display to appear. I tried adding a toolbar in the new version, but that didn't make the display appear. Seems like installing the Add-On should create the toolbar it needs.

    If you are referring to the list of running apps, double tap the home button.

  • Hi, i need help, okay..my issues is that since the lastest update for the ipod touch, my music lihow can i get the itunes main music playlist to appear the same on my ipod touch?

    Hi, i need help, okay..my issue is that since the lastest update for the ipod touch, my music list is all over the place....my question is how can i get the itunes main music playlist to appear the same on my ipod touch?

    Hi Lawrence,
    Thanks for your prompt response, however I have first seen it now. I have placed an active SIM card in the iPhone turned it off and on. It now says SIM locked, please write access code. The problem is I don't remember the password. When I connect it to iTunes it tell me that I have to write the password before it can be used with iTunes...... Do you have any good ideas? I see you are from the NYC area.... used to work there back in the early 90´   Those were good days..... What a City

  • I am recording with Logic Pro X, using my Yamaha XS8 keyboard as a Midi controller. I also have a Thunderbolt Display. Every time I play and release a note on the keyboard, the Thunderbolt Display speaker emits a doink sound. How do I get it to stop?

    I am recording with Logic Pro X, using my Yamaha XS8 keyboard as a Midi controller. I also have a Thunderbolt Display. Every time I play and release a note on the keyboard, the Thunderbolt Display speaker emits a doink sound. What is causing it and how do I get it to stop? My sound is running through the Saffire Pro 40 Interface (Focusrite) into external speakers with powered amps.
    Also, When I record I am hearing little pops in the system. I have checked all of my meters and they are not clipping. What is causing it and how do I get it to stop?
    Ken

    MUYconfundido wrote:
    Pancenter,
    Thanks for the response, but I do not have a midi interface. I am using a midi to usb connector cable, thus bypassing the need for a Midi interface.
    The Mac reads the USB cable as a midi device, but not the keyboard that I am trying to use as a controller. I have tried it with my korg sp 300 and with my Nord Electro 2.
    Thoughts?
    Thanks,
    Tristan
    Tristan...
    This is what you have, correct?
    http://www.alesis.com/usbmidicable
    This from Alesis..
    "The AudioLink Series USB cable receives and outputs MIDI signal thanks to its internal interface. The USB-MIDI Cable connects plug-and-play to your Mac or PC for an all-in-one USB-MIDI solution."
    Notice, -internal interface-. What you have is a simple USB MIDI Interface. Most MIDI interfaces are USB.
    My point is (was), MIDI OUT of the Korg goes to the connector marked MIDI IN on the Alesis, those new to MIDI often get this wrong.
    pancenter-

  • How do I get the ipod nano 7th generation to only show the album artwork? the volume control, info bar and album artwork shows whenever a song is playing.

    How do I get the ipod nano 7th generation to only show the album artwork? the volume control, info bar and album artwork shows whenever a song is playing.

    Hi TheGuru146,
    It sounds like the iPod isn't restoring correctly. Try putting the it into Disk Mode manually and then restoring the iPod again as described in the article linked below.
    Putting iPod into Disk Mode
    http://support.apple.com/kb/ht1363
    iPod nano (7th generation)
    Before placing the iPod into Disk Mode, verify that it has a charge.
    Reset the device by pressing the Sleep and Home buttons simultaneously until the display shows the Apple logo. This should take about eight seconds.
    When the Apple logo appears, press and hold the Volume Down and Volume Up buttons simultaneously until the device enters Disk Mode.
    -Jason

  • HT1725 I have a few songs that will only play for about a min the it will stop playing how can i get the songs back to a full song

    I have a few songs that will only play for about a min the it will stop playing how can i get the songs back to a full song

    Depending upon what country that you are in (music can't be re-downloaded in all countries) then try deleting the incomplete tracks from your iTunes library and redownload them via the Purchased link under Quick Links on the right-hand side of the iTunes store home page on your computer's iTunes : re-downloading.
    If you aren't in a country where you can re-download music or if they re-download in the same state then try the 'report a problem' link from your purchase history : log into your account on your computer's iTunes via Store > View My Account and you should then see a Purchase History section with a 'see all' link to the right of it ; click on that and you should see a list of your purchases ; find those songs and use the 'Report a Problem' link.

Maybe you are looking for

  • Issue in PO Workflow

    Hi Experts , I have a issue in PO release workflow .  When ever PO is created with release strategy , in SWEL   the below  Object types and events are visible . Object name    Event                                  date                         time  

  • Creation of object in universe to show the count in report

    Hi, I am trying to create an object in universe. I had a table called projects in which there are projectid and managers and now i want to show in report as below. 15 PMu2019s assigned to 1-3 Projects 10 PMu2019s assigned to 4 Projects 20 PMu2019s as

  • SAP B1 9.0 Client PC Installation Problem

    Hi Experts                I am installing sap B1 9.0 client PL07 that time my Database are not showing after installation then i try to download install sql server native client.while installing native client am getting the below error               

  • Pasting text that was copied from microsoft word 2008

    In dreamweaver CS3, if I want to paste text that I have copied from Microsoft Word 2008, i have to paste it in entourage, copy that and THEN I can paste in dreamweaver. I can't paste directly in Dreamweaver from word. is there an extension that will

  • Field change in billing

    Hi ALL, I would like to change the weight and volume fields in billing document while creating in VF01.Please advise me any user exist or any Badi in ECC 6.0. Thanxs.