Inserting Flash into Dreamweaver document question

When I insert a Flash swf into my Dreamweaver document, the flash file will be displayed in the same dimensions as it is on the flash file on every computer correct? So for example, if I insert a swf file that is 550 x 400 into my Dreamweaver, whether it is displayed on a computer with a 2000x1220 screen, or a 1270x800 screen, the swf file will aways be 550 x 400 (so on the 2000x1200, the swf will be much smaller). Basically I'm asking how do I make it so the flash swf is stretched to fit the entire page no matter what the resolution is?

The short answer is you can't.  It's because of how images are handled.  FLA native files are vector images.  However, the animation/interaction itself when saved as a SWF file becomes rasterized, thus the image gets blurry the larger you make it.  So if you make it bigger no matter how you save it, the image will become blurry.  What you should do if you need to fill the background is create a repeating background image to put on your page behind the flash that will expand regardless of the resolution.  With the repeating background the image is not stretched but rather printed on the screen over and over again making the effect that the image is stretched across the screen.

Similar Messages

  • Inserting FLASH into Dreamweaver cs3

    I am trying to build a VERY basic website in Dreamweaver. Using their single fixed column, centered,template, i would like to ad 2 flash items, a menu and small movie, in to he top of the column. (Both flash items are larger than the column with, if that matters,i was going to resizxe them  nce  i  got  this part of the  cose  correct)
    For some reason the flash movie shows in my Dreamweaver preview, but not when i load it live online  @ www.srg-buffalo.com.
    The address i have used for the flash movie is: http://www.srg-buffalo.com/flash/header_v8.swf
    The website is hosted at www.swq-buffalo.com, if you want to check out the source code.
    I have no idea what I am doing wrong, i thought it was pretty simple, there is no flash block via my go daddy host.
    How i  inserted it  via dreamweaver  cs3:
    Insert> Media> Flash.
    URL= http://www.srg-buffalo.com/flash/header_v8.swf
    What am  i doing wrong?
    Thanks for any help.

    Thank you,
    That rung a  bell.
    I uploaded  both  saved .SWF documents to  the Scripts directory.
    There was also  a  Scripts dirrectory saved  with index.html,  in this directory was the  AC_RunActiveContent.js  file,any thoughts on that?
    i  uploaded it to  scripts,along witht he  others, and the space  dedicatd to the flash events is there, but they are not  showing.
    http://www.srg-buffalo.com/
    D. Jude Bulera
    Buffalo, NY
    [email protected]
    Date: Wed, 17 Aug 2011 12:45:32 -0600
    From: [email protected]
    To: [email protected]
    Subject: Inserting FLASH into Dreamweaver cs3
    When you insert the SWF, you shouldn't have to actual type anything - it's a browse and select process and will automatically enter the correct path to the SWF. Then you have to upload the page and the SWF file. This next part I think has changed in later versions of DW, but in CS3 I'm pretty sure the process will also create a folder named Scripts. This folder along with it's contents also need to be uploaded.
    >

  • Insert Flash with Dreamweaver CS3 Question

    So I have been building websites for awhile and have always relied on the built in insert flash object that came with dreamweaver as I have never had issues with it.
    However as I finished a site recently the client had a friend look at it and brought up the red flag that the site was not w3 compliant.  So I go and look at the little tool they have and the only error that comes up is related to the insertion of flash on the page.
    I googled it a bit and found a number of people saying that the insert flash through dreamweaver will no show up as compliant.  A couple solutions to fix the problem.
    But before I go down that road, I want to ask. ...Does it really matter here?  Seems like Dreamweaver insertion would be compliant? I mean come on the link that the w3 give to fix the problem is a link from a fix created in 2002.
    I have never heard of anyone saying no the flash does not show up so right off I am not terribly concerned but it would be nice to know..
    Also if it is important and suggestions as to a nice fix to the issue would be great.
    Thanks for your time,
    Chris

    Right you are!
    I tend to spot check pages and haven't done a W3C check on a flash embed in my websites (apparently). Just did one pursuant to your question. The page is 100% compliant without the Flash video. has 51 errors, 35 warnings with it. Lots of those errors are Adobe-generated Javascript that handles the flash video insert, skins it and so on.
    Here is where Adobe may not be compliant with the W3C.

  • Inserting Flash into Dreamweaver

    I don't know if the solution is in Flash or Dreamweaver, so excuse me if this is the wrong location.  I created a Flash Photo Gallery (swf file) and want to add it on my site.  It's a fairly large file, so I also created a preloader to let viewers know that it's installing.  The problem is my Flash file won't start playing until the whole thing is loaded, therefore you won't see the preloader until the whole thing is ready to play and so you don't need a preloader by that point.  I can't get this Flash file any smaller and all I need to know is how you force Dreamweaver to start playing an SWF file before it's fully loaded.   What I'm doing now is Insert > Media > SWF and then I find my file.  From there, I can't find any option or code to tell it to start playing as it downloads. It's seems like it should be so simple, and I feel like the only person who can't figure this out!

    If there is a nextg time, simply post a link to the live page (http://www.myproblempage.com) and people can peek under the hood.
    Glad you got it solved.
    Gary

  • Inserting Flash into Dreamweaver Site

    Hi,
    I have 3 swf files that I am trying to insert into my DW CS3
    site. I go Insert>Media>Flash and the files insert. When I
    preview in browser - the page comes up with the swf files as blank
    white boxes. I have a Ac_RunActiveContent.js file that maybe I'm
    not putting in the right place....????? Help! I'm so close to
    launching this site but can't figure out how to make the swf images
    appear in the browser....
    thanks in advance for any help!

    AC_FL_RunContent(
    'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.
    cab#version=9,0,28,0','width','210','height','210','src','../Images/left','q
    uality','high','pluginspage','
    http://www.adobe.com/shockwave/download/downlo
    ad.cgi?P1_Prod_Version=ShockwaveFlash','movie','../Images/left'
    ); //end AC
    code
    </script>
    <noscript>
    <object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.ca
    b#version=9,0,28,0" width="210" height="210">
    <param name="movie" value="Images/left.swf" />
    do a find in source, and find this:
    'src','../Images/left'
    change to:
    'src','Images/left'
    In the Javascript call, the path is to go Up one folder
    level. That's wrong,
    the correct path is used in the <noscript> call,
    Alan
    Adobe Community Expert, dreamweaver
    http://www.adobe.com/communities/experts/

  • CSS Help! Inserting flash into a div has caused layout change

    Hi,
    I am trying to insert flash into a div. I'm new to CSS so I
    think I must be doing something wrong. As soon as I insert the
    flash the layout goes wrong and all divs below it are pushed down
    out of my "main" div. I've now taken the flash.swf out and inserted
    an image again, but it's still wrong. It previews fine in the
    browser though.
    Any ideas!?
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
    Transitional//EN">
    <html>
    <head>
    <title>Untitled Document</title>
    <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1">
    <link href="style.css" rel="stylesheet"
    type="text/css">
    </head>
    <body background="images/newwall.jpg">
    <div id="wrap">
    <div id="main">
    <div id="flash"><img src="images/flash.gif">
    </div>
    <div id="strip"><img src="images/strip.gif">
    </div>
    <div id="middle">
    <div id="news">
    <div class="newstext">NEWS....
    </div>
    </div>
    </div>
    <div id="gap"><img src="images/gap.gif">
    <div id="subnav"><img
    src="images/wallpaper.gif">
    <div id="bottom"><img src="images/bottom.gif">
    </div>
    </div>
    </div>
    </div>
    </div>
    </body>
    </html>

    And where is the CSS?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Dava" <[email protected]> wrote in message
    news:ei2526$mji$[email protected]..
    > Hi,
    > I am trying to insert flash into a div. I'm new to CSS
    so I think I must
    > be
    > doing something wrong. As soon as I insert the flash the
    layout goes wrong
    > and
    > all divs below it are pushed down out of my "main" div.
    I've now taken the
    > flash.swf out and inserted an image again, but it's
    still wrong. It
    > previews
    > fine in the browser though.
    >
    > Any ideas!?
    >
    > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
    Transitional//EN">
    > <html>
    > <head>
    > <title>Untitled Document</title>
    > <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1">
    > <link href="style.css" rel="stylesheet"
    type="text/css">
    > </head>
    >
    > <body background="images/newwall.jpg">
    > <div id="wrap">
    > <div id="main">
    > <div id="flash"><img src="images/flash.gif">
    > </div>
    > <div id="strip"><img src="images/strip.gif">
    > </div>
    > <div id="middle">
    > <div id="news">
    > <div class="newstext">NEWS....
    > </div>
    > </div>
    > </div>
    >
    > <div id="gap"><img src="images/gap.gif">
    > <div id="subnav"><img
    src="images/wallpaper.gif">
    > <div id="bottom"><img
    src="images/bottom.gif">
    >
    > </div>
    > </div>
    >
    > </div>
    > </div>
    > </div>
    >
    >
    >
    > </body>
    > </html>
    >
    >

  • How do I maintain responsive scaling on an edge animate animation when I insert it into dreamweaver?

    How do I maintain responsive scaling on an edge animate animation when I insert it into dreamweaver? Please and thank you!

    example.com is a generic http:// address to illustrate the difference between what you gave, file:/// and an actual URL address.  There are no tutorials on that site.  Sorry for the confusion.
    #1 Have you procured your domain name and web hosting yet?  You'll need to do that to publish your pages online.
    #2 When you sign-up for web hosting, the company will send you FTP log-in credentials to your site's web server.    You will enter this info into your DW Site Definition.  Site > New Site >  See screenshots below:
    Under Servers:  Root Directory is whatever your hosting company tells you to use.  This varies by web host.  Some commonly used ones are public_html, www or htdocs.
    After your site definition is set-up, hit the TEST button to confirm it's working.  If it's not connecting, go to More Options.
    Go to the Files Panel (F8).  Use the UP Arrow  to PUT files to remote server.
    Use the DOWN Arrow to GET files from server to your local site folder.
    Post back when you have finished uploading your work to the remote server.
    Nancy O

  • Inserting jpegs into word2010 documents

    I have just been through a long seige with Microsoft TS (which cost me 39 bucks) about the fact that I cannot import  images into a word 2010 document. They comes in as  black rectangles.  I can import images from my HP scanner, from the WEB, from screenshots, etc, but any images that was formatted in Lightroom or Nikon NX come in as a black rectangles.  That includes JPG and TIFF.  The only suggestion I could get from Microsoft was that I should be using software other than Adobe.   The other weird thing is that word2010 works properly on my laptop.  Both machines are Dell W7, 64bit.

    I normally import images from NEF to DNG to a Lightroom catalog on my photoarchive on an external HD.  Once I have finished processing and organizing them, I export selected images as JPG at appropriate sizes to appropriate directories on the internal HD on my computer.   I no longer do many newsletter publication type things, but I just tried one in which I typed a body of text with word2010 (just installed, and working fine for most other things).  However, when I tried to use Word's "insert>picture" capability, referenced to the appropriate JPG image file on the HD, the low resolution JPG images come in as black rectangles, no matter what the image size.  I fought it for several days--once in a while the image would come in properly, and immediately turn black.  The extra weird thing is that Word2010 works fine on my laptop.  I can import the same JPG images over my (wired) network from my desktop to the document on the laptop, no problem, but if I then send the resulting properly-formatted document from the laptop back to the desktop, the images will turn black when they hit the desktop.  The only way I can do the illustrated newsletter thingy is to write it to Acrobat and send it to the desktop for printing, or just print it from the laptop.   Both desktop and laptop are running W7ultimate and are 64 bit machines.  As I think I mentioned in the post, everything works fine with jpgs that from screenshots or JPEG scans from my HP multifunction printer, so long as the scan was never imported to a Lightroom catalog, OR Nikon NX.
    Date: Fri, 16 Jul 2010 12:33:48 -0600
    From: [email protected]
    To: [email protected]
    Subject: inserting jpegs into word2010 documents
    Have you exported the image from Lightroom to a JPG file on your hard disk?
    Exactly what steps do you follow to get the image out of LR and into Word?
    >

  • Cant insert media into dreamweaver keep getting an error message

    Whats going on forum, I've trying to insert sound into dreamweaver from a track that i made in garageband. I keep getting an error message saying the kind of plugin cannot be found

    Save as MP3 and use an HTML5 audio player. 
    http://www.pickleplayer.com/
    You can see a working example of the MP3 Player button on this page:
    http://alt-web.com/DEMOS/SmoothScroll.shtml
    Nancy O.

  • How do I insert Fireworks Slideshow (non flash) into Dreamweaver?

    I have been trying to import a slideshow from flash that I created from the built in template. I used the player that does not require a flash plug in and I cannot figure out how to insert it into my webpage in Dreamweaver. When I post the code directly it says that I have to enable java script?  I am new to dreamweaver/fireworks and coding. I know that it should be simple, but I have not been able to figure it out.  Thank you for any help you can offer!

    I don't use that function, but here's a list of articles that may prove useful:
    http://community.adobe.com/help/search.html?q=creating+a+slideshow+in+dreamweaver&lbl=drea mweaver_product_adobelr&self=1&hl=en_US&lr=en_US&area=0
    You could also look at using jquery, very simple to use and help docs come with most of the apps.
    Lots of goodies here:
    http://www.1stwebdesigner.com/resources/57-free-image-gallery-slideshow-and-ligh tbox-solutions/
    Nadia
    Adobe® Community Expert : Dreamweaver
    Unique CSS Templates |Tutorials |SEO Articles
    http://www.DreamweaverResources.com
    http://csstemplates.com.au/
    http://twitter.com/nadiap

  • Insert SWF into new document

    I want ot convert a SWF created in Captivate into an avi. It
    seems that the simplest way is to import it into a Flash doc and
    export as an avi, but I don't know Flash well. I wish I had a day
    to get up to speed on it, but for now, quick, easy instructions are
    what I need. I don't need any controls. I don't have a skin. It's
    essentially an animated card with music that we're sending out to
    some of our trainers to thank them for their help.
    Thanks for any help!!

    Wow, that's some of the more optimistic code I've seen in a while.
    A Word document is a binary file, you cannot simply insert text into the middle of a binary file and expect it to work, that's not how they work unfortunately. You might be able to read an RTF file in, but I don't think they support images.
    Could you use a plain text file as the source and a PDF as the output? That'd be easy. Or even just use CFDocument to create a PDF with the images, then print that. Does it actually need to be Word?

  • Inserting flash into HTTP

    I have been trying to insert flash file but I keep getting error messages that
    Not Found
    The requested URL /annimations/Snow.html was not found on this server.
    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
    I firstly publish flash into both swf and http files.
    Then, I opened view source of the http file and pasted the code onto the dreamwaever file.
    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0" width="700" height="500" id="Snow" align="middle">
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="allowFullScreen" value="false" />
    <param name="movie" value="Snow.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /> <embed src="Snow.swf" quality="high" bgcolor="#ffffff" width="700" height="500" name="Snow" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" />
    </object>
    In addition, I deleted code that swfobject.registerObject(FlashID) on the http file.
    The dreamweaver gave an error message that the code swfobject.registerObject(FlashID) can cause error when downloading the flash.
    Finally all http, swf and flash files were uploaded.
    But I still got the error message above.
    In the past, I managed to upload flash using the method above, although I did not get any message regarding swfobject.registerObject(FlashID).
    Could someone help me and point out what went wrong?

    Based on the error message the problem has to do with an html file, not an swf file.

  • How do I embed dynamic flash into dreamweaver?

    When I embed my swf into dreamweaver, it becomes a static movie. How do I make it dynamic (with buttons and links)? I realize this may be an elementary question, but I can't find any tutorials. Can someone point me where I may find assistance with this?

    The swf is dynamic on the server: http://www.sxsllc.com/media/sxsflashsplash.swf
    but the links do not work when embedded in my html document: http://www.sxsllc.com
    Can anyone offer any advice?

  • Integrating Flash into Dreamweaver

    Hello All,
    I am a newbie and just finished a Flash class. However we
    didn't hardly talk at all about integrating Flash with Dreamweaver.
    What I want to do is create an intro page that has Flash and
    then you have to click on a Button to go into the main site. I
    understand a little of Behaviors and Actionscripting so thought
    that I would do the GetURL Behavior (going off memory here) to get
    me from the Intro page to the main Dreamweaver site.
    Question is... do I export an SWF file, put that in a
    index.html page for the Intro page and then link to the main
    Dreamweaver site but have the main site not an "Index" file but
    another name...maybe main.html.
    Is this what people do? Or do they take the generated .html
    file from Flash (its published) and just use that as their intro.
    Naming it index.html. And then linking to another *.html created
    with Dreamweaver but that is not saved as index.html.
    Also, how often are people doing a PURE Flash website and not
    mixing the Flash and Dreamweaver together? Just curious.
    Thanks for clarifying.
    Computerkitten

    Hmm... looks ok to me. You should be able to place it in a
    folder without
    problem. I'd try using SWFObject to put the Flash on the page
    though - that
    _might_ fix your problem. Odd one.
    http://blog.deconcept.com/swfobject/
    Dave -
    Head Developer
    http://www.blurredistinction.com
    Adobe Community Expert
    http://www.adobe.com/communities/experts/

  • No longer able to insert filename into a document in the new pages

    Does anyone know if the ability to insert the filename into the document has been eliminated or if we just have to get to it another way? Used to be able to go to INSERT>FILENAME but that seems to have disappeared.
    Thanks
    AJ

    It does cause problems in a number of circumstances.
    In this forum alone, there are several threads with many users who used Setup Assistant or Migration Assistant to transfer their stuff, ended up with lots of duplicate apps because of it, and had great difficulty finding and deleting the duplicates.
    There have also been folks whose apps did't get updated, and Adobe apps that wouldn't run at all.
    Again, it depends on the apps and circumstances.

Maybe you are looking for

  • Update rule from one Cube to another

    Hello Gurus! Here is the situation :- We have a IC ZCube1. This cube contains order data at schedule line level. It contians an IO  for each Hold Status (in all 10 ) . IO has value 'X' if it is active else blank. 1 order line item can have multiple h

  • USB 3.0 hub recommendation?

    I bought an Anker USpeed 7-port USB 3.0 hub that I thought would work great to allow me to connect 4 USB hard drives to my MacBook Pro (Retina, Mid 2012) and a few other USB devices (printer, keyboard, etc). It doesn't. Unfortunately this specific hu

  • Retreive External data from SQL making connection to SQL server take a long time

    I have an Excel pivottable based on a view from SQL server. The view gets data from 2 databases on the sames server. I have the sames login for both databases and also the same rights (datareader, datawriter and owner). When running the view from wit

  • Changing my phone number on Unlimited Plan.

    So I read about the pro-rated amounts and stuff when changing your phone number. So I was wondering what gets affected if you are still on an Unlimited plan. I have Unlimited Text and Data but limited minutes that I don't use anyway.

  • Problem with table size (initial extent)

    Hi, I have imported a table from my client's database, which shows the following size parameters as displayed from the user_segments table :- bytes : 33628160 blocks : 4105 extents : 1 initial_extent : 33611776 next_extent : 65536 The number of rows