Flash in DW CS3 template issues

I have created a template which contains a Flash header at
the top. After creating new pages using the template, some of the
pages are not loading the Flash movie for some reason. The index
page does, but none of the others.The Flash does not reside in an
editable region, so why would it not load in any of the pages. Here
is the project in question:
http://uniquecreationsdesign.com/spiritlife/
I have just started creating the pages from the template and
linking them up. As it is right now there are only the first two
links, but already having the issue and I don't want to continue
until I can get this issue sorted out. The strange thing about this
problem is that from DW, if I view the pages in question locally
there is nothing at the top, no Flash at all. Once uploaded to the
server and viewed remotely I see the Flash container but no movie
loads.
Any help here? I greatly appreciate in advance and light you
can shed on this issue.

Make the link to the Flash file a ROOT relative link in the
Template. Do
that by changing this -
AC_FL_RunContent(
'codebase','
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','wid th','780','height','200','src','spirit_life_header','quality','high','pluginspage','http:/ /www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','sp irit_life_header'
); //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="780" height="200">
<param name="movie" value="spirit_life_header.swf" />
<param name="quality" value="high" />
<embed src="spirit_life_header.swf" quality="high"
pluginspage="
http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"
type="application/x-shockwave-flash" width="780"
height="200"></embed>
</object>
</noscript>
to this -
AC_FL_RunContent(
'codebase','
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','wid th','780','height','200','src','/spirit_life_header','quality','high','pluginspage','http: //www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','/ spirit_life_header'
); //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="780" height="200">
<param name="movie" value="/spirit_life_header.swf" />
<param name="quality" value="high" />
<embed src="/spirit_life_header.swf" quality="high"
pluginspage="
http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"
type="application/x-shockwave-flash" width="780"
height="200"></embed>
</object>
</noscript>
Then make sure that a) the file 'spirit_life_header.swf' is
IN THE ROOT
FOLDER.
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
==================
"UniqueCreations" <[email protected]> wrote
in message
news:[email protected]...
>I have created a template which contains a Flash header
at the top. After
> creating new pages using the template, some of the pages
are not loading
> the
> Flash movie for some reason. The index page does, but
none of the
> others.The
> Flash does not reside in an editable region, so why
would it not load in
> any of
> the pages. Here is the project in question:
>
http://uniquecreationsdesign.com/spiritlife/
>
> I have just started creating the pages from the template
and linking them
> up.
> As it is right now there are only the first two links,
but already having
> the
> issue and I don't want to continue until I can get this
issue sorted out.
> The
> strange thing about this problem is that from DW, if I
view the pages in
> question locally there is nothing at the top, no Flash
at all. Once
> uploaded to
> the server and viewed remotely I see the Flash container
but no movie
> loads.
>
> Any help here? I greatly appreciate in advance and light
you can shed on
> this
> issue.
>

Similar Messages

  • Odd DW CS3 Template issue

    Hello everyone,
    I was wondering if I could get some help on an odd issue I've
    been experiencing with DW CS3. I have been tasked with adding
    content to two templates we use (which include a vertical nav bar,
    footer and header). After I've made my changes, I would save the
    work and then be prompted to Update Pages. During this process, I
    don't receive any errors (the only message I get is something like
    "Dreamweaver needs to check out this file in order to update").
    After all is said and done, I take a look at a few of the
    (checked out) pages and I can see the template changes have been
    made to them. However, when I check the file back in and take a
    look at it online, the changes are not there. Incidentally, I saw
    the page here by Murray featuring 7 points that may cause this
    issue, but to the best of my knowledge, I have not committed any of
    them.
    Here's where things get weird: When I go back into DW and
    check out the file (to see what went wrong), the web page (which
    showed the template change not moments before) goes back to its
    original, unmodified state. I've found a way to get around this by
    using the "Modify > Templates > Apply Template To Pages..."
    process, but with so many web pages, this seems counter-productive.
    And this is the third time this issue has occurred for me.
    Considering that, I wonder if I'm missing a step. Do I need to
    check in the .dwt file after I've made the change but before I
    update?
    Insights would be greatly appreciated. Thank you all for your
    time and patience.

    > the only message I get
    > is something like "Dreamweaver needs to check out this
    file in order to
    > update"
    Uh oh.
    Using Templates in a site with checkin/checkout is a very
    troublesome thing.
    It's a tedious process, but you must be
    systematic -
    * have the client up-synch all files
    * down-synch your local site
    * make template changes and let them propagate
    * up-synch
    * notify client that it's safe to work on the site again
    Wish it were easier myself....
    (I assume you are working with Contribute or with other
    developers, right?)
    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
    ==================
    "Allen_Kes" <[email protected]> wrote in
    message
    news:[email protected]...
    > Hello everyone,
    >
    > I was wondering if I could get some help on an odd issue
    I've been
    > experiencing with DW CS3. I have been tasked with adding
    content to two
    > templates we use (which include a vertical nav bar,
    footer and header).
    > After
    > I've made my changes, I would save the work and then be
    prompted to Update
    > Pages. During this process, I don't receive any errors
    (the only message I
    > get
    > is something like "Dreamweaver needs to check out this
    file in order to
    > update").
    >
    > After all is said and done, I take a look at a few of
    the (checked out)
    > pages
    > and I can see the template changes have been made to
    them. However, when I
    > check the file back in and take a look at it online, the
    changes are not
    > there.
    > Incidentally, I saw the page here by Murray featuring 7
    points that may
    > cause
    > this issue, but to the best of my knowledge, I have not
    committed any of
    > them.
    >
    > Here's where things get weird: When I go back into DW
    and check out the
    > file
    > (to see what went wrong), the web page (which showed the
    template change
    > not
    > moments before) goes back to its original, unmodified
    state. I've found a
    > way
    > to get around this by using the "Modify > Templates
    > Apply Template To
    > Pages..." process, but with so many web pages, this
    seems
    > counter-productive.
    > And this is the third time this issue has occurred for
    me. Considering
    > that, I
    > wonder if I'm missing a step. Do I need to check in the
    .dwt file after
    > I've
    > made the change but before I update?
    >
    > Insights would be greatly appreciated. Thank you all for
    your time and
    > patience.
    >

  • DW CS3 template issues....Please help

    I have had this problem before and checked how it was fixed. The solution did not work this time so now I am stumped.
    I have a site with 2 master templates and a total of 39 child pages. One of the templates was actually created from the first master template. I have an image that I change on a pretty regular basis on the master template file. I change the image, click save and put all the files. It updates all 39 files (including the second master template titled mastertemplate3). I view the pages in DW and the image is changed. When I view the webpage on IE or Firefox, the image is NOT changed. I have tried syncronizing the pages and that is not working.  I am totally confused why all of a sudden my image will not upload.
    Does anyone have any suggestions?
    BTW - the image is NOT in an editable region so that is not the problem.
    Thanks

    I have a site with 2 master templates and a total of 39 child pages. One of the templates was actually created from the first master template.
    In other words, you have nested templates?  That's unfortunate.
    Can you post a link to one of the pages, please?

  • 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
    >

  • 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.
    >

  • Simple Shape Tween always causes Flash to freeze (CS3)

    Flash CS3 Professional is always freezing when I create a
    simple shape tween. The steps that I follow to produce this problem
    are as follows:
    Draw a line
    Bend the line into a curve.
    Set a second keyframe on the timeline. (doesn't matter how
    many frames between the two keyframes)
    Use the direct select tool to reposition the point at one end
    of the line.
    Set the tween to Shape between the two keyframes.
    Scrub the timeline.
    Flash freezes.
    According to the Windows XP Task Manager, the CPU is at 50%
    with most of that going to flash.
    Any ideas on how to get it working properly?
    I can do the tween successfully without issue using Flash 8,
    but CS3 freezes everytime. Our company won't let us upgrade to CS4
    at the moment.

    i can't duplicate that problem.
    if the problem occurs when you scrub the timeline, don't
    scrub it. test it in the test environment. you may be able get your
    tween working doing that (even though that doesn't solve the
    problem).

  • Saving a flash file from cs3 to cs4 ruins the file!

    Last time I used flash for an urgent commission I discovered a very heavy bug, which did cost me half a day of work and nearly the whole commission. What happened:
    I saved a flash file originally created with Flash CS4 as CS3 because the Actionscript programmer did not have a newer version. When I reopened the changed file and typed CMD+S it saved the file without warning. This was momentous: when I re-opened the file, only the library contents did show up, the timeline and stage was empty. Trying to publish the movie again resulted in a program crash. Thus I had to rebuilt the whole flashfile from scratch the next day and calm down a very nervous (and important) customer. Since then I always chose "Save as" and change the format to "CS3", and – how about that! – the file stays intact.
    So HOW can a software have a glitch like this be on the market? I would suggest to Adobe that the rework the whole code because flash seems to be very poorly coded. I experienced numerous minor bugs in the last years, but this one beats them all. You save a file and ruin it.
    If anybody else has experienced this, I would like them to share their experiences. Not just with me – share them with the people responsible for this. Write to Adobe.
    kind regards,
    tomasio

    Just save.  It'll open in previous versions.
    BUT if you used features that are specific to CS6 (like vector strokes) those may not show up in previous versions.
    If you want everything to show, flatten the image and save a copy.
    If you want to show the structure of the file - avoid features that are new in CS6 and save as PSD..

  • Inserting Flash in a DW template

    I'm relatively new to Dreamweaver (version 8) and I'm having
    a problem inserting a flash (.swf) slideshow of pictures into a
    template that then updates several webpages. The problem is, when I
    insert the flash into the template page and the webpages get
    updated, the flash animation does not play on the webpages and just
    has a white box. If I detach the template from the webpage, then
    the flash displays correctly. But the problem with that is then
    there is no point to using a template because I would have to
    manually update each webpage instead of just the template when I
    want to make a change to all the webpages. The problem must be with
    the template, because when I try to attach the template to a very
    simple webpage containing only a couple words and no other
    graphics, the flash will not display correctly. Any ideas on what
    is wrong or how I can insert a flash slideshow into a template so
    that it updates the webpages correctly?

    Make the link to the Flash element ROOT relative.
    That way, the link doesn't need to be managed and will work
    just fine in
    your Template child pages.
    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
    ==================
    "buckeyestargazer" <[email protected]> wrote
    in message
    news:gbreos$cpq$[email protected]..
    > I'm relatively new to Dreamweaver (version 8) and I'm
    having a problem
    > inserting a flash (.swf) slideshow of pictures into a
    template that then
    > updates several webpages. The problem is, when I insert
    the flash into
    > the
    > template page and the webpages get updated, the flash
    animation does not
    > play
    > on the webpages and just has a white box. If I detach
    the template from
    > the
    > webpage, then the flash displays correctly. But the
    problem with that is
    > then
    > there is no point to using a template because I would
    have to manually
    > update
    > each webpage instead of just the template when I want to
    make a change to
    > all
    > the webpages. The problem must be with the template,
    because when I try
    > to
    > attach the template to a very simple webpage containing
    only a couple
    > words and
    > no other graphics, the flash will not display correctly.
    Any ideas on
    > what is
    > wrong or how I can insert a flash slideshow into a
    template so that it
    > updates
    > the webpages correctly?
    >
    >

  • Email Alert Template Issue - List Alerts (Alert Me) emails not using customized XML alert template

    We have recently customized the XML alerts template (AlertTemplates.xml) for our site collection in SharePoint 2010 to exclude specific fields in the email when users who have subscribed using the "Alert Me" feature. We have renamed the
    custom alerts XML file and loaded the custom template in the following directory (%ProgramFiles%\Common Files\Microsoft Shared\Web server extensions\14\TEMPLATE\XML) and restarted IIS.  Once users subscribe to the alerts using the list "alert me"
    function they received the customized email as intended.
    We needed to auto-subscribe users to the email alerts so what we did was use a powershell script to add users to the alert subscriptions using the script shown below:
    Import-Csv D:\Temp\filename.csv | ForEach-Object{
    $webUrl=$_.WebUrl
    $listTitle=$_.List
    $alertTitle=$_.AlertTitle
    $subscribedUser=$_.SubscribedUser
    $alertType=$_.AlertType
    $deliveryChannel=$_.DeliveryChannel
    $eventType=$_.EventType
    $frequency=$_.Frequency
    $oldAlertID=$_.ID
    $web=Get-SPWeb $webUrl
    $testAlert = $web.Alerts | WHERE { $_.ID -eq $oldAlertID }
    IF ($testAlert) {
    $web.Alerts.Delete([GUID]$oldAlertID)
    Write-Host Old alert $oldAlertID deleted. -Foregroundcolor Cyan
    $list=$web.Lists.TryGetList($listTitle)
    $user = $web.EnsureUser($subscribedUser)
    $newAlert = $user.Alerts.Add()
    $newAlert.Title = $alertTitle
    $newAlert.AlertType=[Microsoft.SharePoint.SPAlertType]::$alertType
    $newAlert.List = $list
    $newAlert.DeliveryChannels = [Microsoft.SharePoint.SPAlertDeliveryChannels]::$deliveryChannel
    $newAlert.EventType = [Microsoft.SharePoint.SPEventType]::$eventType
    $newAlert.AlertFrequency = [Microsoft.SharePoint.SPAlertFrequency]::$frequency
    if($frequency -ne "Immediate"){
    $AlertTime=$_.AlertTime
    $newAlert.AlertTime=$AlertTime
    $newAlert.Update()
    Write-Host Created $newAlert.Title for $subscribedUser . -Foregroundcolor Cyan
    } ELSE {
    Write-Host Alert $alertTitle for $subscribedUser already done. Moving on. -Foregroundcolor Magenta
    When we ran the script and added the users and restarted the service, all users who were auto-subscribed via this method get the email without the customizations that were done in teh custom alert template.  All users who manually subscribed on their
    own to the list using the "Alert Me" function would get the customized email.
    Does anyone know why users who manually subscribe to the alerts get the customized email, and users who were auto-subscribed using the powershell script do not get the customized email and get the standard generic email template?

    Hi  ,
    According to your code, it create a new alert using SPUser.Alerts.Add() method. For this method, it will create a new alert based on the predefined alert template by default.
    If you only assigned the custom alert template to the list, users who manually subscribe to the alerts get the customized email, but users who were auto-subscribed using the PowerShell script get the standard
    generic email template.
    For your issue, you can set the new alert ‘s alert template:
    http://social.technet.microsoft.com/Forums/en-US/1b19c12f-fc37-48cf-8b59-6c09f095dc23/custom-alert-email-templates-issue-list-alerts-emails-not-using-customized-xml-alert-template?forum=sharepointgeneralprevious
    Here is a good blog you can have a look:
    http://blogs.msdn.com/b/sharepointdeveloperdocs/archive/2007/12/07/customizing-alert-notifications-and-alert-templates-in-windows-sharepoint-services-3-0.aspx
    Thanks,
    Eric
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support,
    contact [email protected]
    Eric Tao
    TechNet Community Support

  • DW CS3: Template & CSS Rules problems

    Dreamweaver CS3 Templates and CSS Rules.
    I've built a basic html page with a header, navigation links and main content area, then saved this as a template with the content area as the edit region.
    When I create new html pages from this template I want to insert Divs in the edit region for each new page, which I can successfully do, but for some reason Dreamweaver is not allowing me to create new CSS Rules for each new Div? So I'm not able to control position, text layout, colours etc for the new content. So my question is how do I do this?
    I got around this with the current website by creating the template with virtually all of the content for the entire website firstly, then deleting as necessary for each page, which I know is the wrong way to build html site pages from a template!
    I wonder if someone could please point me in the right direction to get me back on track? Any pointers would be very much appreciated.
    Thanks in advance.

    Yes, there is a meta tag at the start of the CSS rules. Here's a copy and paste of the code generated in DW CS3. Template was created from a html doc...
    <!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">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Untitled Document</title>
    <style type="text/css">
    <!--
    body {
        background-color: #FFFFFF;
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    body,td,th {
        font-family: Arial, Helvetica, Helvetica Neue, Verdana;
        font-size: medium;
    #container {
        background-color: #E6E6E6;
        width: 900px;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    #banner_image {
        padding-top: 5px;
        padding-bottom: 5px;
        background-color: #FFFFFF;
        margin-right: auto;
        margin-left: auto;
    #navigation {
        background-color: #E6E6E6;
        text-align: center;
        padding: 10px;
    #navigation ul {
        margin: 0px;
        padding: 0px;
    #navigation li {
        list-style-type: none;
        display: inline;
        margin-right: 40px;
        margin-left: 40px;
    #navigation a {
        color: #333333;
        font-size: 90%;
        text-decoration: none;
    #navigation a:hover {
        color: #FF3300;
        font-size: 90%;
        text-decoration: none;
    #spacer {
        background-color: #E6E6E6;
        text-align: center;
        padding: 10px;
        margin-top: 10px;
        margin-right: 25px;
        margin-bottom: 10px;
        margin-left: 25px;
        font-size: small;
    #content_area {
        background-color: #666666;
        margin-top: 10px;
        margin-right: 25px;
        margin-bottom: 10px;
        margin-left: 25px;
        padding-top: 20px;
        padding-right: 10px;
        padding-bottom: 20px;
        padding-left: 10px;
    #copyright_footer {
        background-color: #FFFFFF;
        text-align: center;
        padding: 10px;
        font-size: small;
        margin-top: 10px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-left: 0px;
        clear: both;
    #navigation_lower {
        background-color: #E6E6E6;
        text-align: center;
        padding: 10px;
    #navigation_lower ul {
        margin: 0px;
        padding: 0px;
    #navigation_lower li {
        list-style-type: none;
        display: inline;
        margin-right: 40px;
        margin-left: 40px;
    #navigation_lower a {
        color: #333333;
        font-size: 90%;
        text-decoration: none;
    #navigation_lower a:hover {
        color: #FF3300;
        font-size: 90%;
        text-decoration: none;
    -->
    </style>
    </head>

  • Does IIS Reset stop/start or IIS Restart fix template issues? See photos.

    I have been having major template issues over the past couple of weeks where several templates give me access denied. I have been in contact with Microsoft about the issue, but after 2 days and 5 hours on the phone, the issue still cannot be resolved.
    I then tried to use old sites that had the templates and "Save Site as Template". The new template that was saved are stored in the Solutions Gallery (template is "activated"). 
    I ran the create new site process and chose the new template that I saved. 
    The template looked like this last week,
    Now the template looks like this today.
    In between last week and this week, I did an SP2 installation to Project Server 2010/SharePoint 2010. 
    I also did an IIS Reset /stop and IIS reset/ start
    I also went into the IIS Manager on the central administration server and clicked "Restart".
    This is a very time sensitive issue, and want to know how I accidentally resolved the issue. It's very weird that any of these above would change the template, but somehow it did. I do not want to reset IIS if I do not have to. If anyone has any idea on
    how this could have gotten resolved it would be greatly appreciated.

    Hi TR,
    Not sure if iisreset always fixes this issue.
    Sorry for my misleading description, I thought that there was a possiable that some js/css files weren't loaded in the browser randomly for new site created based on the template, so I think maybe some js/css files customized
    and referenced in the orginal site (or in new site) may need to be checked-in and published.
    Now I think is it possible that the issue is related to js/css load sequence in browser? or is it browser compatible issue(maybe not based on iisreset)?
    Or you may try add new site in trusted site in IE see if it helps.
    Also check if browser F12 developer tool could provide some useful information.
    Thanks
    Daniel Yang
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Can't Activate Flash Media Encoder CS3

    I just had a new hard drive installed on my Windows XP SP3, 4 GB RAM, 2 dual core Intel processors machine.  I reinstalled Production Premium CS3.  All of my Adobe applications activated except Flash Media Encoder CS3.  When I enter my serial number, it says it is an incorrect number and places a big red X beside of the number.  The number I entered is the number on the box.
    I called Technical Support and held for them for over 1 1/2 hours but no one came on to answer my question.  I entered the problem in the Support Portal but it has been over 24 hours and no one has contacted me.  I like Adobe software but not their technical support.
    Can anyone in the Forum help?
    Thanks,
    Linda

    I've tried it (with cookies cleared) on three different browsers now and they all experience the same problem. I am on OS X but that should not affect my ability to connect to a particular server. Here, for example, is a non-functional download link I'm given: http://download.macromedia.com/pub/flashmediaserver/flashmedialiveencoder/installer/AdobeF MLE3.2.1_r.dmg

  • Including a Flash movie within a template

    Hi,
    I've put a Flash banner into a template and saved it. The
    actual template works fine when i check it in the browser but all
    the pages that are attached to the template just have a white space
    where the banner should be.
    Do templates not allow for flash movies?

    No. I mean to make the link so that it's relative to the ROOT
    of the site,
    e.g.,
    /flash/whatever.swf
    rather than relative to the template document, e.g.,
    ../flash/whatever.swf
    The former link will be functional on any page in any
    location in your site,
    since it always starts the path at the root of the site. The
    latter link
    will *only* work from the template page and not from any
    particular child
    page.
    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
    ==================
    "Dilroy" <[email protected]> wrote in
    message
    news:eomnbn$g4k$[email protected]..
    > I'm not sure what you mean by a root relative link, the
    movie is in a
    > folder entitled flash. Do you mean to have the movie in
    the main folder
    > and not in it's own subfolder?
    >

  • Inserting RSS Feeds into a Dreamweaver CS3 Template

    I've created a website template in Dreamweaver CS3. We need
    to insert an RSS feed that will allow our web site to receive news
    updates and information pertinent to our consumers needs. Please
    help! I have no clue how to do this.

    Which version of FW? If FWMX 2004 or earlier, you would need
    to read this
    carefully -
    http://www.losingfight.com/blog/2006/08/11/the-sordid-tale-of-mm_menufw_menujs/
    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
    ==================
    "hraklis_1" <[email protected]> wrote in
    message
    news:g4p0l0$lak$[email protected]..
    > I've created a dreamweaver cs3 template for my website.
    I've also created
    > a
    > menu in fireworks which has popup menu's. If I create a
    new page (not from
    > a
    > template) and insert the fireworks html, everything
    works fine when I try
    > to
    > preview it.
    >
    > However, if I insert the fireworks html into a page
    created from a
    > template,
    > or even the original template file, the image of the
    menu is inserted and
    > can
    > be viewed, but the popup menu's do not appear. Any
    thoughts or
    > suggestions?
    >

  • Adobe CS3 file issues update????

    Has there been any news on when Apple is going to fix the CS3 file issues that have popped up?
    This is disastrous for all pros out there. This just might be as bad as the great 10.2.8 debacle, if not worse.....

    Welcome to Apple Discussions!
    Read:
    http://discussions.apple.com/thread.jspa?threadID=1543369&tstart=0
    As you see this is not exclusive to 10.5.3. The issue is that Adobe doesn't program their file save routines properly. As for asking when Apple will fix something, no one on this board knows. The terms of use specifically forbid speculation. And people who know what Apple is doing in the future are under non-disclosure agreement. We only know what is currently possible.

Maybe you are looking for

  • Opening/Closing Balance value missing in J_3RFCASH15

    Hello, I am having a problem with the new program for printing cash journal for Russia. When I am executing program J_3RFCASH15 and then select the KO-4 form layout the following data is missing: - Opening Balance amount - Closing Balance amount - Da

  • HT1567 trying to preview song but only plays for 5 seconds

    When i preview a song it will only play for 5 seconds instead of the 1min/half it allows. I 've never had this problem before. I update the software, but it still will not allow me to listen to the song no more tham 5 seconds

  • System form Vendor Proprties

    How Can I read  the selection vendor proprties from form  "Purchase Analysis"  (870)?

  • Why does my eprinter work sometimes then stops working

    why does my eprinter work sometimes then stops working, its like it shows the printer page, there are the two different types one that pops up when you hit the print button then the one that pop up when you go too printer , they are two different typ

  • Best Practices for Unlinked Assets in Custom Catalogs

    Hello, Is it a best practice to have unlinked categories, products, skus in the product catalog? How do folks typically deal with assets that are no longer active? thanks! J