Can not center Html flash file in a browser..

Hi all,
After i publish a flash project and try to open the html file with a browser it is always at the left of the browser, why?
In addition i have some problems with size too..
What is the size of the browser's area for viewing any content(i mean the parts below the navigation tabs to start menu)?
How can i adjust my project to this?
Thx for helping.
Note: My html settings seems true, it says "center center" but i dont know how to solve this.

The placement of your .swf on a Web page and it's alignment in the browser window is a function of HTML and CSS (styling of the Web page), it has nothing to do with the Flash .swf. Remember, there is no such thing as a Flash Web site... only HTML, PHP, ASP, etc. Web sites that have some Flash content.
While you can use Flash to auto generate that HTML, it's only a generic solution, really only meant to test the .swf on a Web page, and usually generates excessive and un-needed code... but it does let you see the .swf on a Web page.
So depending on whether or not your .swf is to take up the entire Web page or just be one component of the Web page, you may need to use slightly different code to correctly place the .swf on the Web page, set the top margin, center the .swf, etc. To review a few basics on the layout of a Web page, here is a great source:
http://www.w3schools.com/html/default.asp
As for sizing, are you wanting the .swf to always stay the same size or "scale" as the browser window expands or shrinks?
Best wishes,
Adninjastrator

Similar Messages

  • When I try to install Adobe  Flash Player..now I can not open any desktop file

    Lion...and now Maverick ...very update is a new trouble..
    now with my mouse I can not get any desktop file...and also when I try to empty trash do not do anything.

    Make sure that Firefox is closed and check in the Task manager that there are no hanging plugin-container processes left.

  • Please I can not get a .jar file to run on XP SP3 start/run/cmd/

    I can not get a .jar file to run on XP SP3 start/run/cmd/
    Please help if can figure this out. I'm convinced it is a Windows XP SP3 problem from searching on google and seeing other ppl on XP SP3 with same problem (but no working solution for myself). I'll try to be complete-listing all I've done.
    I had installed: Java SE Runtime Environment v6u14 for Windows Multi-language
    I had checked here it was working properly: http://www.java.com/en/download/manual.jsp
    I'm trying to run this jar file (soht-client-0.6.2.jar):
    http://prdownloads.sourceforge.net/telnetoverhttp/soht-java-client-0.6.2.zip?download
    http://www.ericdaugherty.com/dev/soht/javaclient.html < this is the information for the program.
    (yes the file can be executed and should open the program's window
    I wanted to post screenshot of it but friend that it's working for isn't here)
    _(Please find log of all cmds I did in this post here: http://pastebin.com/f792983df )_
    _I have extracted +'all' the files to: C:\062\+_ (I have tried using other directories, same problem)
    ++I then start/open/run/cmd+
    then I: cd C:\062\+
    then I try various commands - all+ of these do absolutely nothing- meaning no errors, no reply, no window opens, nothing except enters that directoy again:
    java -jar soht-client-0.6.2.jar
    java -jar -client soht-client-0.6.2.jar
    java -client -jar soht-client-0.6.2.jar
    java -jar soht-client-0.6.2.jar soht.properties
    soht-client-0.6.2.jar
    So I try this cmd: java soht-client-0.6.2.jar
    Reply:
    C:\062>java soht-client-0.6.2.jar
    Exception in thread "main" java.lang.NoClassDefFoundError: soht-client-0/6/2/jar
    Caused by: java.lang.ClassNotFoundException: soht-client-0.6.2.jar
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClassInternal(Unknown Source)
    Could not find the main class: soht-client-0.6.2.jar. Program will exit.
    I try this cmd:
    java -jar soht-client-0.6.2.jar -client
    Reply:
    C:\062>java -jar soht-client-0.6.2.jar -client
    Unable to load configuration file: -client - java.io.FileNotFoundException: -cli
    ent (The system cannot find the file specified)
    SOHT Java Client
    The SOHT Java Client requires a properties file. Either start
    the application in the same directory as the soht.properties
    file, or specify the file name on the command line:
    java -jar soht-cleint-<version>.jar c:\soht.properties
    So then I do these cmds which produce the exact same error/reply just above; Unable to load..:
    j_ava -jar soht-client-0.6.2.jar -client soht.properties_
    java -jar soht-client-0.6.2.jar -client C:\062\soht.properties
    So then I copy soht.properties to C root and do:
    java -jar soht-client-0.6.2.jar -client C:\soht.properties <same error as above
    Then from other information I have read I right click on the .jar file, select open with Always open with:
    _"C:\Program Files\Java\jre6\bin\javaw.exe"_
    Try again.. same problem.
    Then I do cmd:
    _"C:\Program Files\Java\jre6\bin\javaw.exe" -jar "C:\062\soht-client-0.6.2.jar"_
    does nothing, retry the other commands same thing (either nothing or those same replies)
    Then I read (http://forums.sun.com/thread.jspa?threadID=5384879) someone had the same problem as I and they solved it by uninstalling all Java/reboot/ then install JDK 6 Update 14 with NetBeans 6.5.1 start NetBeans and then it worked for them.
    So I unistalled all Java, rebooted and gave the cmd another try (before re-installing), now a new error, of course:
    C:\062>java -jar soht-client-0.6.2.jar
    'java' is not recognized as an internal or external command, operable program or batch file.
    Then I install  Java SE and NetBeans Cobundle (JDK 6u14 and NB 6.5.1) Final Release/ reboot/ open Netbeans/
    go to test java page; all is good, run cmds again -and still nothing..
    C:\062>java -version
    java version "1.6.0_14"
    Java(TM) SE Runtime Environment (build 1.6.0_14-b08)
    Java HotSpot(TM) Client VM (build 14.0-b16, mixed mode, sharing)
    I reassociate program with: C:\Program Files\Java\jre1.6.007\bin\javaw.exe_
    same thing.. nothing
    Thank you very much for your time :D_
    PS. My computer has been newly reformatted so needing another reformat I'm sure is not the solution.

    Thank you very much for your replies Taggert_77 & swmtgoet_x :D
    Taggert77_: I have never used NetBeans. I only installed it in the bundle as I had read on another post that somehow installing the bundle magically helped another user with the same problem (he didn't know why it worked after that either).
    Before XP SP3 I was able to execute .jar file through cmd prompt. Now I am not.
    This file is executable, grab it and you will see. Here is a screen shot (program in front is FlashFXP, behind is the cmd prompt and what should happen):http://www.freeimagehosting.net/uploads/53273b4ddf.jpg
    swmtgoetx_: I only did the other cmd's to try to make it spit out something, anything lol :D
    The proper cmd is simply: java -jar soht-client-0.6.2.jar
    I did give your cmd a try, and it produced nothing :( (just like the other correct cmds)
    java -client -jar soht-client-0.6.2.jar soht.properties
    Thank you again...the mystery remains
    PS. If you do a search for this you'll find an amazing amount of XP SP3 users with the same problem and no solution posted that I could find except one chap that did the unistall install order that I did above).

  • How do I restore my bookmarks from a saved file on my computer if it is not a HTML Document file?

    Look I had save a copy of my bookmarks on my external hard drive. I had used the file before to restore my bookmarks in the past with no problem. Now it says its not an html doc file. Or when I had to hit the reset button all my old firefox data was saved to my computers desk top in a folder how can I use the bookmark file in that folder. I hope there is a way.

    Make sure that the backup file with the bookmarks has the correct file extension:
    * .html for a HTML backup
    * .json for a JSON backup
    You can check the type via the right-click context menu of that file and open the Properties.<br />
    If you are not sure about the file type then you can open the file in Firefox via "File > Open File"<br />
    A JSON backup will show as one long text line without line breaks and a HTML backup as a web page with clickable links.<br />
    A JSON backup starts with: <b><nowiki>{"title":"","id":1,"dateAdded":</nowiki></b>
    An HTML backup starts with: <b><nowiki><!DOCTYPE NETSCAPE-Bookmark-file-1></nowiki></b>

  • Can not select a PDF file in the file uploader window after clicking the Browse... button for a file type input element.

    After upgrading to 5 (this worked in 4) I can not select a PDF file in the File Upload dialog that appears when I click the Browse button next to an HTML file type input element. The specific HTML element source code has the attribute: ACCEPT="image/*". I can select image files such as jpg, png, tiff, etc. But not PDF. This worked great in Furefox 4 and works in the latest version of Safari.
    The HTML code for the form element is:
    INPUT TYPE="file" NAME="file_1" ACCEPT="image/*" SIZE=35
    The File Upload dialog lists all files with PDF extension as dimmed and not selectable in Firefox 5.
    Can you help?

    Hi Purush
    Unfortunately we couldn't solve the problem. Our IT specialist checked it with SAP directly. SAP doesn't support the SAP KW solution anymore. Therefore we checked-in the document in ".doc"-Format.

  • I have installed executable installer but I still can not use adobe flash player 10.1

    I have installed executable installer but I still can not use adobe flash player 10.1 and i cant not find it on my
    documents. I do not know what to do? My computer is XP and Internet Explorer.
    Why won't it let me download it or use it?

    Can you see the Flash animation at http://www.adobe.com/software/flash/about/ ?  If yes, Flash Player is correctly installed and working.
    If not, what files do you have in C:\Windows\system32\Macromed\Flash ?

  • Could not generate the flash file(SWF)

    Hi all,
    I am working with a Dashboard having a GMap plugin and it was working fine on BO server.
    But now the plugin has been changed from GMap to CMaps plugin. I am able to download the same dashboard from BO Server to my desktop.
    The snapshot of the warning I get while downloading the dashboard has been attached.
    When downloaded from server, in place of displaying map on GMap plugin I get a warning "Invalid request this request is invalid" but when i open its properties the warning goes and the map appears back.
    Then I tried to upload the same dashboard on BO Server and I get an error "Could not generate the flash file(SWF)...". The snapshot of the same has been attached.
    I am unable to do any modification on this Dashboard.
    Regards

    Hi,
    In your discussion,you have downloaded the dashboard file from the BO server to your desktop.
    You can export the dashboard to BO Server in SWF format.But how can you download the physical dashboard file from BO server.Is it possible?
    Do the changes in .xlf physical file and export the .xlf file to BO server as File-->Save to platform.
    Regards,
    Venkat P

  • HT6114 why i can not attach new pdf files  to my email

    why i can not attach new pdf files  to my email ?

    If you aren't getting the reset link on the Password & Security section of your account then you don't have a rescue email address (an alternate email address is different), and you won't be able to add one until you can answer your questions - you will have to contact Support in your country to get the questions reset.
    Contacting Apple about account security : Contact Apple for help with Apple ID account security
    If your country isn't on that page then try this form to contact Support :  https://www.apple.com/emea/support/itunes/contact.html
    When they've been reset you can then add a rescue email address for potential future use : Manage your Apple ID primary, rescue, alternate, and notification email addresses
    Or if it's available in your country you could change to 2-step verification : Frequently asked questions about two-step verification for Apple ID

  • At windows7 can not install adobe flash player.why?

    at windows7 can not install adobe flash player.
    attach an image.
    why?

    I don't know why, but try the offline installers at http://helpx.adobe.com/flash-player/kb/installation-problems-flash-player-windows.html#mai n-pars_header

  • I download a file in the torrent site which is MP4 but unfortunately i tried to delete it but i can not. but all the files that i have is easily to delete only MP4 files i can't delete in the download foldeer please try to help dont know what to do please

    i download a file in the torrent site which is MP4 but unfortunately i tried to delete it but i can not. but all the files that i have is easily to delete only MP4 files i can't delete in the download foldeer please try to help dont know what to do please

    Well you can sync your iPod/iPhone to yur computer or laptop then take the photos off of your iPod like taking photos of of a SD card (from a normal camera) or off of a USB..! Good Luck. plz tick this saying This solved my question if it helps you.

  • I can not print a pdf file that was sent in an email.  I get the error message that adobe could not

    I can not print a pdf file that was sent in an email.  I get an adobe error message that it can not print with an ok to check and when i do I get another adobe error message that says I did not select a page to print. I have downloaded the latest adobe download.  I forwarded the email to my husband and he printed the document just fine.

    This first question which comes to mind is how do you display the pdf file in the browser?
    For this the browser uses a plug in (e.g. adobe reader) which already has the ability to print the pdf file. Depending on the version of your plug in, printing is started differently.
    Timo
    Ps: which jdev version do you use?

  • I have Windows XP 32 bit and can not get Adobe flash player to load!!! Do not know what version I ha

    I have
    Windows XP, 32 bit and can not get the flash player to load
    . Do not know what version I had to start with. When I
    try to load the 10.3 version it gets to 50% then tells me
    to close the Internet explorer and bartshel!
    If i do this then there is nothing left to load.
    I tried to save it to my desktop but then itt says no active thread foun
    d. How do I load it without my Internet being open and a
    dobe site up and running when it tells me to close them?

    Thanks the address you gave me gave me what I needed but still had alot of trouble with the game. Come to find out it was my browser IE8 that was causing all the problem. So I changed to google chrome and loaded the regular version of Flash player and have been able to get on the game. Now i have trouble with my plugins can you send me a link to find Adobe flash player plugin 9.0.124.0?
    Date: Tue, 6 Sep 2011 19:39:16 -0600
    From: [email protected]
    To: [email protected]
    Subject: I have Windows XP 32 bit and can not get Adobe flash player to load!!! Do not know what version I ha
    Hi,
    Could you download the appropriate version of the installer from the following page?
    http://forums.adobe.com/thread/889580?tstart=0
    Once downloaded, please quit all of your browsers and launch the installer.  If it still fails, please restart your system and try again.  Let me know how it goes.
    Thanks,
    Chris
    >

  • When i look at how much hard drive space i have available, my mac says i have 250 gigs used up in backup.  I can not find this backup file to delete it and free up the space

    When i look at how much hard drive space i have available, my mac says i have 250 gigs used up in backup.  I can not find this backup file to delete it and free up the space

    OmniDiskSweeper is a free utility that checks HD space.
    FreeSpace cost $1 or is a free utility that checks HD space.
    SpaceControl is a free utility that checks HD space.

  • Since upgrading to windows 8.1 I can not see any local files in the files window.

    I have recently upgraded to windows 8.1 and can no longer see my local files in the files window. All remote files for all remote sites are visable.
    If I change sites under local view get error thet dreamweaver can not update cache

    Thanks Nancy
    It certainly worked in windows 8.
    I have deactivated and am trying to reload software inside of windows 8.1.
    Will let you know.
    Thanks again
    Terry
    Date: Fri, 1 Nov 2013 12:13:57 -0700
    From: [email protected]
    To: [email protected]
    Subject: Since upgrading to windows 8.1 I can not see any local files in the files window.
        Re: Since upgrading to windows 8.1 I can not see any local files in the files window.
        created by Nancy O. in Dreamweaver support forum - View the full discussion
    I honestly don't know if DW CS5 is compatible with Win 8.1.  The OS compatibility FAQ only mentions DW CS6 & CC.
    http://helpx.adobe.com/x-productkb/global/windows-8-1-compatability.ht ml
    Maybe someone else can shed more light on this.
      Nancy O.
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5807551#5807551
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5807551#5807551
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5807551#5807551. In the Actions box on the right, click the Stop Email Notifications link.
               Start a new discussion in Dreamweaver support forum at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • I can not get adobe flash player on my computer

    i can not get adobe flash player on my computer. I have tried every suggestion with no success.

    What OS?
    What browser?

Maybe you are looking for

  • In Need of a good Notes App for taking Notes in Mathematics.

    I am a college student and do everything on my iPad now. I take notes on my iPad, but in math I need to draw my notes. Anyone else take math notes on their iPad 2? What app works best for you? I've bought three different apps and they are difficult t

  • [SOLVED] gcc not recognizing standard c header files

    So my gcc used to work but now I'm getting these strange error messages. For example I wrote the most basic of C programs: int main(){ return 0; And the terminal error message I get is: gcc: error trying to exec '/usr/lib/gcc/x86_64-unknown-linux-gnu

  • Develop module sliders for overall exposure, contrast, saturation etc. are gone.

    The Develop module used to have sliders for overall exposure, contrast, saturation as well as highlights, whites, blacks, shadows, vibrance, clarity etc. Now these functions are only to be found in Library Quick Develop as left/right buttons. I miss

  • N97 Charging Battery Problem

    Had my N97 two days, first time i gave my battery a full charge with the mains charger it worked fine but now when ever i connect the mains charger my N97 wont charge it just keeps flashing with the message: unplug charger from power supply to save e

  • Relay Server Hangs

    After every hours our DEV Relay server hangs and stops responding. There are no errors received when relay server URL is used but response takes unlimited time. http://servername.com/ias_relay_server/client/rs_client.dll To resolve this issue each ti