FAQ: How do I embed my SWF file in an HTML page?

Flash Pro creates HTML wrapper files for you when you use the File > Publish command, assuming you have the HTML Wrapper format selected in the Publish settings of your FLA file.
However, these HTML wrapper files only contain the <Object> tag code to embed your SWF file. If you want to embed your SWF file in an existing HTML page that contains other elements, you can copy and paste the appropriate HTML code into the appropriate location within your existing HTML page. You can also use Dreamweaver to add the SWF file to the page.
The TechNote Object tag syntax contains sample HTML code that you can copy and paste, along with instructions on how to edit the code to account for the actual name and location of your SWF file.

Hi,
You need to set the profile option 'Viewer:Text' to 'Browser'.
Note: 160217.1 - How to Copy/Paste from a Concurrent Request Output
Note: 184375.1 - How to Setup The Report Output to Different Viewer Types in Oracle Applications 11i
Thanks,
Hussein

Similar Messages

  • How to embed a swf video into an html page?

    I am haing trouble embedding my swf video into my html page. Here is my code:
    <embed height="340" width="549" src="flashvideos/test.swf" allowscriptaccess="always" allowfullscreen="true" flashvars="&amp;MM_ComponentVersion=1&amp;skinName=C:/Users/RogerPa1/Documents/Visual Studio 2008/WebSites/WebSite1/Products/Create/flashvideos&amp;streamName=C:\Users\RogerPa1\Docum ents\Visual Studio 2008\WebSites\WebSite1\Products\Create\flashvideos\Robotics&amp;autoPlay=true&amp;autoRew ind=false"></embed> 
    When I run the page the place where the flash player should be is blank. But if I right click I can select settings so the flash player is there. I'm using absolute urls for the flashvars because I read in a forum that that's what you're supposed to do. Anyway I am a little frustrated that the video won't play. I tried creating a video with no skin and the same problem occurs.
    Thank You
    idesofdecember

    Answered

  • How to embed a .swf file to my jsp page in eclipse

    I had a swf file which i want to include in my jsp page.
    To embed it i m using this code
    <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"
    WIDTH="550" HEIGHT="400" id="Main">
    <PARAM NAME=movie VALUE="Main.swf">
    <PARAM NAME=quality VALUE=high>
    <PARAM NAME=bgcolor VALUE=#FFFFFF>
    <EMBED src="images/Main.swf" quality=high bgcolor=#FFFFFF WIDTH="550" HEIGHT="400"
    NAME="Main" ALIGN="" TYPE="application/x-shockwave-flash"
    PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">
    </EMBED>
    </OBJECT>
    but its not working i had also checked the path of the swf.
    I am using eclipse 3.1
    Thanks,
    Leozeo
    Edited by: leozeo on Mar 27, 2008 4:22 AM

    Hi,
    Did you try Object-> insert HTML, see if that helps

  • Trying to view 2 swf files from one html page

    http://www.human-landscaping.com/nextnow/public-list.html
    ON the above page at the top there is DW code to view two SWF
    files. See following code...only the Flash object on the left shows
    up. On my MACBOOK PRO it displays correctly. Just after I FTP it to
    the public server is where it and I get lost. How can I be viewing
    in from my computer and NOT from the server. I know that both SWF
    files are on the server in the directory they are suppose to be in.
    THANKS...some of the code follows:
    <div
    style="position:relative;width:675px;height:345px;">
    <div
    style="position:absolute;top:102px;left:16px;width:300px;height:100px;">
    <object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
    height="100" width="300" name="Welcome_to_NextNow">
    <param name="movie" value="WhoNextNow.swf">
    <param name="quality" value="best">
    <param name="bgcolor" value="#ffffff">
    <param name="play" value="true">
    <embed src="WhoNextNow.swf" quality="high"
    bgcolor="#00007f"
    width="300" height="100"
    name="Welcome_to_NextNow" pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    type="application/x-shockwave-flash" play="true">
    </embed>
    </object>
    </div>
    <div
    style="position:absolute;top:16px;left:336px;width:200px;height:280px;">
    <script type="text/javascript">
    AC_FL_RunContent('codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0','heig ht','280','width','200','pluginspage','http://www.macromedia.com/go/getflashplayer','src', 'photos/NNgroup','quality','best','play','true','movie','photos/NNgroup'
    ); //end AC code
    </script>
    <noscript>
    <object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
    height="280" width="200">
    <param name="movie" value="photos/NNgroup.swf">
    <param name="quality" value="best">
    <param name="play" value="true">
    <embed height="280" pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    src="photos/NNgroup.swf" type="application/x-shockwave-flash"
    width="200" quality="best" play="true">
    </embed>
    </object>
    </noscript>
    </div>
    </div>

    bdaul wrote:
    >
    http://www.human-landscaping.com/nextnow/public-list.html
    >
    > ON the above page at the top there is DW code to view
    two SWF files. See
    > following code...only the Flash object on the left shows
    up. On my MACBOOK PRO
    > it displays correctly. Just after I FTP it to the public
    server is where it
    > and I get lost. How can I be viewing in from my computer
    and NOT from the
    > server. I know that both SWF files are on the server in
    the directory they are
    > suppose to be in.
    >
    > THANKS...some of the code follows:
    >
    > <div
    style="position:relative;width:675px;height:345px;">
    >
    >
    > <div
    style="position:absolute;top:102px;left:16px;width:300px;height:100px;">
    > <object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    > codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
    > rsion=6,0,0,0" height="100" width="300"
    name="Welcome_to_NextNow">
    > <param name="movie" value="WhoNextNow.swf">
    > <param name="quality" value="best">
    > <param name="bgcolor" value="#ffffff">
    > <param name="play" value="true">
    > <embed src="WhoNextNow.swf" quality="high"
    bgcolor="#00007f"
    > width="300" height="100"
    > name="Welcome_to_NextNow"
    > pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    > type="application/x-shockwave-flash" play="true">
    > </embed>
    > </object>
    > </div>
    >
    > <div
    style="position:absolute;top:16px;left:336px;width:200px;height:280px;">
    > <script type="text/javascript">
    >
    > AC_FL_RunContent('codebase','
    http://download.macromedia.com/pub/shockwave/cabs/f
    >
    lash/swflash.cab#version=6,0,0,0','height','280','width','200','pluginspage','ht
    >
    tp://www.macromedia.com/go/getflashplayer','src','photos/NNgroup','quality','bes
    > t','play','true','movie','photos/NNgroup' ); //end AC
    code
    > </script>
    >
    > <noscript>
    >
    > <object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    > codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
    > rsion=6,0,0,0" height="280" width="200">
    > <param name="movie" value="photos/NNgroup.swf">
    > <param name="quality" value="best">
    > <param name="play" value="true">
    >
    > <embed height="280" pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    > src="photos/NNgroup.swf"
    type="application/x-shockwave-flash" width="200"
    > quality="best" play="true">
    > </embed>
    >
    > </object>
    > </noscript>
    > </div>
    > </div>
    >
    >
    http://www.dreamweaverresources.com/tutorials/scroller.html

  • Printing an embedded .swf file in a .html page

    not sure which forum to ask this....so this question may
    appear in other forums as well.
    I have a web page that I built in DreamWeaver using CSS. On
    this webpage I have a .swf file embedded in one of my <div>
    tags. When the user hits File>Print, I want only the .swf file
    to print and not the other areas (i.e. header, footer, nav bar
    etc.) of the webpage. The following website does exactly what I
    want.
    http://www.chevrolet.com/avalanche/colors/
    Can anyone point me in the right direction to solve how to do
    this?
    thanks!
    D

    You need to specify in the CSS which items you want to
    print... Check out this...
    http://www.adobe.com/devnet/dreamweaver/articles/designing_css_pt6_04.html

  • FullScreenButton in SWF file in an HTML Page

    I have inserted a small video as a SWF file into my homepage along with Play, Pause, FullScreen and Mute buttons (loaded from the Flash Components panel). The Play, Pause and Mute buttons work fine. But when I click on the FullScreen Button nothing happens. It won't open the SWF video in a new page at full resolution. Any suggestions?

    your embedding html code must allow fullscreen.  if you let flash publish an html file for you and you change your publish settings to allow fullscreen, you'll see what's needed.

  • Html link to multiple swf files on 1 html page

    i have a html page that has multiple (20) links to video files, i would like to play these files in the same position, within the same html page. therefore saving myself having 20 html files with the separate swf files embedded. firstly i was planning on converting my .mov files to swf to make then smaller.
    my query is, what is the best way to 'house' a swf file(s) that plays when clicked on the relative link on that page.
    i have build the page using CSS and have limited javascript knowledge although im keen to learn.
    cheers

    VIDEO GALLERY --
    You need a Flash player that supports a playlist.  If you're good with Flash and Action Script you could build a custom player.  If not, pick-one from the links below:
    Wimpy Rave simple to deploy, dirt simple to update playlists by uploading media to wimpy folder.
    WWD Player --
    http://www.woosterwebdesign.com/flvplayer/
    JW Player --
    http://www.longtailvideo.com/
    FlowPlayer --
    http://flowplayer.org/
    YouTube --
    http://code.google.com/apis/youtube/getting_started.html
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • Embed same SWF file multiple times in Flash file

    I want to include the same SWF file multiple times in the same flash file. I have a plain box that is clear, that becomes visible when clicked. I want to create a grid of them (about 50+). If I copy the layers and actions, they interfere with each other so I want to embed multiple SWF files into one file and then save it to embed in an interactive PDF. If I save one square and embed it into the PDF multiple times, the file becomes too big to work. How can I embed interactive SWF files over and over into 1 SWF file? I don't have a ton of knowledge with Flash....

    you edit your html file to embed multiple copies of your swf.
    it's generally easier to control the layout if you use swfobject (but you can just copy the code published by flash pro) to embed the swf.

  • How to Put Controls on SWF File... then Export  to FLV

    Have a swf file that self plays.
    What I Need:
    I need to imbed this self playing 2 minute video clip with
    sound...but I want it to have controls on it and be paused. I want
    to use dreamweaver to place it in the web page but stupid
    dreamweaver only puts controls on a flv file NOT SWF's.
    How can I get a swf file, then add controls, then output to
    FLV so Dreamwemaver can put it on my page.
    I have Adobe Dreamweaver CS4, Flash CS$ but DO NOT KNOW HOW
    TO USE IT - Tried but failed miserably (it didnt even want to put
    controls easily on this...I tried for 30 min but couldnt break
    through. I have the CS3 Master Collection.
    Thanks
    All I want is for this video to play universally and nicely
    in a web page of mine...when will this stuff ever be compatable and
    transparent to use!
    Suzzie

    For me, not. But yes I have to do this. Maybe I manual have a table which includes the y axis coordinates. X axis is dicrete then when I get the value 2 I will look at its y axis and take the coordinates of the y-axis corresponds to the table
    Is it difficult? 
    Yasemin Barutçu
    Electrical And Electronics Engineer

  • How can I embed a pdf file into the body of an email?

    How can I embed a pdf file into the body of an email?

    The problem is defining what it even means to “embed” a PDF file in the body of an e-mail, especially if you are dealing with a multiple page PDF file.
    E-mail is either pure text, rich text (something akin to RTF in Word), or HTML. PDF is not compatible with any of these. Thus, to embed a PDF file, something has to be converted and that means the PDF would be converted to a less graphically rich raster format. But is that what you would really want?
    I think that the MacOS and iOS e-mail clients do under some circumstances place an attached PDF file within HTML segments and by clicking on same, you get the equivalent of extracting the full PDF file, but I have no real experience with that.
    Another alternative is HTML with a proxy image with a hyperlink to an external PDF file that is invoked when you click on the hyperlink.
    Perhaps you can explain what you are really trying to accomplish and what the recipient of such an e-mail's actual experience would be?
              - Dov

  • How can I import a .swf file in Adobe Flash CS4?

    Hi,
    How can I import a .swf file in Adobe Flash CS4?
    Thanks.

    you can use file/import but that would be a mistake.
    you should "load" your swf, not import it.
    if you want to load it and need help, are you using as2 or as3?

  • How can i open pc .swf files

    How do I open PC .swf files?   Dialogue message:The document “Chapter7_review.swf” could not be opened. AppleScript Editor cannot open files in the “AppleScript Editor Document” format."

    It's normally adobe flash format.
    If you don't want to install flash (Lion does not install it) use the 'google chrome' browser which has it's own flash player.
    I use Lion > Safari > with No Flash installed and just use the develop menu option to open the page in chrome if necessary..

  • How can I convert a.swf file to a .avi file?

    How can I convert a.swf file to a .avi file?

    I already checked out about 30 of these links using the same Google search words. I'm on a Mac platform, and most of them have Windows-friendly downloads/apps. Some have Mac-friendly apps, none of which have worked so far.

  • How i can make my swf file appear full screen?

    Salam;
    I need to make my swf view as a full screen in all browsers, i need to add code in fla file, not in html page, can i make that?
    thanks for any help ...

    1.  the stage has a displayState property you can use.  check the help files for example code.
    2.  publish your html to allow full-screen.
    3.  test in your browser.

  • Can't see SWF file in a DW page

    Hello All,
    I have placed a SWF file on the following page as per the
    Dreamweaver instructions, , ,
    This
    Problem Page
    I have uploaded the Scripts folder, which, strangly
    dreamweaver placed at the root level of the site, , ,
    I can ee the file by it self, so it is online,
    This
    is the file on line
    What do I need to do, or change in the first page so that I
    can see the SWF file in a plain Html page?
    Thanks for your help
    Patrick

    What it's also estrange is: AC_SW_RunContent(
    'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=10,1,1,0'...
    As far as I know there aren't flash version 10. So IMHO your
    code it's
    not correct. I've seen this problem before in another thread.
    It's like
    when you embed your swf file there where something wrong in
    the proses
    and the code it's corrupted. Your code should be something
    like:
    <script type="text/javascript">
    AC_FL_RunContent(
    'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','wid th','769','height','163','title','1','src','/tomsweeney/i/header','quality','high','plugin spage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlas h','movie','swf_help/topheader'
    ); //end AC code
    </script>
    <noscript>
    <object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0"
    width="769" height="163" title="Help">
    <param name="movie" value="/tomsweeney/i/header" />
    <param name="quality" value="high" />
    <embed src="/tomsweeney/i/header" quality="high"
    pluginspage="
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"
    type="application/x-shockwave-flash" width="769"
    height="163"></embed>
    </object>
    </noscript>
    Publish your swf file from Flash using the fla file.
    If that doesn´t work either try with swfobject
    method
    http://code.google.com/p/swfobject/
    Let see what happen.
    thedoouge escribió:
    > Well, sadly that makes two of us, , , ,

Maybe you are looking for

  • How to create temp. data base using 10g edition

    i was usining oracle 10g edition and got a problem create table #albums ( ERROR at line 1: ora-00911:invalid character could you please sort this problem out. thanking you gourav

  • Table css column-header text color not working

    When setting -fx-text-fill: red; in a css table, it does not change the header to tex to red. Is there another value? .table-view .column-header {                                                                                                        

  • Pages won't create docs on Xserve G5

    I've downloaded and installed the demo of iWork '08 twice and have the same results. Pages will open but I cannot get the template chooser to come up, nor can I enter any text in a blank document. Additionally, the menus are either slow or incomplete

  • InDesign Automation - Placing yearbook photos & text

    Hi, I'm new to InDeisgn and am currently working on a project that requires me to change out an InDesign CS3 file of a yearbook page to the most current students and their names. What is the best way to switch out the old photos with the new ones, in

  • Comment remettre mon iphone comme tout au début sans itunes

    Bonjours je voudrai savoir serait-ils possible de remetre mon iphone tout a zero parce que la nouvelle mise a jours je ne l'aime pas je voudrai que il redevienne comme au début svp.