Embedding a flash movie

duplicate

DW's Flash will not validate. I'd ignore that, personally, or
if you want
to do it manually, read this -
http://blog.deconcept.com/swfobject/
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
==================
"smw99" <[email protected]> wrote in message
news:f94uc3$g15$[email protected]..
> My doctype is XHTML 1.0 Transitional.
> Without a small .swf file the page validates perfectly.
With the file the
> validation (both the built-in one with Dreamweaver 8 and
the W3C one)
> queries
> the embed tag. I have read about the Satay method on the
W3C site but
> don't
> understand it! I would be really grateful for some help.
The following
> is
> what Dreamweaver inserts. What should I put instead?
> <!--Start of div containing Flash-->
> <div align="center" class="roadsigns" >
> <script type="text/javascript">
> AC_FL_RunContent(
> 'codebase','
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#
>
version=7,0,19,0','width','425','height','105','src','triangle','quality','high'
> ,'pluginspage','
http://www.macromedia.com/go/getflashplayer','movie','triangle'
> ); //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=7,0,19,0" width="425" height="105">
> <param name="movie" value="triangle.swf" />
> <param name="quality" value="high" />
> <embed src="triangle.swf" quality="high"
> pluginspage="
http://www.macromedia.com/go/getflashplayer"
> type="application/x-shockwave-flash" width="425"
height="105"></embed>
> </object></noscript>
> </div>
> <!--End of div containing Flash -->
>

Similar Messages

  • Embedding a Flash movie on a secure page

    Hi,
    I've used the Dreamweaver CS3 wizard to embed a Flash movie
    in an ASP page and it works fine.
    However, when I move the page on a SSL connection the Flash
    movie won't display. If I change all the
    http:// references to https:// in the scripts
    (like I saw on an old post) I only get a white box instead of the
    movie.
    Please see the attached bit of code.
    The old post I read was referring to an old version of Flash
    but I doubt that it would make a difference?
    Thanks.

    Has the Scripts folder been uploaded and pathed properly?
    "gpt1" <[email protected]> wrote in message
    news:fle43p$4ib$[email protected]..
    > Hi,
    > I've used the Dreamweaver CS3 wizard to embed a Flash
    movie in an ASP page
    > and
    > it works fine.
    > However, when I move the page on a SSL connection the
    Flash movie won't
    > display. If I change all the
    http:// references to https:// in the scripts
    > (like I saw on an old post) I only get a white box
    instead of the movie.
    > Please see the attached bit of code.
    > The old post I read was referring to an old version of
    Flash but I doubt
    > that
    > it would make a difference?
    > Thanks.
    >
    > Response.Write "<script type='text/javascript'>"
    > Response.Write "AC_FL_RunContent(
    >
    'codebase','https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab
    > #version=9,0,28,0','width','" & sWidth &
    "','height','" & sHeight &
    > "','title','My Test','src','" & sMMNameNoExt &
    >
    "','quality','high','pluginspage','https://www.adobe.com/shockwave/download/down
    > load.cgi?P1_Prod_Version=ShockwaveFlash','movie','"
    & sMMNameNoExt & "' );
    > //end AC code"
    > Response.Write
    "</script><noscript><object
    > classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000'
    >
    codebase='https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#v
    > ersion=9,0,28,0' width='" & sWidth & "'
    height='" & sHeight & "' title='My
    > Test'>"
    > Response.Write "<param name='movie' value='" &
    sMMName & "' />"
    > Response.Write "<param name='quality' value='high'
    />"
    > Response.Write "<embed src='" & sMMName & "
    quality='high'
    >
    pluginspage='https://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Versi
    > on=ShockwaveFlash' type='application/x-shockwave-flash'
    width='" & sWidth
    > & "'
    > height='" & sHeight & "'></embed>"
    > Response.Write "</object></noscript>"
    >

  • Embedding a Flash movie + validation

    My doctype is XHTML 1.0 Transitional.
    Without a small .swf file the page validates perfectly. With
    the file the validation (both the built-in one with Dreamweaver 8
    and the W3C one) queries the embed tag. I have read about the Satay
    method on the W3C site but don't understand it! I would be really
    grateful for some help. The following is what Dreamweaver inserts.
    What should I put instead?
    <!--Start of div containing Flash-->
    <div align="center" class="roadsigns" >
    <script type="text/javascript">
    AC_FL_RunContent( 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','wid th','425','height','105','src','triangle','quality','high','pluginspage','http://www.macro media.com/go/getflashplayer','movie','triangle'
    ); //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=7,0,19,0"
    width="425" height="105">
    <param name="movie" value="triangle.swf" />
    <param name="quality" value="high" />
    <embed src="triangle.swf" quality="high" pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    type="application/x-shockwave-flash" width="425"
    height="105"></embed>
    </object></noscript>
    </div>
    <!--End of div containing Flash -->

    DW's Flash will not validate. I'd ignore that, personally, or
    if you want
    to do it manually, read this -
    http://blog.deconcept.com/swfobject/
    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
    ==================
    "smw99" <[email protected]> wrote in message
    news:f94uc3$g15$[email protected]..
    > My doctype is XHTML 1.0 Transitional.
    > Without a small .swf file the page validates perfectly.
    With the file the
    > validation (both the built-in one with Dreamweaver 8 and
    the W3C one)
    > queries
    > the embed tag. I have read about the Satay method on the
    W3C site but
    > don't
    > understand it! I would be really grateful for some help.
    The following
    > is
    > what Dreamweaver inserts. What should I put instead?
    > <!--Start of div containing Flash-->
    > <div align="center" class="roadsigns" >
    > <script type="text/javascript">
    > AC_FL_RunContent(
    > 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#
    >
    version=7,0,19,0','width','425','height','105','src','triangle','quality','high'
    > ,'pluginspage','
    http://www.macromedia.com/go/getflashplayer','movie','triangle'
    > ); //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=7,0,19,0" width="425" height="105">
    > <param name="movie" value="triangle.swf" />
    > <param name="quality" value="high" />
    > <embed src="triangle.swf" quality="high"
    > pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    > type="application/x-shockwave-flash" width="425"
    height="105"></embed>
    > </object></noscript>
    > </div>
    > <!--End of div containing Flash -->
    >

  • Cannot watch flash movie on IE

    Greetings Everybody!
    Here I have a question about my flash in IE. When I tried to
    open an online link embedded with flash movie, I can not see any of
    them. I am quite sure flash player 9 was installed properly. Just
    want to know whether there is any other settings(flash/IE?) to be
    modified?
    Below is an example:
    http://www.macromedia.com/software/flash/about/
    I can right click movie, but the "movie not loaded" is grey
    and only "About Adobe Flash player 9" is valid.

    Welcome to the Apple Community.
    Did you look in the video app.

  • Embedding flash movie in a web page

    I have created a flash movie using actionscript 3 and an xml file with a list of images for a slideshow. After clicking publish, I can view the slideshow by previewing the html file it creates for you. However, I want to embed this flash movie in a different web page. When I try to add it in Dreamweaver, by dragging and dropping the swf file into the page, a flash placeholder is generated, but the movie does not play when previewed. It is just blank white space.
    Now I watched the Tom Green tutorials on "flash the easy way" and my flash (CS4 professional) did NOT generate the AC_RunActiveContent.js files. I did find and download the file and manually added it to my Scripts folder. Still no joy.
    I will note that the html file that embeds the flash video is in a different directory than the movie itself. Surely this cannot be the issue, otherwise people's websites would be incredibly messy with multiple flash videos. I am trying to put all the flash movies in their own child directories of a /flash directory to keep them neat and organized.
    I am not sure what to do next. How do you make the dang thing play on a web page that is in another directory?

    If you are loading content ala using an xml file, that may be the source of the problem.  When you load a Flash file into a web page, that web page becomes the frame of reference for any files that the swf loads.  So if you tested this where the html file was in the same folder, but then moved things into different folders, then you need to adjust the Flash to load things as if it is in the html file's folder

  • Flash movie embedded in Acrobat (Intel Mac)

    I use the slideshow feature in Acrobat to give presentations.
    Maybe that's a crazy idea, but anyway, I do. I have an Acrobat
    slideshow with an embedded Flash movie that used to play very
    nicely.
    Now I've switched to an Intel Mac and Flash 9 beta. When I
    play the slideshow, Acrobat gives me an error that it can't play
    the movie, and then it wants to take me to download an additional
    player. Okay, fine. But the download page it takes me to is for
    QuickTime Pro. Will that really help? Why won't Flash 9 beta work
    with Acrobat? I don't see any standalone player in my download...
    that may have something to do with it.
    Anyway, I would have hoped for greater integration with
    Acrobat now that Flash Player is an Adobe app. How to bridge this
    gap? Matt.

    I suggest you post your question on Microsoft's own forums for their Mac products, as it's their software you're having issues with:
    http://answers.microsoft.com/en-us/mac

  • Opening maximized window from embedded flash movie

    Hi!
    I need your help!
    I have a html file with a flash movie-menu embedded into it. I'd like one of the buttons to open an external html page strictly in a new maximized window. It does not matter if the new window has toolbar or not. I want it to open a new maximized window (not the full screen thing) onclick.
    How can I achieve this?
    thank you!

    use the javascript window.open method to open your popup and set the page dimensions.
    you can use getURL or navigateToURL() to execute a javascript function or better use the externalinterface class to call a javascript function in your embedding html file.

  • Dreamweaver embedded flash movie - Safari problem

    I have 3 flash movies embedded on a page using dreamweaver. Firefox plays either of the 3 no problem, Safari Only plays the first one.
    I am using the Clear Skin 2 Controller. The ID tags I'm using are FLVPlayer1,2,3... JS script folder is uploaded and contains the AC_Active scripts.
    Obviously I'd like to get this to work in Safari. Any thoughts???
    Thanks

    From the reading I've been doing since posting this, I am beginning to think this is either a QuickTime plugin or flash plugin problem with Safari. I am running osx 10.5.6 and Safari 3.2.1 - I was hoping for an easy page code fix.

  • Embedded Flash movie locks up Browser

    It doesn't seem to matter which of the top three
    browsers I use, but most often when you go to
    a website page that automatically (or not?)
    launches an embedded Flash movie, a little
    window pops up inside that embedded movie
    asking me to click Allow or Deny.
    But NIETHER is clickable, the browser is locked,
    nothing can be clicked and ALL other tabs are locked
    and cannot be clicked either.
    I have to hit CTRL+ALT+DELTE to kills the
    browser in Task Manager. .A HUGE annoyance,
    that comes unexpectedly because you don't know
    when an embedded movie will be on the next page
    you click.
    How do I stop that Allow/Deny message popping up??
    -Drew

    CCWTechUtah wrote:
    I'm running the latest ATI driver
    The latest driver from Microsoft Update, or from the AMD download site?  See http://forums.adobe.com/thread/945765
    Green screen is usually an indication for some incompatibility with the graphics driver, although turning Hardware Acceleration off should prevent that from happening.

  • Dailymotion embedded flash movie not working anymore

    I cannot seem to get Dailymotion embedded flash movies working. The movie is just a black screen. The same embedded movie on the same webpage works in windows. (Non-embedded) movies on the official Dailymotion site still works though.
    This happened only recently. I thought maybe it was a flash 10 issue, but after rolling back to flashplugin 9, the problem still remains.
    Does anyone has the same problem?

    Usually when a browser has an issue playing a Flash file it is due to the embedding code that is used in the html page.  Can you compare your code to another page's code to see what differences there are?  You should let Flash generate the embedding code rather than using some other software to do it if that is what you did.  Just have Flash publkish and html page, test that page in your various browsers, and if it works, copy/paste that code in place of what you have now.

  • Embedding video in a flash movie

    I am trying to embed a video (.wmv or mpeg) into my flash movie and Whenever i click import video and select my video it says that it is not supported. I have looked online and it says that flash should support these file types. It allows me to choose a skin and everything for the player but it will not play when I put it in the timeline. Help please

    No they are not. The pages are withing a folder called
    "Pages", and the FLV files too. The main book file that calls the
    pages is on the root folder. I'm not at home now, so I will have to
    wait until I can test this, but you think this might be the issue?
    Thanks a lot for your input, I'll let you know as soon as I
    check that out.

  • Embedding an HTML page in a Flash Movie

    I am trying to embed an HTML page in the center of a Flash
    movie and I was wondering if this is possible, and if so, what is
    the code to do so. I want it as a small box in the middle of my
    SWF.

    You can add HTML formatted txt to a TextField or a TextArea
    Component. This only allows for simple things, a href, b, u, i,
    p... But for a full HTML capabilities you may want to look into a
    DIV container that sits on top of your flash object using CSS
    styles.

  • Embeded Flash movies in Flex app

    Hi,
    Flex noob with no real Flash experience. I have successfully
    loaded a Flash analogue clock swf file into an app I'm
    experimenting with in Flex. I used the image tag and is works well.
    I would like to also embed a Flash movie which is a news scroller.
    This movie calls in an external XML file as it's text source (who's
    content I change dynamically with php) and the original movie was
    wrapped in some html which passed in some 'param' parameters. Can
    anyone explain how Flex handles Flash movies like this?,
    many thanks,
    Mike

    I found a solution to my problem so I thought I'd answer my
    own question here for the good of others who may experience the
    same issue. When using Flex on your local machine (localhost),
    security precautions inherent in Flash prevent the movies from
    showing up in Flex. Once I tested on the production server the
    movies showed up fine. The problem was nothing to do with the
    param's being passed in and Flex did not need any of the info from
    the html wrapper as far as I can make out,
    Hope that saves another newbie from some hair pulling,
    cheers,
    Mike

  • Two flash movies index problem while in different div

    hi,
    i have created a page and i use peelawayad file which is in
    flash. i was already using two div on home page which contains
    flash movies. but now when i placed peelawayad flash movie on home
    page. it appears on bottom of both div layers. i tired my best with
    stylesheet. z-index and many other tricks which i know best. but
    still not able to sucess. can someone help me to getride of this
    issue. help would be appriciated. thanks
    here is the current site link which has the flash movies
    embeded.
    http://www.visionetsystems.com/test/
    for movies already in home page has following tags and
    script.
    <script type="text/javascript">
    var FO = { movie:"visionet/visionetindexbuttn2.swf",
    width:"764", height:"41", majorversion:"8", build:"0",
    id:"flashmovie", menu:"0", flashvars:"rootPath=/"};
    UFO.create(FO, "quicklinks01");
    </script>
    <div id="quicklinks01" style="z-index:4;"><img
    src="images/visionetindexbuttn2.jpg" width="764" height="41"
    border="0" usemap="#Map3"></div>
    <script type="text/javascript">
    var FO = { movie:"swf/vsi_technology.swf", width:"764",
    height:"229", majorversion:"8", build:"0", id:"flashmovie",
    menu:"0", flashvars:"rootPath=/"};
    UFO.create(FO, "casestudy");
    </script>
    <div id="casestudy" style="z-index:3;"><img
    src="images/vsihome.jpg" width="764" height="229" border="0"
    usemap="#Map2"></div>
    and peelaway ad has the following JS file which create the
    peelawayad on right top corner.
    Das Copyright dieses Scriptes liegt beim Autor.
    Bitte die Lizenzbedingungen beachten, und ausgefüllt
    zurücksenden.
    var esel = new Object();
    MODIFY TARGET URL
    esel.ad_url = escape('
    http://events.mortgagebankers.org/servicing2008/register');
    // Change URL to be redirected to when clicking Peel Away Ad
    END TARGET URL
    esel.small_path = 'swf/esel_s.swf'; // Enter the URL of the
    Peel Away Corner Flash
    esel.small_image = escape('images/expo100.jpg'); // URL of
    the Image behind the Peel
    esel.big_path = 'swf/esel_b.swf'; // Enter the URL of the
    Large Peel Away Corner
    esel.big_image = escape('images/expo.jpg'); // URL of the Big
    Image Behind the Peel
    // Do NOT Change anything under this
    line---------------FINISHED----STOP------------------------------------------------------ ----
    esel.small_width = '100';
    esel.small_height = '100';
    esel.small_params = 'ico=' + esel.small_image;
    esel.big_width = '650';
    esel.big_height = '650';
    esel.big_params = 'big=' + esel.big_image + '&ad_url=' +
    esel.ad_url;
    function sizeup987(){
    document.getElementById('eselcornerBig').style.top = '0px';
    document.getElementById('eselcornerSmall').style.t op =
    '-1000px';
    function sizedown987(){
    document.getElementById("eselcornerSmall").style.t op =
    "0px";
    document.getElementById("eselcornerBig").style.top =
    "-1000px";
    esel.putObjects = function () {
    document.write('<div id="eselcornerSmall"
    style="position:absolute;width:'+ esel.small_width +'px;height:'+
    esel.small_height +'px;z-index:5;right:0px;top:0px;">');
    document.write('<object
    classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"');
    document.write('codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"');
    document.write(' id="eselcornerSmallObject"
    width="'+esel.small_width+'" height="'+esel.small_height+'">');
    document.write(' <param name="allowScriptAccess"
    value="always"/> ');
    document.write(' <param name="movie" value="'+
    esel.small_path +'?'+ esel.small_params +'"/>');
    document.write(' <param name="wmode" value="transparent"
    />');
    document.write(' <param name="quality" value="high" />
    document.write(' <param name="FlashVars"
    value="'+esel.small_params+'"/>');
    document.write('<embed src="'+ esel.small_path + '?' +
    esel.small_params +'" name="eselcornerSmallObject"
    wmode="transparent" quality="high" width="'+ esel.small_width +'"
    height="'+ esel.small_height +'" flashvars="'+ esel.small_params
    +'" allowscriptaccess="always" type="application/x-shockwave-flash"
    pluginspage="
    http://www.macromedia.com/go/getflashplayer"></embed>');
    document.write('</object></div></script>');
    document.write('<div id="eselcornerBig"
    style="position:absolute;width:'+ esel.big_width +'px;height:'+
    esel.big_height +'px;z-index:5;right:0px;top:0px;">');
    document.write('<object
    classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"');
    document.write('codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"');
    document.write(' id="eselcornerBigObject" width="'+
    esel.big_width +'" height="'+ esel.big_height +'">');
    document.write(' <param name="allowScriptAccess"
    value="always"/> ');
    document.write(' <param name="movie" value="'+
    esel.big_path +'?'+ esel.big_params +'"/>');
    document.write(' <param name="wmode"
    value="transparent"/>');
    document.write(' <param name="quality" value="high" />
    document.write(' <param name="FlashVars" value="'+
    esel.big_params +'"/>');
    document.write('<embed src="'+ esel.big_path + '?' +
    esel.big_params +'" id="eselcornerBigEmbed"
    name="eselcornerBigObject" wmode="transparent" quality="high"
    width="'+ esel.big_width +'" height="'+ esel.big_height +'"
    flashvars="'+ esel.big_params +'" swliveconnect="true"
    allowscriptaccess="always" type="application/x-shockwave-flash"
    pluginspage="
    http://www.macromedia.com/go/getflashplayer"></embed>');
    document.write('</object></div>');
    setTimeout('document.getElementById("eselcornerBig
    ").style.top = "-1000px";',1000);
    esel.putObjects();
    i am also attaching all files in zip with this thread.
    Source
    Zip File
    thanks
    Shahid Hussain

    Hi users,
    Thanks for reply.
    Actually the problem is -
    For portrait dimensions are -
    width 20
    height 30
    for landscape , obviously it will be
    width - 30
    height - 20
    Thus , for second page - table width is 20 while page width is 30 and so 10 cm space remains blank on right side of page
    user says that right side should not be blank, rather you extend table width to whole page width.
    thats where the problem is

  • Rendering Div contents in a flash movie

    I have a webpage containing 2 DIV containers hidden using CSS. The site has a Flash Movie embedded. I want to render the content of these hidden DIV containers from within the Flash movie.
    I'm using CS4, is this possible? and how would i go about doing this?
    Any help would be much appriciated. Thanks for your time,
    Tony
    HTML
    <div id="sectionone">content</div>
    <div id="sectiontwo">content</div>
    CSS
    hide sectionone div and sectiontwo div
    FLASH
    Display sectionone within flash movie when requested

    I would look into the ExternalInterface class.
    ExternalInterface allows you to communicate directly to javascript on the page.  To make this work you would have the actionscript trigger a javascript function that then returns the requested div value.
    Something like:
    var div1String:String = ExternalInterface.call("getDiv1");
    trace(div1);
    || In Javascript block on page ||
    function getDiv1()
         return document.getElementById("div1").innerHTML;

Maybe you are looking for

  • Can i replace the screen on a nano 6th

    My nano got wet. it works but has no screen display. How hard is it to replace the screen

  • User Exit for getting Purchase Requisition Release Strategy

    Hi Experts, When a user creates a PR I need to know the user exit I need to implement so that the First Approver (Processor) text  in the Release Strategy is populated from a custom table. I have seen that the field is MEREL_S_GRID1-STEXT. I also nee

  • 4S Screen Jumping after installing iOS 7

    Hello, I recently installed iOS 7 on my iPhone 4S and since the installation my home and lock screen has consitently been jumping.   It is steady when the phone is in use in calls and texts as well as internet and apps but jumps otherwise.   I have d

  • Sync ipod classic with new pc computer

    Hello to all.  I am new to this forum and so please excuse me if I am asking a question, which I am sure I am, that has already been answered.  I have an Ipod classic that has quite a lot of music on it.  My old computer that I was syncing to has cra

  • Adobe Connect Plug-in failure: either video och shared screens / documents

    Hi I'm Sven-Erik Tiberg imeet admin at Lulea Univ. of Technology. We have 7 studios for confernaces and distance education all running Adobe Connect and other conferance systems. Each studio has a dedicated computer running Adobe Connect where video