Flash Player wrong size in HTML

I've been exporting flvs into my html and can't seem to get them the proper size.
I make sure to export them at 460 by 270 pix but everytime i publish and copy the html it appears as a small banner in Safari.
The weird thing is it works fine in Google Chrome...
Any answers would be appreciated, as its for my final project in my degree course.

Don't have an answer for you, but you can put tags around your code so it's more readable... just use left-bracket code right-bracket and left-bracket code slash right-bracket around your code like this:
<html version="-//W3C//DTD HTML 4.01 Transitional//EN"> 
<link href="css/jdeveloper.css" rel="stylesheet" media="screen"/> 
<link href="css/oracle.css" rel="stylesheet" media="screen"/> 
<body bgcolor="Black">
<table align="left"> <tr> <td>
<object classid="CLSID:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,22,0"
ID="IncrediFlash"
Width="560" Height="270">
<param name="movie" value="cxs.swf?317338960"/>
<param name="bgcolor" value="#000000"/>
<!--<embed name="IncrediFlash"
src="cxs.swf?317338960"
bgcolor="#000000"
width="560" height="270" type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer">-->
</object> </td> </tr>
</table>
</body>
</html>John

Similar Messages

  • Flash player file working in HTML but same HTML code is not working in JDEV

    Hello,
    I have a flash player file which is working just fine in a plain HTML. But not working at all in Jdeveloper's .jspx file. I have no idea what is the issue. Please help.
    Below is the code snippet. There is no way I can format the code snippet for more visual clarity in this editor. So I have to live with all minified code when it displays on the posting. Sorry :(.
    Thanks, Ruchir
    <html version="-//W3C//DTD HTML 4.01 Transitional//EN">
    <link href="css/jdeveloper.css" rel="stylesheet" media="screen"/>
    <link href="css/oracle.css" rel="stylesheet" media="screen"/>
    <body bgcolor="Black">
    <br> </br>
    <table align="left">
    <tr>
    <td>
    <object classid="CLSID:D27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,22,0" ID="IncrediFlash" Width="560" Height="270">
    <param name="movie" value="cxs.swf?317338960"/>
    <param name="bgcolor" value="#000000"/>
    <!--<embed name="IncrediFlash" src="cxs.swf?317338960" bgcolor="#000000" width="560" height="270" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">-->
    </object>
    </td>
    </tr>
    </table>
    </body>
    </html>

    Don't have an answer for you, but you can put tags around your code so it's more readable... just use left-bracket code right-bracket and left-bracket code slash right-bracket around your code like this:
    <html version="-//W3C//DTD HTML 4.01 Transitional//EN"> 
    <link href="css/jdeveloper.css" rel="stylesheet" media="screen"/> 
    <link href="css/oracle.css" rel="stylesheet" media="screen"/> 
    <body bgcolor="Black">
    <table align="left"> <tr> <td>
    <object classid="CLSID:D27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,22,0"
    ID="IncrediFlash"
    Width="560" Height="270">
    <param name="movie" value="cxs.swf?317338960"/>
    <param name="bgcolor" value="#000000"/>
    <!--<embed name="IncrediFlash"
    src="cxs.swf?317338960"
    bgcolor="#000000"
    width="560" height="270" type="application/x-shockwave-flash"
    pluginspage="http://www.macromedia.com/go/getflashplayer">-->
    </object> </td> </tr>
    </table>
    </body>
    </html>John

  • Adobe Flash Player settings inside mx:HTML

    Hi,
    I have been struggleling for 2 days trying to find a solution to this problem. I have an mx:HTML inside an AIR application and isinde this HTML is an address to my server which has a normal php page with the Twilio client for receiving phone calls. Whenever a call comes in, the "Adobe Flash Player Settings" panel pops up asking for authorization for the app to use the microphone.
    The problem is that there is no way to click on "allow" or "Remember" or "Advanced" or nothing except the "Close" button which of course denies the usage of the microphone and stops me on my tracks.
    I am trying this from an iMac. Can anyone please tell me if there is some Air Application setting or mx:HTML setting that can help me with this issue?
    Any other way to achieve this?

    Hi,
    Sorry to hear that.
    The Settings window might pop-up due to insufficient memory allocation, camera/mic adjustments etc.
    Can you please look at this page: http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager.html ?
    Changing the setting might help you.
    With regards,
    Prabhu

  • Can you change flash player window size for a published Captivate course?

    I am working on publishing a course with a FMR and, during testing, a lot of scrolling was required so I wanted to resize the window.  Is this possible and, if so, how do I do it? Similar to Flash where you can publish to dimension %???

    you can adjust the movie size in the html, with varying levels of success based on how much you scale.
    edit the swf associated .htm file with a text editor and look for this line:  var so = new SWFObject("project_name.swf", "Captivate", "641", "516", "10", "#CCCCCC");  In this case the 641 and 516 are the pixel dimensions.  you can also change it to a %
    I've never done it with FMR so I won't attest to how well it'll work.

  • Why won't the flash player work in the html loader in my  air app

    Air is very new to me.  I am working on a desktop app that has an html loader in which can only go to
    certain web pages.  If the url contains any flash content on the page, the html loader will not show it.  Why is this?
    Any help on this subject would be greatly appreciated..

    Have you try with <mx:HTML>
    Sincerely,
    Michael
    El 12/05/2009, a las 17:06, dbn2d <[email protected]> escribió:
    >
    Air is very new to me.  I am working on a desktop app that has an 
    html loader in which can only go to
    certain web pages.  If the url contains any flash content on the 
    page, the html loader will not show it.  Why is this?
    Any help on this subject would be greatly appreciated..
    >

  • Flash Player image size small

    Playing a Flash presentation in Firefox, I noticed that
    Control+"+" did not enlarge the images. Making the window larger
    only increased the white space around the images. How does a viewer
    make the pictures and text of a presentation larger?

    Hi Alamos,
    Stage.scaleMode = "allowScale";
    Put this in the first frame of the whole flash, the root and
    check it. If you enter "noScale", it doesnt zoom. Hope its cleared
    now.

  • I downloaded the new version of firefox, now my flash player wont work, the html text box is gone and so is the back and forward buttons. please help??

    I downloaded the new version of firefox, now I cant watch any movies, the html text box is totally gone, and so is the back and forward website buttons, please help? can i just have the old version back?

    Not sure whether for instance you initially had a Yahoo optimised version of Firefox, and have now overwritten it with an official Mozilla version. Although the Mozilla version should NOT add unwanted features, but the Yahoo version may well do.
    If you merely need to find the Yahoo emails page quickly just add it as a bookmark or as a bookmark on the Bookmarks toolbar and make sure that is visible.
    Clicking the star icon on the location bar whilst looking at your emails will bookmark the page.
    * [[How to use bookmarks to save and organize your favorite websites]]
    * [[Bookmarks Toolbar - Display your favorite websites at the top of the Firefox window]]
    I do not use Yahoo myself,and am not sure what add-ons are available. You could search yourself using
    * FirefoxButton -> add-ons
    ** see [[Find and install add-ons to add features to Firefox]]
    ** examples [https://addons.mozilla.org/en-us/firefox/addon/yahoo-toolbar/ yahoo toolbar] & [https://addons.mozilla.org/en-us/firefox/addon/yahoo-mail-notifier/ mail notifier]
    * also look at Yahoo's own information such as http://help.yahoo.com/tutorials/toolbar/cl3/c3_ff_toolbar1.html

  • Flash Player 11 and You Tube screen size problems

    When on "You Tube" flash player gives the choice of the use of thre sizes of screens to view the vedios. With the older version of Flash player I was able to use all three od the different size to view. Now That I have Version 11 Flash player the small screen view is good, but If I take it to the medium size the screen stays the same size as the small screen but moves to the center of the screen. The full screen selection gos to black and the sound goes in and out at a fast pace. Is there any way that I can fix this problem? I have tried to reload version 11 of Flash Player,but the problem stays the same.

    Hi,
    Could you please try to disable hardware acceleration? http://helpx.adobe.com/flash-player/kb/flash-player-games-video-or.html#main_7__Disable_Fl ash_Player_hardware_acceleration
    Thanks,
    Sunil

  • Flash Player and HTML

    Client is looking to display some videos and information
    within a flash
    player. Since flash files cannot be read well by search
    engines, it is
    possible to have the flash player generate either an
    html/text or RSS file
    along with the video file? Thus I would anticipate that when
    a video and
    information about say an Inn is created/published that an
    html/text/rss file
    is also generated that describes what is in the video file?
    Is this possible? If it is, can someone please point me to
    some
    documentation?
    Thanx
    David

    No. Flash Player cannot render or generate a file. To create
    files you
    would need the assistance of a serverside script such as cfm,
    php, asp, cgi
    or perl.
    You can manually input into the html code the text and any
    other information
    you like that is used in the swf just before the object tag.
    <!--url's used in the movie-->
    <!--text used in the movie-->
    <object ...
    Dan Mode
    --> Adobe Community Expert
    *Flash Helps*
    http://www.smithmediafusion.com/blog/?cat=11
    *THE online Radio*
    http://www.tornadostream.com
    *Must Read*
    http://www.smithmediafusion.com/blog
    "David Wilson" <[email protected]> wrote in message
    news:eccnsp$qeo$[email protected]..
    > Client is looking to display some videos and information
    within a flash
    > player. Since flash files cannot be read well by search
    engines, it is
    > possible to have the flash player generate either an
    html/text or RSS file
    > along with the video file? Thus I would anticipate that
    when a video and
    > information about say an Inn is created/published that
    an html/text/rss
    > file
    > is also generated that describes what is in the video
    file?
    >
    > Is this possible? If it is, can someone please point me
    to some
    > documentation?
    >
    > Thanx
    >
    > David
    >
    >
    >

  • Adobe Flash Player "upgrade" is NOT working/upgrading....

    I have :  HP laptop, new less than 6 months; Windows 7; IE; and according to my Programs List, I have the 'current version' of Adobe Flash Player installed.......yet, when I try to view a video on youtube, or play a game through Facebook, it shows I need to "upgrade the Flash Player".  I have followed the links, all directions step-by-step, to upgrade, install, uninstall and reinstall the Flash Player.  I then check the list, it shows I have the most recent version, yet it still doesn't work.  VERY FRUSTRATED.  Any ideas to what is wrong?  Or, is this a current product issue?!?  Would appreciate any help!!

    Could you please check if ActiveX is disabled?
    http://helpx.adobe.com/flash-player/kb/flash-player-games-video-or.html#main_2__Disable_Ac tiveX_Filtering__if_you_are_using_Internet_Explorer_9_
    Also, ensure that Flash Player is enabled in Internet Explorer.
    http://helpx.adobe.com/flash-player/kb/flash-player-games-video-or.html#main_3__Enable_Fla sh_Player_Add_ons__if_you_are_using_Internet_Explorer_8_
    Thanks,
    Sunil

  • Adobe Flash Player does not work in Internet Explorer 10 on Microsoft Windows 8

    I understand that Google Chrome and IE10 have their own automatic update system, however, any site requiring me to use adobe flash player to view videos does not work no matter what I try. I have:
    Used the desktop version of IE versus that Start version and both provide me with the same message.
    Tried uninstalling and then reinstalling but I receive an error message stating that Flash player is already installed and I know that it is not because I have unistalled it. I received this message: Installer encountered an error: 0x80248000
    I even used Ccleaner to hopefully remove any files that were left behind.
    I have gone to Tools, then compatibility settings, unchecked automatic update list from Microsoft. there are no websites on that list t remove.
    I have double-checked that the flash player add-on is enabled.
    I have also checked security settings and enabled Scripting for Java
    I have also made sure that I disabled ActiveXFiltering.
    Basically, I have tried to use Adobe's websites to figure out the issue at the following link: http://helpx.adobe.com/flash-player/kb/flash-player-issues-windows-8.html#main-pars_header _1
            None of the tips fixed my issue.
    I have Windows 8, recently upgraded from Windows 7. I have a 64-bit machine, when I tried, just in case I was wrong, to install 32-bit, I receive an error. I would greatly appreciate any help anyone may provide. Is there a customer service number by any chance for software we have not paid for but instead it comes with our computers? I really need to be able to use discussions and watch Teachertube, youtube, and other videos to complete grad schools assignments.
    Please help me!
    I

    It sounds like you might have additional software on your system that is interfering with Flash Player.  You mentioned that this is happening for both Chrome and Internet Explorer, correct?  I've got a similar system (Win 8 upgraded from 7, 64bit) and I've never had any problems.
    I'd recommend trying to temporarily disable any security, antivirus, firewall software that you have running.  You might also want to try starting in Safe Mode with Networking enabled (http://windows.microsoft.com/en-US/windows-8/windows-startup-settings-including-safe-mode) to see if Flash works once all utilities and services have been disabled.
    Finally, do either of these links play video back?
    HTML5     video     
    Non-HTML5 video
    Thanks,
    Chris

  • 1/14/2014 - Release - Flash Player 12

    Today we're pleased to announce that the next version of Flash Player is available for immediate download.  This update includes the following new features and improvements:
    New Features:
    Internet Explorer 11 on Windows 7 Support
    Microsoft has released IE 11 on Windows 7 and we plan to officially support this in Flash Player 12.
    Mac .pkg Installation Support
    Deploying Flash Player and keeping it up to date is a critical task for system administrators worldwide.  In Flash Player 11.9 we added .pkg support for ease of deployment.  In Flash Player 12, we've incorporated feedback from system administrators to improve the workflow and UI.
    Graphics: Buffer Usage flag for Stage3D
    We've added a new enum Class called Context3DBufferUsage which defines two constants, STATIC_DRAW (default) and DYNAMIC_DRAW.  These constants specify how buffers will be used in Stage3D. We've also added a new parameter, called "bufferUsage", to the constructors of VertexBuffer and IndexBuffer. This "bufferUsage" parameter uses one of the constants form Context3DBufferUsage, which will allow you to select the appropriate buffer type according to your needs.
    Stage3D Creation of Context3D with Profile Arra
    We've added a new interface to Stage3D.requestContext3DMatchingProfiles(profiles:Vector.<String> ) which will create a Context3D with highest level suitable profile that is in profile array,  based on the current hardware.  A developer can check the newly added property 'profile' to obtain the current profile that was chosen by the Flash Runtime.
    Notable Fixes and Enhancements:
    [3629735] [Chrome x64] XPS Printing produces blank documents
    [3633845] [Win8.x] YouTube videos don't always resume when tapping inside the video in desktop IE
    [3637507] [Win8.1 Pepper] Camera is listed twice in the setting ui panel with Chrome
    [3638403][Mac] Extra characters render when pressing the shortcuts CMD+C, CMD+X, CMD+A, and CMD+V in Stage Web View.
    [3638538] [Win7][IE 11 - Instaback] Video continues to play for a few seconds after navigating away from page
    [3646580] [Win8.1] edit control does not handle IVS characters or surrogate pairs such as emoticons correctly
    [3641030][Mac] flash.media.scanHardware() does not work on NPAPI Flash Player
    [3649243] [Win8.x] ARM devices: YouTube controls disappear when when exiting fullscreen by invoking app bar
    [3649329] PlayTo stops in the middle when network connection is not stable
    [3652092][Win8.x] unable to upload multiple images in file-browse dialog
    [3656409] some menu controls are not refreshing when clicking controls and inputting text
    [3655274] Fullscreen (with sourceRect) doesn't work correctly in Pepper version
    [3659511][Win8.1][IE11] drawToBitmapData fails to draw correctly when using constrain mode
    [3659511] on some graphics cards, Stage3d works in software mode, instead of GPU
    [3664207] Audio continues to be heard when video is fast forwarded after a rewind operation
    [3657240] wrong value is momentarily returned after trickPlay is ended using a pause
    [3660676] KingsRoad Stage3D performance impacted on low-end laptops running Chrome with PPAPI player
    [3673798] white/black background displays in CC mode
    Known Issues:
    Due to a recent issue discovered with the last released versions of Flash Player 11.9 (version 11.9.900.170 ) and Flash Player 12.0 ( version 12.0.043 ), audio or video playback when streaming over an RTMFP based peer to peer connection, including direct peer to peer, ip multicast or app level multicast configurations, will fail on IE 9 and IE 10 browsers. The issue does not affect Firefox, Chrome or Safari browsers.
    The fix will be made available in the next Flash Player 12 update. Until then we recommend users use an alternate browser for applications that use p2p real time communications, including audio, video, data conferencing or chat applications.
    The following behaviors will be modified in Safari 6.1 and higher in Safe Mode:
    AIR Badge Installs - AIR Badge Installer will not launch an installer when running Safari 7 in Safe Mode.  Users will instead see a dialog with a link to more details and workarounds on an Adobe website.
    Adobe Connect Plug-In Install - The Connect Plug-In Express Install will no longer work on Safari 7 in Safe Mode.  Users will instead see a dialog with a link to more details on an Adobe website.
    Flash Player Global Settings - When a users launches the Global Settings menu from the Flash Player context menu on Safari 7 in Safe Mode, the user will be taken to the classic SWF-based preferences menu on an Adobe website, instead of the native Flash Player settings UI in the MacOS Control Panel.
    LocalConnection - When a LocalConnection is constructed from a SWF hosted in Safe Mode, it may only establish a connection with other SWFs also hosted in Safe Mode.  If a LocalConnection is constructed from a tab with Safe Mode disabled, it will not be able to communicate with a SWF in a Safe Mode tab.
    For complete information please see our release notes.
    Security update details can be found here: Security Bulletin (APSB14-02)
    Current Flash Player desktop users that have enrolled in either the "Allow Adobe to install updates (recommended)" or "Notify me to install updates" update options will receive an update notification dialog within 7 days from today (please note that Windows users will need to restart their system to receive the notification dialog.)
    If you would like to install the update immediately, please use one of the links below:
    Flash Player 12 desktop for Windows XP, Vista and 7 and Internet Explorer: 12.0.0.38
    Flash Player 12 desktop for Windows XP, Vista and 7 and Other Browsers: 12.0.0.43
    Flash Player 12 for Windows 8.1 64-Bit and Internet Explorer: 12.0.0.38
    Flash Player 12 for Windows 8.1 32-Bit and Internet Explorer: 12.0.0.38
    Flash Player 12 for Windows 8.0 64-Bit and Internet Explorer: 12.0.0.38
    Flash Player 12 for Windows 8.0 32-Bit and Internet Explorer: 12.0.0.38
    Please note that both Flash Player for Google Chrome and Microsoft Internet Explorer for Windows 8 are updated using different mechanisms.  Flash Player for Google Chrome updates will occur during regular Chrome updates.  Flash Player updates for Internet Explorer on Windows 8 will be provided by Microsoft though the Windows automatic update feature.
    Flash Player 12 desktop for Mac: 12.0.0.38
    Flash Player 11.2 desktop for Linux: 11.2.202.335
    On July 9th, 2013 we changed the version of our "extended support release" from Flash Player 10.3 to Flash Player 11.7 for Mac and Windows. To continue to stay current with all available security updates you will need to install the 11.7 extended support release or update to the most recent available release (11.9, etc.). For full details, please see this blog post:
    Extended Support Release Updated to Flash Player 11.7
    Flash Player 11.7 desktop for Windows, Macintosh and Linux: 11.7.700.260
    Previous versions of Flash Player can be found on the Archived Flash Player page
    If you encounter a problems with broken or missing links, please clear your browser cache and try again.  If the problem persists, please create a new post in our forum or send email to [email protected].

    Hello,
    The release notes have been updated.  http://helpx.adobe.com/en/flash-player/release-note/fp_12_air_4_release_notes.html
    Maria

  • Adobe flash player won't install on my Windows 8 computer !!! Help

    I own a Toshiba (new Computer) . I have Windows 8 already installed.  When I want to watch a video someone has sent me, it asks me to download Adobe flash player.  So when I click on download, the flash player screen comes up empty.   What is wrong?

    See if anything in here helps: http://helpx.adobe.com/flash-player/kb/flash-player-issues-windows-8.html
    If not, tell us what browser you use.

  • Flash player does not work

    I have installed the new flash player about 6 times.after uninstalling, and it does not register or work?  When the down load is complete it telles me that it was done right.

    Do you have issues with both Internet Explorer and Chrome?
    For Internet Explorer, please check if you have disabled ActiveX Filtering and enabled Flash Player in Internet Explorer. For more details see: http://helpx.adobe.com/flash-player/kb/flash-player-games-video-or.html#main_2__Disable_Ac tiveX_Filtering__if_you_are_using_Internet_Explorer_9_
    Thanks,
    Sunil

  • How do I get my computer to recognize and run Flash Player?

    I have successfully downloaded Flash Player several times, but I am still unable to play video clips from websites like CNN. I get the message that I have to download Flash Player.  Flash Player shows up in the list of installed programs on the computer's control panel. 

    I assume you are on Windows 7.
    Ensure that you disabled ActiveX Filtering: http://helpx.adobe.com/flash-player/kb/flash-player-games-video-or.html#main_2__Disable_Ac tiveX_Filtering__if_you_are_using_Internet_Explorer_9_
    If it doesn't solve the issue, please let us know if you see any animation in the following page: http://helpx.adobe.com/flash-player/kb/find-version-flash-player.html
    Thanks,
    Sunil

Maybe you are looking for