Flash Video in template child pages

I have created templates with editable regions for my
websites. When I try to insert a Flash video file (.flv) it wants
to put code in the header region and body region. I have tried
erasing the editable areas, making the entire header an editable
area, making the entire site an editable area. I've tried looking
on Google and the Dreamweaver Developers section (there is a link
to an answer but the link is broken). I unfortunately only have
Dreamweaver 8. If this problem is fixed in CS3 I'd be happy to go
to Kinkos and rent a machine. Any suggestions?
Thanks!

Here's how you will have to manage this.
When you insert a Flash video on the page, several things
happen -
1. DW inserts a link to a javascript file in the head of the
page.
2. If you elect to check for Flash versions, DW inserts a
call to that
javascript in the <body> tag of the page.
3. DW then inserts a javascript call to the file (in #1) on
the page at the
location where the Flash is to appear.
In a Template child page -
1. The head region must have an editable region in it, so
that the link can
be inserted.
2. The Flash check call will fail to be written to the body
tag, since that
is LOCKED by the template.
3. The javascript will be written to the body of the page
where you
inserted the Flash.
Thus, 2 of the 3 elements should work fine.
My suggestion? Do it again, and do not select the check for
Flash version -
that should work for you.
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
==================
"cybergrace" <[email protected]> wrote in
message
news:f9vjls$a9n$[email protected]..
>I have created templates with editable regions for my
websites. When I try
>to
> insert a Flash video file (.flv) it wants to put code in
the header region
> and
> body region. I have tried erasing the editable areas,
making the entire
> header
> an editable area, making the entire site an editable
area. I've tried
> looking
> on Google and the Dreamweaver Developers section (there
is a link to an
> answer
> but the link is broken). I unfortunately only have
Dreamweaver 8. If
> this
> problem is fixed in CS3 I'd be happy to go to Kinkos and
rent a machine.
> Any
> suggestions?
> Thanks!
>

Similar Messages

  • Unable to insert .flv Template Child Pages

    Unable to insert .flv Flash video in template pages
    When you attempt to insert a Flash Video file (.flv) into a
    child page created from a Dreamweaver template, you see the
    following error message: "Making this change would require changing
    code that is locked by a template or a translator. The change will
    be discarded."
    The Adobe recommended solution: “ 1. Make a parent
    template page that already contains the Flash Player detection
    code. 2. Insert the Flash Video into the child page created from
    the template, without the Flash Player detection code. To do this,
    uncheck the "Prompt users to download Flash Player if necessary"
    checkbox in the Insert Flash Video dialog box.”
    This solution does not work. It doesn’t work because
    the checkbox is grayed out - it is impossible to “…
    uncheck the "Prompt users to download Flash Player … checkbox
    What Can I do?
    I want to uncheck that grayed out “Prompt” box.
    How can I do that?

    I am unable to duplicate what you are describing.
    When you go to insert the flv, you Insert/Media/Flash
    Video... and the box
    is grayed out?
    The unchecking of the box solves the problem, why yours is
    doing that I dont
    understand. I assume you are in an editable region in the
    child?
    Gary
    "AdCracker.com" <[email protected]> wrote in message
    news:gdiuj0$86g$[email protected]..
    > Unable to insert .flv Flash video in template pages
    >
    > When you attempt to insert a Flash Video file (.flv)
    into a child page
    > created
    > from a Dreamweaver template, you see the following error
    message: "Making
    > this
    > change would require changing code that is locked by a
    template or a
    > translator. The change will be discarded."
    >
    > The Adobe recommended solution: ? 1. Make a parent
    template page that
    > already
    > contains the Flash Player detection code. 2. Insert the
    Flash Video into
    > the
    > child page created from the template, without the Flash
    Player detection
    > code.
    > To do this, uncheck the "Prompt users to download Flash
    Player if
    > necessary"
    > checkbox in the Insert Flash Video dialog box.?
    >
    > This solution does not work. It doesn?t work because the
    checkbox is
    > grayed
    > out - it is impossible to ?? uncheck the "Prompt users
    to download Flash
    > Player
    > ? checkbox ?
    >
    > What Can I do?
    >
    > I want to uncheck that grayed out ?Prompt? box. How can
    I do that?
    >
    >

  • Help inserting a flash video into my web page

    Hello!
    I'd love some help inserting a flash video into my web page. My web page is hosted by Viviti, templated, and edited online. I can add html to it, and I have the html source for my flash video. I also have uploaded the flash file to the server. Since I am very html illiterate, though, I need some help rewriting the html script so it can be published. There are two problems- firstly, no 'headers' or 'body' allowed in the script- these are already a part of the template. Secondly, I don't know how to rewrite it to refer to the uploaded files. It's also imperative that the full screen mode functions. I've pasted the source code for the flash video here. Please help!!!
    Thanks!
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Drag and drop labelling</title>
    <script language="JavaScript" type="text/javascript">
    <!--
    //v1.7
    // Flash Player Version Detection
    // Detect Client Browser type
    // Copyright 2005-2008 Adobe Systems Incorporated.  All rights reserved.
    var isIE  = (navigator.appVersion.indexOf("MSIE") != -1) ? true : false;
    var isWin = (navigator.appVersion.toLowerCase().indexOf("win") != -1) ? true : false;
    var isOpera = (navigator.userAgent.indexOf("Opera") != -1) ? true : false;
    function ControlVersion()
         var version;
         var axo;
         var e;
         // NOTE : new ActiveXObject(strFoo) throws an exception if strFoo isn't in the registry
         try {
              // version will be set for 7.X or greater players
              axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");
              version = axo.GetVariable("$version");
         } catch (e) {
         if (!version)
              try {
                   // version will be set for 6.X players only
                   axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");
                   // installed player is some revision of 6.0
                   // GetVariable("$version") crashes for versions 6.0.22 through 6.0.29,
                   // so we have to be careful.
                   // default to the first public version
                   version = "WIN 6,0,21,0";
                   // throws if AllowScripAccess does not exist (introduced in 6.0r47)          
                   axo.AllowScriptAccess = "always";
                   // safe to call for 6.0r47 or greater
                   version = axo.GetVariable("$version");
              } catch (e) {
         if (!version)
              try {
                   // version will be set for 4.X or 5.X player
                   axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.3");
                   version = axo.GetVariable("$version");
              } catch (e) {
         if (!version)
              try {
                   // version will be set for 3.X player
                   axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.3");
                   version = "WIN 3,0,18,0";
              } catch (e) {
         if (!version)
              try {
                   // version will be set for 2.X player
                   axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash");
                   version = "WIN 2,0,0,11";
              } catch (e) {
                   version = -1;
         return version;
    // JavaScript helper required to detect Flash Player PlugIn version information
    function GetSwfVer(){
         // NS/Opera version >= 3 check for Flash plugin in plugin array
         var flashVer = -1;
         if (navigator.plugins != null && navigator.plugins.length > 0) {
              if (navigator.plugins["Shockwave Flash 2.0"] || navigator.plugins["Shockwave Flash"]) {
                   var swVer2 = navigator.plugins["Shockwave Flash 2.0"] ? " 2.0" : "";
                   var flashDescription = navigator.plugins["Shockwave Flash" + swVer2].description;
                   var descArray = flashDescription.split(" ");
                   var tempArrayMajor = descArray[2].split(".");               
                   var versionMajor = tempArrayMajor[0];
                   var versionMinor = tempArrayMajor[1];
                   var versionRevision = descArray[3];
                   if (versionRevision == "") {
                        versionRevision = descArray[4];
                   if (versionRevision[0] == "d") {
                        versionRevision = versionRevision.substring(1);
                   } else if (versionRevision[0] == "r") {
                        versionRevision = versionRevision.substring(1);
                        if (versionRevision.indexOf("d") > 0) {
                             versionRevision = versionRevision.substring(0, versionRevision.indexOf("d"));
                   var flashVer = versionMajor + "." + versionMinor + "." + versionRevision;
         // MSN/WebTV 2.6 supports Flash 4
         else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.6") != -1) flashVer = 4;
         // WebTV 2.5 supports Flash 3
         else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.5") != -1) flashVer = 3;
         // older WebTV supports Flash 2
         else if (navigator.userAgent.toLowerCase().indexOf("webtv") != -1) flashVer = 2;
         else if ( isIE && isWin && !isOpera ) {
              flashVer = ControlVersion();
         return flashVer;
    // When called with reqMajorVer, reqMinorVer, reqRevision returns true if that version or greater is available
    function DetectFlashVer(reqMajorVer, reqMinorVer, reqRevision)
         versionStr = GetSwfVer();
         if (versionStr == -1 ) {
              return false;
         } else if (versionStr != 0) {
              if(isIE && isWin && !isOpera) {
                   // Given "WIN 2,0,0,11"
                   tempArray         = versionStr.split(" ");      // ["WIN", "2,0,0,11"]
                   tempString        = tempArray[1];               // "2,0,0,11"
                   versionArray      = tempString.split(",");     // ['2', '0', '0', '11']
              } else {
                   versionArray      = versionStr.split(".");
              var versionMajor      = versionArray[0];
              var versionMinor      = versionArray[1];
              var versionRevision   = versionArray[2];
                 // is the major.revision >= requested major.revision AND the minor version >= requested minor
              if (versionMajor > parseFloat(reqMajorVer)) {
                   return true;
              } else if (versionMajor == parseFloat(reqMajorVer)) {
                   if (versionMinor > parseFloat(reqMinorVer))
                        return true;
                   else if (versionMinor == parseFloat(reqMinorVer)) {
                        if (versionRevision >= parseFloat(reqRevision))
                             return true;
              return false;
    function AC_AddExtension(src, ext)
      if (src.indexOf('?') != -1)
        return src.replace(/\?/, ext+'?');
      else
        return src + ext;
    function AC_Generateobj(objAttrs, params, embedAttrs)
      var str = '';
      if (isIE && isWin && !isOpera)
        str += '<object ';
        for (var i in objAttrs)
          str += i + '="' + objAttrs[i] + '" ';
        str += '>';
        for (var i in params)
          str += '<param name="' + i + '" value="' + params[i] + '" /> ';
        str += '</object>';
      else
        str += '<embed ';
        for (var i in embedAttrs)
          str += i + '="' + embedAttrs[i] + '" ';
        str += '> </embed>';
      document.write(str);
    function AC_FL_RunContent(){
      var ret =
        AC_GetArgs
        (  arguments, ".swf", "movie", "clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
         , "application/x-shockwave-flash"
      AC_Generateobj(ret.objAttrs, ret.params, ret.embedAttrs);
    function AC_SW_RunContent(){
      var ret =
        AC_GetArgs
        (  arguments, ".dcr", "src", "clsid:166B1BCA-3F9C-11CF-8075-444553540000"
         , null
      AC_Generateobj(ret.objAttrs, ret.params, ret.embedAttrs);
    function AC_GetArgs(args, ext, srcParamName, classid, mimeType){
      var ret = new Object();
      ret.embedAttrs = new Object();
      ret.params = new Object();
      ret.objAttrs = new Object();
      for (var i=0; i < args.length; i=i+2){
        var currArg = args[i].toLowerCase();   
        switch (currArg){     
          case "classid":
            break;
          case "pluginspage":
            ret.embedAttrs[args[i]] = args[i+1];
            break;
          case "src":
          case "movie":     
            args[i+1] = AC_AddExtension(args[i+1], ext);
            ret.embedAttrs["src"] = args[i+1];
            ret.params[srcParamName] = args[i+1];
            break;
          case "onafterupdate":
          case "onbeforeupdate":
          case "onblur":
          case "oncellchange":
          case "onclick":
          case "ondblclick":
          case "ondrag":
          case "ondragend":
          case "ondragenter":
          case "ondragleave":
          case "ondragover":
          case "ondrop":
          case "onfinish":
          case "onfocus":
          case "onhelp":
          case "onmousedown":
          case "onmouseup":
          case "onmouseover":
          case "onmousemove":
          case "onmouseout":
          case "onkeypress":
          case "onkeydown":
          case "onkeyup":
          case "onload":
          case "onlosecapture":
          case "onpropertychange":
          case "onreadystatechange":
          case "onrowsdelete":
          case "onrowenter":
          case "onrowexit":
          case "onrowsinserted":
          case "onstart":
          case "onscroll":
          case "onbeforeeditfocus":
          case "onactivate":
          case "onbeforedeactivate":
          case "ondeactivate":
          case "type":
          case "codebase":
          case "id":
            ret.objAttrs[args[i]] = args[i+1];
            break;
          case "width":
          case "height":
          case "align":
          case "vspace":
          case "hspace":
          case "class":
          case "title":
          case "accesskey":
          case "name":
          case "tabindex":
            ret.embedAttrs[args[i]] = ret.objAttrs[args[i]] = args[i+1];
            break;
          default:
            ret.embedAttrs[args[i]] = ret.params[args[i]] = args[i+1];
      ret.objAttrs["classid"] = classid;
      if (mimeType) ret.embedAttrs["type"] = mimeType;
      return ret;
    // -->
    </script>
    </head>
    <body bgcolor="#ffffff">
    <!--url's used in the movie-->
    <!--text used in the movie-->
    <!-- saved from url=(0013)about:internet -->
    <script language="JavaScript" type="text/javascript">
         AC_FL_RunContent(
              'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0',
              'width', '720',
              'height', '440',
              'src', 'Drag and drop labelling',
              'quality', 'medium',
              'pluginspage', 'http://www.adobe.com/go/getflashplayer',
              'align', 'middle',
              'play', 'true',
              'loop', 'true',
              'scale', 'showall',
              'wmode', 'window',
              'devicefont', 'false',
              'id', 'Drag and drop labelling',
              'bgcolor', '#ffffff',
              'name', 'Drag and drop labelling',
              'menu', 'true',
              'allowFullScreen', 'true',
              'allowScriptAccess','sameDomain',
              'movie', 'Drag and drop labelling',
              'salign', ''
              ); //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=10,0,0,0" width="720" height="440" id="Drag and drop labelling" align="middle">
         <param name="allowScriptAccess" value="sameDomain" />
         <param name="allowFullScreen" value="true" />
         <param name="movie" value="Drag and drop labelling.swf" /><param name="quality" value="medium" /><param name="bgcolor" value="#ffffff" />     <embed src="Drag and drop labelling.swf" quality="medium" bgcolor="#ffffff" width="720" height="440" name="Drag and drop labelling" align="middle" allowScriptAccess="sameDomain" allowFullScreen="true" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" />
         </object>
    </noscript>
    </body>
    </html>

    What you basically need to do is copy the sections of content from the code you show into the template (assuming the template already provides the <head> and <body> sections of the page.  So in the head section of what you show, take everything starting with...
    <script language="JavaScript" type="text/javascript">
    all the way down thru...
    </script>
    , inclusive (in the head section only), and paste that into the head section of your template.
    Similarly, take everything that lies between the <body> ... </body> tags (exclusive of the body tags) and paste it into the body section of your template wherever you plan to display the Flash file.

  • Can't make comments editable on template child pages

    Is there a way to make comments editable on template child pages. When making editable regions, comments are not included. I need to make comments editable on child pages. How do I do this.
    Thank you,
    Jim

    Open your Template.dwt file.  Add an editable region around your comments section.
    <!-- TemplateBeginEditable name="comments" -->
    <p>Comments go inside here...</p>
    <p>Comments go inside here...</p>
    <!-- TemplateEndEditable -->
    Save your template.  Allow DW to update your child pages.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Cannot install Flash Video. Template Locked

    The .htm that I am tryig to insert the Flash 8 video was
    built from a .dwt. At the end of the installtion
    I get this Dreamweaver error message is "Making this change
    would require changing code that is locked
    by a template or a translator. The change will be discarded."
    The .dwt has 2 css within. I believe the problem involves the
    css.
    I have no problem installing the video in a page not built
    with a template or without css..

    --><!-- InstanceBeginEditable name="head"
    --><style type="text/css"
    media="screen">
    <!--
    That's an editable region, no?
    When you run your child page through the validator at
    http://validator.w3.org, does
    it validate?
    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
    ==================
    "keyk" <[email protected]> wrote in message
    news:ebdvj1$t8a$[email protected]..
    > Ace,
    > I don't believe I have an editable region in the head of
    any of the child
    > pages? See beginning of the child page code below:
    > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN"
    > "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    > <html xmlns="
    http://www.w3.org/1999/xhtml"><!--
    InstanceBegin
    > template="/Templates/2006_template.dwt"
    > codeOutsideHTMLIsLocked="false" -->
    > <head>
    > <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1" />
    > <!-- InstanceBeginEditable name="doctitle" -->
    > <title>Home</title>
    > <!-- InstanceEndEditable --><!--
    InstanceBeginEditable name="head" -->
    > <style type="text/css" media="screen">
    > <!--
    >
    > Thanks for responding,
    > Kevin
    >

  • Flash Video Director Template

    Hi all,
    I created a page of info on the process of creating Flash
    Video and
    integrating them with Director. The tutorial is at:
    http://www.deansdirectortutorials.com/FlashVideo/
    The top part may seem basic for some. It's there to support
    my students
    who are using clips from YouTube in their work.
    If you scroll right to the bottom, I have a FLA and DIR
    template for
    linking FLVs in Director. With the SWF created from the FLA
    movie, and
    with behaviors in the Director movie, you can dynamically
    link to FLVs
    and have controls to pause, play, rewind, and wait for the
    end of the
    FLV.
    Hope it's useful to all. Let me know if anything is unclear.
    And thanks to Chuck Neal who helped with the FLV behaviors.
    regards
    Dean
    Director Lecturer / Consultant / Director Enthusiast
    http://www.deansdirectortutorials.com/
    http://www.multimediacreative.com.au
    email: [email protected]

    What I need is to be able to take flash 9, AS3 swfs, import
    them into a Director 11 project, and interact with the flash
    funcitons, call them, set properties, etc. Despite the
    documentation on the Adobe Director page saying this is possible, I
    have not been able to get it to work, and other posters on this
    board have stated that it is currently not possible. Any clarity or
    examples would help. I notice Director 11 has no entries concerning
    Director/flash programming yet on the Adobe Developer page, just
    tutorials for MX2004.

  • Problem Inserting Flash Video (.flv) File in Page Using Dreamweaver CS4's Insert Media Command

    I am using Dreamweaver CS4.
    I am attempting to put a Flash Video (.flv) file on a standard HTML page in Dreamweaver.
    When I either click the Insert Flash Video in the Common tab on the Dreamweaver toolbar, or if I choose Insert > Media > FLV to inert the video, I get the standard Dreamweaver FLV interface. I make my choices, click OK, and when the video is place on the page, I get the following dialog box:
    "While executing inspectSelection in flvProgressive.htm, a JavaScript error occurred."
    with an OK button.
    If I preview the page, all that loads are the various buttons of the skin that I have chosen and no video.
    Anyone have an idea what is going on?
    maylandmac

    Are you sure you aren't working with a template driven page?
    When you insert media files into DW, it must write code in the <head> tags to reference Scripts necessary for Flash media to work on the web. 
    If you're working with a page that was created from a Template, the DWT page must have editable regions in the <head> tags, or you won't be able to add media to your web pages.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • Flash Video in Templates

    I have a template with one editable region. This region takes
    text and images fine but when I try to insert a flash video (*.flv)
    a message appears "Making this change would require changing code
    that is locked by a template or translator. The change will be
    discarded". How can I insert flash video into this editable
    region?

    You are getting this error because you left the "Check for
    Flash version"
    option enabled in the dialog panel for the Flash video
    insertion.
    When you do this check, DW wants to write an onload event
    into the <body>
    tag, to initiate the javascript checking routine. However, on
    a template
    controlled page, the body tag is not editable, which DW
    discovers and throws
    this alert. There are two solutions -
    1. Code a javscript onload function in the head of the page,
    and migrate
    this call into that function (requires manual coding), or
    2. Simple forego the version checking on the Flash player
    By far the simpler of the two options is the latter one.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "zzaazzaazzaazz" <[email protected]> wrote
    in message
    news:fvi14g$6rr$[email protected]..
    >I have a template with one editable region. This region
    takes text and
    >images
    > fine but when I try to insert a flash video (*.flv) a
    message appears
    > "Making
    > this change would require changing code that is locked
    by a template or
    > translator. The change will be discarded". How can I
    insert flash video
    > into
    > this editable region?
    >

  • Fireworks menu in template child pages

    Hi, I'm redoing my site with templates. I made a pop-up menu
    in Fireworks, and put that in the locked region in a template. I am
    applying that template to some child pages in a few folders under
    the main site folder. The menu was working fine before, but I
    changed the Fireworks menu file, and put that in the template and
    saved it and updated all pages that use that template. After doing
    that, the menu pops up, but the buttons aren't right. They're just
    squares of color instead of the gif buttons that Fireworks will let
    you do. Also, the arrows on the pop-up menus that lead to the sub
    menu aren't there. I think an "x" just shows up instead.
    Does anybody have any suggestions about this? Thanks!

    I read that article. Very interesting..... those turds at
    Crackholemedia..... I also checked out those other links to other
    options. Thanks for those. I was really liking how my menu was
    looking in Fireworks.... Any idea how to make my dropdown buttons
    look like this?:
    http://www.decoy.cc/us/picslivejp.htm
    Any comments on using Flash (or Dreamweaver, or anything else
    without spending money, since I already have these programs
    anyway... the turds...) to make a menu?
    quote:
    Originally posted by:
    Newsgroup User
    Please read this article by the person who originally adapted
    that menu code
    for Macromedia to use in Fireworks -
    http://www.losingfight.com/blog/2006/08/11/the-sordid-tale-of-mm_menufw_menujs/
    There are much much better ways -
    Check the uberlink and MacFly tutorials at PVII -
    http://www.projectseven.com/
    and the Navbar tutorial/articles at Thierry's place
    http://tjkdesign.com/articles/dropdown/
    Or this one (more recent article):
    http://tjkdesign.com/articles/Pure_CSS_Dropdown_Menus.asp
    Or to get it done fast, go here -
    http://www.projectseven.com/tutorials/navigation/auto_hide/index.htm
    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
    ==================
    "decoydoyle" <[email protected]> wrote in
    message
    news:f827kt$9k8$[email protected]..
    > I'm using Fireworks MX 2004 with Dreamweaver MX 2004. I
    got it to work
    > once before with a different page, different template,
    but obviously can't
    > figure out how I did that.

  • Flash Video Play in a page like Youtube

    Hello,
    I post a lot of videos on my blog and always have to have
    people click on a link that opens a new window to play my flash
    videos. i do this because if i were to place multiple flash videos
    onto a page, they would all immediately start downloading. This web
    site does what I am looking for, (
    http://blog.elysiumproductions.com/)
    it has a jpeg as a placeholder on an html page, and then when you
    click it, the flash video begins downloading. Do you know some
    workflow to make this, or is there a service. The site i mentioned
    says it uses click2start.net, but that site doesn't have anything
    on it. This would be really helpful.
    Thanks

    Hi,
    I did not use the streaming video before, but I guess there
    must be an option Flash or in AS that start downloading when the
    user click the playback button or some thing. Did you try to seach
    on google for answer?

  • Editing flash video player templates

    Hi!
    I am having trouble creating editable Video player Templates in Flash Pro. cs5 and Flash Catalyst.
    By editable I mean, other users can edit the video templates and upload and play  their videos with it.
    Can anyone help me please?!
    Thanks!

    So exactly what is the problem?
    What have you tried? What has worked? What hasn't worked?
    Do you have a working model, even if it's not "editable"?
    Have you built other custom video players? can you show links to them?
    How is the editing expected to be done? via xml or what?
    Are just the skins editable or are there playlist styles that the user can choose from? such as scrolling horizontal menu or vertical menu?
    Fill us in and maybe we can provide better help.
    Best wishes,
    Adninjastrator

  • Modify Flash Video Bandwidth Template

    Good Day.
    I'm hoping someone might be able to give me an idea as to
    what I'm doing wrong...
    Using Flash MX Pro 2004 with the built-in template, Video
    > Bandwidth Select. I'm tring to pass a URL varible of a FLV
    movie name to the actionscript in the 3rd screen (select screen). I
    have tried EVERYTHING I can think of to dynamically pass a varible
    (in this case a movie name) to SWF. I have tried using flashvars
    and URL variables (but not text files as it adds more complexity).
    I just can't get it to work. When I manage to get something to show
    up, like in a simple text box, it always says 'undefined'.
    Can anyone tell what I'm doing wrong... or can you not do
    this with this template?
    Thank you, so kindly.
    Joseph Krogman.

    What I need is to be able to take flash 9, AS3 swfs, import
    them into a Director 11 project, and interact with the flash
    funcitons, call them, set properties, etc. Despite the
    documentation on the Adobe Director page saying this is possible, I
    have not been able to get it to work, and other posters on this
    board have stated that it is currently not possible. Any clarity or
    examples would help. I notice Director 11 has no entries concerning
    Director/flash programming yet on the Adobe Developer page, just
    tutorials for MX2004.

  • Can I set a static frame (jpg or png) image as a poster image when embedding flash video into a dreamweaver page?

    hello everybody - my subject line pretty much says it all...
    i'm looking to have my users see a single static frame (a
    poster image) that they can then click on to start playing a video.
    how do i set this in either flash or dreamweaver?
    anybody have any info?
    much appreciated!

    Will the video appear in place of the image clicked on? Or
    will it be in a
    separate window?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "mitrzne" <[email protected]> wrote in
    message
    news:fvangc$9rd$[email protected]..
    > hello everybody - my subject line pretty much says it
    all...
    >
    > i'm looking to have my users see a single static frame
    (a poster image)
    > that
    > they can then click on to start playing a video. how do
    i set this in
    > either
    > flash or dreamweaver?
    >
    > anybody have any info?
    >
    > much appreciated!
    >

  • Can't put video within template,

    Hi,
    I am using Dreamweaver CS3. Is there a way to insert a flash
    video within a page linked to a template? I always get the error
    "making this change would require changing code that is locked by a
    template or a translator". I tried unlinking, inserting the video,
    then relinking but I get two regions that are not associated with
    the template and so ruin the layout once saved. I need all pages to
    be linked to the template as the navigational links are constantly
    changing/updating - these need to be consistent with every page.
    What can I do?!
    THanks,
    Steve

    When you insert Flash video with Flash detection and
    prompting, DW wants to
    put this into the body tag -
    onLoad="MM_CheckFlashVersion('7,0,0,0','Content on this page
    requires a
    newer version of Adobe Flash Player. Do you want to download
    it now?');"
    e.g.,
    <body onLoad="MM_CheckFlashVersion('7,0,0,0','Content on
    this page requires
    a newer version of Adobe Flash Player. Do you want to
    download it now?');">
    Let's assume that you have a child page with the video
    already inserted
    WITHOUT Flash detection.
    What you would need to do would be to create a DUMMY page,
    (FILE | New >
    Basic HTML), and insert the video on that page, then copy and
    paste from
    that page into your template child page.
    First, copy and paste the Flash detection script -
    change this -
    </head>
    to this -
    <script type="text/javascript">
    function MM_CheckFlashVersion(reqVerStr,msg){
    with(navigator){
    var isIE = (appVersion.indexOf("MSIE") != -1 &&
    userAgent.indexOf("Opera") == -1);
    var isWin = (appVersion.toLowerCase().indexOf("win") != -1);
    if (!isIE || !isWin){
    var flashVer = -1;
    if (plugins && plugins.length > 0){
    var desc = plugins["Shockwave Flash"] ? plugins["Shockwave
    Flash"].description : "";
    desc = plugins["Shockwave Flash 2.0"] ? plugins["Shockwave
    Flash
    2.0"].description : desc;
    if (desc == "") flashVer = -1;
    else{
    var descArr = desc.split(" ");
    var tempArrMajor = descArr[2].split(".");
    var verMajor = tempArrMajor[0];
    var tempArrMinor = (descArr[3] != "") ?
    descArr[3].split("r") :
    descArr[4].split("r");
    var verMinor = (tempArrMinor[1] > 0) ? tempArrMinor[1] :
    0;
    flashVer = parseFloat(verMajor + "." + verMinor);
    // WebTV has Flash Player 4 or lower -- too low for video
    else if (userAgent.toLowerCase().indexOf("webtv") != -1)
    flashVer =
    4.0;
    var verArr = reqVerStr.split(",");
    var reqVer = parseFloat(verArr[0] + "." + verArr[2]);
    if (flashVer < reqVer){
    if (confirm(msg))
    window.location =
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash";
    </script>
    </head>
    Then, assuming you have no other events in the child page's
    body tag, change
    this -
    </head>
    to this -
    <script type="text/javascript">
    <!--
    window.onload(MM_CheckFlashVersion('7,0,0,0','Content on this
    page requires
    a newer version of Adobe Flash Player. Do you want to
    download it now?');
    -->
    </script>
    </head>
    and you should be all set.
    (by the way, my example is set to check for version 7)
    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
    ==================
    "JimboSun" <[email protected]> wrote in
    message
    news:[email protected]...
    > How, how? How do we have the Check for Flash in a
    Template Child Page?

  • Problem inserting Flash video into DW CS3 template

    I would like to insert some flash video into an editable
    region inside a DW CS3 template. The template I am using seems to
    work for literally hundreds of other pages I have made (none of
    which, incidentally, have any media of any kind in them).
    I have created the template and then an editable region and
    now want to insert the flash video in that editable region. All
    goes well until I hit the OK button. then I get this error--Making
    this change would require changing code that is locked by a
    template or translator The change will be discarded.
    Can anyone suggest how I might over come this error??
    Thx.
    Jane

    The problem is the detection option in the video insertion
    dialog. If you
    disable that option, you will not get the error.
    This is a problem because the detection routine requires a
    modification to
    the <body> tag (insertion of an onload event) which you
    cannot easily do in
    a template child page.
    If you really must have the detection, then you can copy and
    past the load
    call from a dummy (non-templated) page on which you have also
    done the same
    insertion. Post back with that page's body tag code, and I'll
    show you
    how....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Jane Smith 2300" <[email protected]> wrote
    in message
    news:fehcup$e6u$[email protected]..
    > Further to my post before--The .htm that I am trying to
    insert the Flash
    > video
    > (converted an AVI file using Flash video encoder) was
    built from a .dwt.
    >
    > The template page has several editable regions in it.
    There is also CSS.
    > formatting the document. I am trying to insert the Flash
    video into one
    > of the
    > editable regions.
    >
    > I have no problem installing the video in a page not
    built with a template
    > or
    > without css..
    >
    > Thanks for any help you can provide.
    >
    > jane
    >

Maybe you are looking for

  • Organizing and playing movies in iTunes

    Hi! I've experimentet a little with putting all my movies into iTunes and use that for all my movies and songs. Movies ripped with HandBrake is playing fine, but .mpg files lacks (or whatever it's called) when the control panel is visible (the one wh

  • My firefox display goes from a full html mode to a text for some reason

    This is confusing as it happens out of blue (right in the middle of working on the program).

  • Change Event dispatched 2 times in List Component

    Hi,     Thanks for taking the time to read about my problem. I have a List component which has a simlpe array of strings as a dataprovider. I'm using the change event to call a method and I don't know why this method gets called 2 times. ¿Someone kno

  • UCCX Voicemail Record Script

    We created a UCCX script designed to allow callers to hit option 2 record a message instead of waiting in the queue. I have been asked by the supervisor if there is a way to make sure there isn't any stranded voicemail recordings to this trigger. I h

  • RCConsole MFC application error

    When I use ZfD Remote Controle v6.5 (via DSRazor or command prompt), I get the error message "RCConsole MFC Application has encountered a problem and needs to close. It seems that when I use C1 the error does not occur. The remote machine gets the re