published swf missing the player controls

Hello good people.

SWF works, but NOT play the skin. Help?

1. imported the .mov in Flash CS3, chose the skin, autoplay set to false
2 film released to the root directory of the site > movies > salmon - everything is there (the skin, fla, flv, html, .js, thrown into the folder Scripts in movies > salmon just in case)
3. open hero.htm in Dreamweaver CS3 page, insert > media > flash > salmon.swf
4 loop and autoplay unchecked
5. Preview in the browser = without playback controls, so I can't play the movie (BTW, if I had set autoplay = true in Flash, movie plays automatically, but once again, no skin game)
6. double check the file appearance and all the rest is on my server in the appropriate folder
7 swf plays FlvPlayer in Flash, and HTML generated by Flash AND look of the player watch

Here again, the movies play fine if I select autoplay = yes in Flash, but still no controls.

End of my rope! Thanks for any help.

Gina

Thought to it - so for those who follow...

Copy the skin file in the root directory where the page html and poof, the appearance of the player!

I don't know why it must be in the root directory, when all the other files are in another folder, but that's it!

Tags: Dreamweaver

Similar Questions

  • Pressing the Tab key activates the player controls

    I am simulating an application that requires the use of the Tab key. In Captivate, the Tab key is a shortcut for click box that passes just to the next slide. During playback when the tab key, in addition to advancing to the next slide, a player control button is activated as indicated that she has highlighted. In the simulation, the user may need to press the Tab key, a number of times, which in turn moves to the next slide and highlights the next player button. Once the user pressed Tab the required number of times, one of the controls is highlighted. In the simulation, users usually need to press ENTER after a sequence of tabs, which in addition to performing the desired action simulation, also performs the control of the player highlighted button. This could be something quick return to output and everything. That's the problem in a dirty word.

    I tried 'tab_no_yellow.swf' and 'tab_no_yellow_global.swf' assistants, nothing helps. The result of the use of these files has been changed. They understand without change to action by all, at all, and the user must press Tab twice to each single press in the real application.

    I tried to disable the player in total controls which completely weird tab has led key behavior. In this configuration, pressing the Tab key seems to go through a list of player controls 'hidden' before the scheduled execution, click action box. It's fairly consistent... that there are six tabs executing 'goto next slide' the first time and five later. If you press Enter until through all the controls on the shadow drive, it performs some Player control, it happens to be on.

    This is the environment in which this happens:
    Captivate 3
    Skin: BMP bars
    Playback bar: Captivate
    See the establishment of borders: disabled
    Publication: SWF only - not HTML - Flash Player 7 (also tried 8 & 9)

    The SWF file plays as an animation on a page of Lectora (Trivantis) generated HTML in a browser window IE 6 fixed - without toolbars, without address bar, without scroll bars, etc..

    Any help to solve this dilemma is greatly appreciated.

    Thanks for your reply. I had discovered this information earlier, but still cannot get the application to work. In the end, it was of part of the solution. Here's what he had to do to things work:

    In Captivate
    -Disable the playback bar
    -Disable the 508 compliance
    In Lectora
    -Add "SeamlessTabbing" as a parameter to the .swf object and set it to "false".

  • How to inactivate the player controls

    I would like to disable the player so that all navigation controls is done exclusively through interaction the slide. Is there a way to do this?

    Hello

    Pretty simple. Click project > skin-> Playback Control Tab. Uncheck the option 'display the playback control '.

    See you soon... Rick

  • Custom TOC and the player controls

    I would like to customize the entire drive and TOC navigation for my captivate project.

    For example, I would like my logo clients above the table of contents and create a look that is customized for the whole experience. Example I would expose the design after: http://www.articulate.com/community/showcase/?page_id=96

    Can you elaborate on the steps I must take to create an appearance that is customized for navigation and the reader? Is there a detailed documentation that I can read on this subject? My friend can write custom, actionscript code that I'm not sure that the General overview of the process. When I export captivate files to Flash CS3, I do not see the files TOC or player?

    Thank you!

    yellomaggie wrote:

    Thank you for your time. In summary, you say that when you export the cp to Flash file and discover the actionscript Panel, there is no variables to customize the table of contents. Basically, the table of contents is under lock and key? If everything should not be accessible?

    Is it not possible to customize the shell that houses the presentations of captivate? I love the entire look of this presentation: http://www.articulate.com/community/guru/2009/Evernote/index.html

    .

    Thank you!

    Yes, I think that you can't really do much with the TOC design and layout, but I would like someone to prove me wrong... Maybe you could try to export a Captivate project finished flashing, edition of willingness to here and compile in Flash as you suggested, but I never had luck actually getting it to compile correctly. (I guess that this feature is only there to make you reach a roundabout idea of how things work). I just tested this out, and I don't think it puts even the reading/table of contents bar in the exported FLA, they seem to be separate.

    The other solution you suggested, having a wrapper shell 'accommodation' presentations is a good and it would be appropriate, but with a lot of work. However, you will need make the menu custom Flash which houses the s embedded SWF and find a way to control the internal variables of the SWF integrated to control reading/slides. (This is possible and are found elsewhere in this forum)

    The disadvantage would be that the only options available in the variables being access to slide numbers, you would have probably coloring edit and redo parts of the menu for each new project, you cannot access the names of slide of Dove.

  • Autohide the HTML5 player controls when the video is suspended as well.

    The HTML5 player controls will hide after a few seconds when a video begins to play, either click on a YouTube video link, or when the video is taken from the break. However, the controls will be visible as long as the video is paused. The controls are quite obstructive due to certain times when I need a break to see a certain thing in the video in a very short time-frame but got covered by the player controls and disappears when resume playback. So, how to make controls of the HTML5 to hide also automatically a few seconds after the video player is paused or instantly hides when the mouse is outside the area of the drive?

    Hi frfxuser, the embedded player works the way you describe, but YouTube uses scripts to customize the player controls, so you would need a specific YouTube 'hack' to hide the application.

    One possible approach would be to use a Bookmarklet, which is a snippet of JavaScript that you can save on your bookmarks bar or Bookmarks Menu for quick access. The script can assign controls ' view: no ', then when you click on the new button, remove this rule so they show once again and you can return to normal.

    If you want to try it:

    A time of installation:

    (A) select and copy the following script:

    javascript:var s=document.getElementById('stylehidecontrols'); if(s){s.remove();} else{s=document.createElement('style'); s.id='stylehidecontrols'; var r='#movie_player .ytp-gradient-top, #movie_player .ytp-chrome-top, #movie_player .ytp-progress-bar-container, #movie_player .ytp-chrome-controls{display:none !important}'; s.appendChild(document.createTextNode(r)); document.body.appendChild(s);} void 0;

    (B) right click a place on the bookmarks Menu or Bookmarks Toolbar where you want to save the script and choose new bookmark

    (C) in the location box, paste the script, and then in the name box, type something you remember as YT hide and click the Add button

    To use the bookmarklet:

    After clicking on pause, click on the bookmarklet to run the script on the page and hide the controls.

    You can return to the player by clicking on it, but if you want comprehensive controls, click on the bookmarklet button again to remove the hack of the page style.

  • Add video player controls?

    I have a file video .mov that I need to add 'VCR' video Basic controls to. What are my options?

    BTW the .mov file was created on a Mac, but I'm working on a PC with CS4.

    Thank you.

    Basics of streaming video-
    http://www.mediacollege.com/video/streaming/

    QuickTime Player code of the above embedded link or convert your MOV to FLV file.

    DW easily supports Flash videos.

    Insert > media > Flash Video > progressive download.

    Choose a skin (the player controls).

    Navigate to the FLV file on your site.

    Click OK.

    Download HTML, SWF, FLV, and Scripts folder on your server.

    Nancy O.
    ALT-Web Design & Publishing
    Web | Graphics | Print | Media specialists
    http://ALT-Web.com/
    http://Twitter.com/ALTWEB

  • Media player controls

    Hello

    is there a way to implement the player controls (play, pause, stop,...) as those used in the drive multimedia blackberry shipped for use with the Player object?

    More in detail, how can I show/hide commands? Pushing another transparent screen containing the controls on the top of the screen causes gel video...

    Can someone show a code example?

    Thank you

    You can do with BlackBerry OS 7, but not in earlier versions.  In previous versions, you must change the video to be able to adapt the controls around him.

  • AS3 code to support the player swf with control buttons

    I need code for flash player.the player includes play, pause, stop, next and previous with seek bar and time control.i have try my code that does not load my swf.. the code is...

    function swfLoadedHandler(e:Event):void {}

    trace ("loaded swf");

    currentSWF = MovieClip (swfLoader.content);

    playerSwf.btForward.addEventListener (MouseEvent.CL ICK, button_forward);

    playerSwf.btRewind.addEventListener (MouseEvent.CLI CK, button_rewind);

    playerSwf.btPause.addEventListener (MouseEvent.CLIC K, button_pause);

    playerSwf.btPlay.addEventListener (MouseEvent.CLICK, button_play);

    currentSWF.addEventListener (Event.ENTER_FRAME, checkLastFrame);

    }

    function checkLastFrame(e:Event):void {}

    If {(currentSWF.currentFrame is currentSWF.totalFrames)

    currentSWF.stop ();

    }

    playerSwf.sliderMc.width = (currentSWF.currentFrame/currentSWF.totalFrames) * 140;

    }

    function button_forward(e:Event):void {}

    currentSWF.nextFrame ();

    }

    function button_rewind(e:Event):void {}

    currentSWF.prevFrame ();

    }

    function button_pause(e:Event):void {}

    currentSWF.stop ();

    }

    function button_play(e:Event):void {}

    currentSWF.play ();

    }

    swfLoader.load (swfFile);

    playerSwf.container.addChild (swfLoader);

    function closePlayer(e:MouseEvent):void {}

    playerSwf.container.removeChild (swfLoader);

    removeChild (player);

    }

    }

    help me with another code to run my swf with player... and I had tied my swf and player pls help me pls refugees...

    Make your agreement code with the installation of your file.  If the file you provided for viewing is the file that the code does not work with, it's understandable, because the code does not reflect the items in this file.  Especially given that no such a code in this file, but also because if the code that you have demonstrated is in this file, it does not target properly objects... mainly because of the absence of an object named playerSwf that your code uses to target all objects through.

  • All the sounds that are specifically related to the Microsoft system works not-missing the system tray volume control and Accessories Entertainment empty folder.

    I have no volume control icon in the system tray and my Accessories Entertainment folder is empty.  I can play the sound through iTunes and VLC media player but is no longer the Player Windows Media can play CDs or mp3 files.  I have more Microsoft system sounds and the sounds of a large number of online streaming sites no longer play unless I can their route via iTunes or VLC media player.  Windows Media Player says missing codecs if I try to play mp3 files.  I have upgraded to Windows Media Player 11 to see if that would bring codecs, but without any result.

    My problems were not related to the missing CODECS.

    I knew the sound on my system was basically correct, given that I was able to listen to free VLC Player I downloaded to replace the Windows Media Player while he was not working.

    However, the solution to my problem of noise was really simple, but the answer was just very complicated track.

    I noticed that a lot of the chatter about similar problems on other forums was related to Adobe Flash Player.

    I had recently upgraded to the latest versions all Adobe products on my system.  I didn't make the connection that Adobe software could affect all the sounds of Microsoft.

    Finally, after doing a Google search on Adobe Flash Player issues, I found a partial solution:

    Here's an exact quote:

    Very well, the problem is really the wavemapper mapping in the registry of Windows such as reported by a member of the forum.

    All you have to do is to open the registry editor by going to start menu, run, type regedit, then Enter.
    After that, in Registry Editor, navigate yourself in the left pane until you reach

    My Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Drivers32

    And then in the pane, right-click and click New, select string value, enter "wavemapper" (without the quotes, of course), ENTER, enter "msacm32.drv".
    Come in.

    Well, of course, it didn't work the first time. I received this message:

    the Registry Editor cannot rename the new value #1. The specified value name already exists. Type another name and try again

    I was puzzled for a while, until I saw someone in the forum with a similar problem mentioned that they had found a fix for this problem by granting permissions subkey. This led me to Google search for registry permissions.

    After that here, that's what I had to do, and although it seems that a lot of steps, it's really very simple:

    Once I had reached the drivers32 registry entry I pointed out the entry in the right pane. Mine said (default) REG_SZ (value not set). I then clicked on change on the Bar Menu and clicked on permissions on the menu drop down.

    This opens the permissions for Drivers32. I highlighted at the entrance of the Administration and click the Advanced button.

    This opens the "Advanced Drivers32 security settings. I made sure that I was under the permissions tab in this window. I noticed that the box called "inherit from parent the permission entries that apply to child objects. Include these with entries explicitly defined here"was checked. Yet once, I did ensure that the entrance of the Administration has been highlighted and then I clicked on the button change.

    This opens the "permission for Drivers32 entry. I chose "this key and subkeys" apply to: falling to the bottom of this window. Then, I checked the full control checkbox. I clicked on OK.

    I clicked on apply advanced Drivers32 window security settings.

    I clicked on apply permissions for Drivers32 window.

    Once that I had done it all a lot more entries appeared in the right pane for Drivers32 including my wavemapper entry. This is where all along; Quite simply, there is not all the permissions to do anything, including being in the registry pane.

    I left the registry and now all my sounds are back and the volume icon is once again in my system tray. Who would have thought?

    Hope this helps someone else.

  • setting the parental control on the volume on the media player control is possible?

    my daughter is maxing out the volume on windows media player using headsets is it a parental control on the volume controls

    Hello

    Unfortunately there is not this setting in Windows media player, but there could be some third-party programs that will help you accomplish your task. You can search for programs using your favorite search engine and check.

    Note: This response contains a reference to third party World Wide Web site. Microsoft provides this information as a convenience to you. Microsoft does not control these sites and no has not tested any software or information found on these sites; Therefore, Microsoft cannot make any approach to quality, security or the ability of a software or information that are there. There are the dangers inherent in the use of any software found on the Internet, and Microsoft cautions you to make sure that you completely understand the risk before retrieving any software from the Internet.

    However, you can post your suggestion in the link mentioned below so that we can improve Microsoft Products.

    https://Connect.Microsoft.com/continue.aspx?PAGETYPE=2®Type=2&cru=%2fdashboard%2F%3fwa%3dwsignin1.0&cu=

    Thanks and regards.

    Thahaseena M
    Microsoft Answers Support Engineer.
    Visit ourMicrosoft answers feedback Forum and let us know what you think.

  • The volume control in the taskbar is missing

    The operating system is Vista.  The volume control in the taskbar is missing.  How can I get that back?  My email is * address email is removed from the privacy *.  Thank you!

    Hello

    1 Please reboot nothing so interfere with this process.

    Click with the right button on Taskbar - Properties - tab Notification area - check box Volume - if it is grayed out
    Then, use this link. (Ditto for power, clock and network.)

    How to enable or disable the system tray in Vista icons (there are several methods
    "(et vous devrez peut-être utiliser l'ensemble)."
    http://www.Vistax64.com/tutorials/106787-notification-area-system-icons.html

    If necessary: a Mr Fixit

    System icons do not appear in the notification area in Windows Vista or in Windows 7 until you
    Restart the computer
    http://support.Microsoft.com/default.aspx/KB/945011

    I hope this helps.

    Rob Brown - Microsoft MVP<- profile="" -="" windows="" expert="" -="" consumer="" :="" bicycle="" -="" mark="" twain="" said="" it="">

  • Windows Media Player: Hide the toolbar control to view full screen

    Hope someone can help me...

    I have Windows XP on my computer and Windows 7 Starter on my netbook and I can't find out about one of them how to hide one playback, pause, volume, etc. Control Panel down the screen when I play a wmv video, I created mode full screen. Any suggestions? It is particularly important for me to be able to do in Windows 7, as I play a slide show for a group of people in two days on this.

    Thanks in advance!

    Thanks - it started me in the right direction, but it was not actually found in the same menu for me. The way real, I managed to do was to first start WMP the only way I knew how, by double clicking to read my file mwv and then pressing the "switch to library" icon at the top right. The library, as there is no menu 'Tools' to choose from, I realized that, by selecting "Organize" menu, I can then select 'Options '.  Then I went to the 'Player' tab and the box 'Allow the auto-hide the playback controls' were found there.

    Thanks for the help :)

  • Take control of the buttons on the player of BB

    Hi all

    I have a problem, I want to play mp4 video using my application I'm doing

    Registry reg = Registry.getRegistry("com.arctouch.alarmnet.screens.MediaPlay");
    
                    Invocation invocation = new Invocation(videoName, null,BlackBerryContentHandler.ID_MEDIA_CONTENT_HANDLER);
                    reg.invoke(invocation);
    

    use I am able to run my video player for blackberry and also able to play / pause the video but I also want to handle the back button / following, I want my feature custom on this subject.

    Please help how do I get a previous button control / next?

    Capture events since the BlackBerry Media player is not supported.  However, you can view the video in your own application by using the player class.  That would give you full control over video playback.

    For an example, take a look at the embededmediademo provided with the BlackBerry JDE.

  • Earth 2160 loses control of the mouse and the keyboard at the player selection screen, help

    I bought Earth 2160 gog.com installation and download went well. However, when I try to play the game it crashes at the player selection screen. Followed by loss of control keyboard and mouse, audio and video continues however (if you have played the game you'll know what I mean). Now Ive downloaded June DirectX run time package, re-downloaded the game download the latest DirectX web installer, thus, run as admin and tried a solve compatibility issues. None of them seem to work. If someone knows how to fix this please tell me.

    Hello

    1 did you changes to the computer?

    2. this question involved playing the game?

    Method 1:

    I suggest you perform the clean boot and check.

    Place the computer in a clean boot state, then check if it helps. You can start Windows by using a minimal set of drivers and startup programs. This type of boot is known as a "clean boot". A clean boot helps eliminate software conflicts.

    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7

    http://support.Microsoft.com/kb/929135

    Note: After troubleshooting, make sure the computer to start as usual as mentioned in step 7 in the above article.

    Method 2:

    I would also update you mouse drivers and the keyboard of the computer manufacturing and check.

    Updated a hardware driver that is not working properly

    http://Windows.Microsoft.com/is-is/Windows7/update-a-driver-for-hardware-that-isn ' t-work correctly

    I also suggest you to contact game support and check out.

    http://www.Gog.com/en/support/earth_2160

  • During the installation of Flash Player, I get the prompt to close the customer control panel. What is and how it close?

    During the installation of Flash Player, I get the prompt to close the customer control panel. What is and how it close?

    This link to a thread on this forum about Adobe Flash Player explains how to kill (strong word) the customer dashboard:

    Client dashboard

    I assume you are using a Mac.

Maybe you are looking for