Replace FB's index.template.html to avoid Flash Player version check

I'm testing my Flex on old computers. The HTML wrappers
generated by FB3 work fine generally. But in some cases, the
wrappers keep asking me to upgrade the Flash Player to version 9
even through the FP is already in version 9. How should I change
the index.template.html so that the new FB3 generated HTTP wrappers
would not check the version of FP? As far as I know, most of the
browsers already have FP9 installed. Even when the FP is below
version 9, calling a swf file in the HTML would trigger the
upgrading process.

Look under your project properties for "Flex compiler" and
set the wrapper's "required version" there.

Similar Messages

  • How to change index.template.html to put a HTML table side by side with Flex swf displayed in IE

    I created my own index.template.html using <object> tag to hold Flex swf file, but it only works for FireFox, not IE.
    I did not use the original FlexBuilder's index.template.html and the JavaScripts to generate the HTML wrapper.
    Here is my index.template.html:
    <html lang="en">
        <head>
            <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
            <title>My App</title>
        </head>
        <body scroll="yes">
        <table cellpadding="0" cellspacing="0" width="982px" border="0">
            <tr width="982px"><td>This app is still under development. Currently, you can... </td></tr>
        </table>
        <p>
        <table>
            <tr>
                <td>
                    <div style="width:192px;height:130px;border:1px solid rgb(0, 0, 0);">
                    <!-- div style="border-style:solid;" -->
                    <table align="left" border="0" >
                        <tr>
                              <td >
                                  <span style="color:#242F6D;font-weight:bold;font-size:12px;">Stock:</span>
                            </td>
                        </tr>
                        <tr>
                            <td>
                                  <select style="font-size:11px;">
                                      <option>ADBE - Adobe</option>
                                      <option>BAC - Bank of America</option
                                </select>
                              </td>
                        </tr>
                        <tr>
                            <td >
                                  <span style="color:#242F6D;font-weight:bold;font-size:12px;">Shares:</span>
                            </td>
                        </tr>
                        <tr>
                              <td>
                                  <input type="text" name="shares" style="font-size:11px;"/>
                              </td>
                        </tr>
                        <tr>
                              <td>
                                  <button type="button" style="color:#242F6D;font-weight:bold;font-size:10px;">Add To My App</button>
                              </td>
                        </tr>
                    </table>
                    </div>
                    <p>
                    <div style="width:192px;height:310px;border:1px solid rgb(0, 0, 0);">
                    <table border="0">
                        <tr>
                            <td style="color:#242F6D;font-weight:bold;font-size:10px;">
                                You may enter your values
                            </td>
                        </tr>
                        <tr>
                            <td >
    <textarea id="quoteShare" style="width:186px;font-weight:bold;font-size:11px;" rows="13" >
    </textarea>
                            </td>
                        </tr>
                        <tr>
                            <td>
                            <button onclick="callFlex()" type="button" style="color:#242F6D;font-weight:bold;font-size:10px;">Get Values of My App</button>
                              </td>
                        </tr>
                    </table>
                    </div>
                <td>
                <td>
                    <table align="left" border="0" >
                        <tr valign="top">
                            <td valign="top">
                                <object type="application/x-shockwave-flash" data="ComponentTester.swf" WIDTH="850" HEIGHT="460" />
                              </td>
                          </tr>
                    </table>
                <td>
            </tr>
        </table>   
        </body>
    </html>

    I just found 1 tricky solution.
    Declare a variable containing the asset URL in the HTML, before the <!--Adobe Edge Runtime--> part. (Sample below.)
    In the script (_edge.js), use this variable instead of the asset URL string . (replace the string constant with the variable)
    In the server script, generate the HTML by changing the variable definition.
    This is ugly...
    I would appreciate any help.
    Thanks.
    === HTML sample:
    <!DOCTYPE html>
    <html>
    <head>
              <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
              <meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
    <script>
    // Define the asset URL
    var cardImage = 'card_01.png';
    </script>
    <!--Adobe Edge Runtime-->
        <script type="text/javascript" charset="utf-8" src="animtest_edgePreload.js"></script>
        <style>
            .edgeLoad-EDGE-1381868 { visibility:hidden; }
        </style>
    <!--Adobe Edge Runtime End-->
    </head>
    ====

  • Can I display html pages in flash player

    Hi all,
    Can I display html pages in flash player, i mean swf. Plz
    help me if it can be done. Can I call html pages in flash (i mean
    in flash player no new window)
    Thanks

    hi,
    Actullay i want the site to be opened with in the flash
    player, just like iframe in dreamweaver calling the external site
    in the mail html page. Plz Help me accessing external site page
    with in flash player
    Thanks

  • [svn:fx-3.x] 13067: Fix for html-wrapper ant task generates incorrect wrapper files for flash player version detection .

    Revision: 13067
    Revision: 13067
    Author:   [email protected]
    Date:     2009-12-17 12:48:20 -0800 (Thu, 17 Dec 2009)
    Log Message:
    Fix for html-wrapper ant task generates incorrect wrapper files for flash player version detection.
    QE notes: None.
    Doc notes: None
    Bugs: SDK-18826
    Reviewed By: Paul
    Tests run: checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-18826
    Modified Paths:
        flex/sdk/branches/3.x/modules/antTasks/src/flex/ant/HtmlWrapperTask.java

    Could you try creating a new Firefox profile to see if that helps?
    8. Make a new profile
    Chris

  • How to avoid flash player out of memory problems

    hi all,
    when i am running my swf file i am getting the message saying
    that " flash script causes flash player run slowly do u want abort
    script ". even it's not the problem of infinite loop.in that i am
    passing huge data.
    please help me how to avoid this situation.

    It is not apparent from your posting, but if you are parsing
    large amounts
    of XML data you could be faced with this issue if not just a
    general
    performance issue.
    Solution is look at how to consume the data in smaller
    pieces. In other
    words only download the needed data to deal with the
    immediate needs of the
    Flash movie and based on user interaction load additional
    data. A possible
    drawback is where user interaction required the data
    instantly such as
    rollovers for large numbers of objects.
    Another solution is look at streamlining the data such as
    reducing nested
    levels in XML.
    Finally you may have an infinite loop that depends on the
    data. With test
    data the code runs fine, however certain values trigger an
    indefinite loop.
    I am working with a few large corporate clients and the
    mentality of dumping
    data in large vats to the client does not take into
    consideration the
    technology and performance. It should be the other way round
    -- know the
    capacity of the technology which is the Flash player.
    Lon Hosford
    www.lonhosford.com
    Flash, Actionscript and Flash Media Server examples:
    http://flashexamples.hosfordusa.com
    May many happy bits flow your way!
    "kalyanchakri" <[email protected]> wrote in
    message
    news:ed42oe$l6j$[email protected]..
    > hi all,
    >
    > when i am running my swf file i am getting the message
    saying that " flash
    > script causes flash player run slowly do u want abort
    script ". even it's
    > not
    > the problem of infinite loop.in that i am passing huge
    data.
    > please help me how to avoid this situation.
    >
    >

  • Alternate HTML content should be placed here. This content requires the Adobe Flash Player. Get Flash

    hi all and adobe forum team
    im download felx bulder 3 and make a new flex project ....
    its ok
    but when i want to run my project i take empty page with the
    error code " Alternate HTML content should be placed here. This
    content requires the Adobe Flash Player. Get Flash "
    that error mean i havent flash player on my pc
    but i have because it will installed by default with adobe
    flex builder, and flash cs3 on my pc, and im installed it from
    adobe web site, and im installed it from cd
    but without any result, i have same the error when i want to
    run my flext project
    i take "Alternate HTML content should be placed here. This
    content requires the Adobe Flash Player. Get Flash "
    plz help me why
    note: im using windows vista ulimate

    I had the same problem.
    After I've installed new flash player version 9.0.60.120.
    I've got the same error.
    I'm using Korean windows. Maybe that's the problem. I don't
    know yet.
    I will test on English machine tomorrow.
    Anyway,
    Problem is caused by version detaction javascript.
    In AC_OETags.js file, there is ControlVersion() function.
    Inside of that function,
    axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");
    this line throw error with catching but do nothing.
    So, overall javascript recognize flash player as version 2.0
    and something.
    I testd this on firefox 2.0.0.4 and IE 7.0.5730.11.
    There are all Korean version and failed.
    But Safri beta version for Window works fine.
    This does not have any Korean version yet. That's why I
    assume maybe
    that's causing the problem.
    So, I guess Adobe people will do something for this, but if
    you want to
    run it right now without this error message.
    Easiest way is just turn off that Flash player version
    detection in
    project properties > Flex Complier > HTML wrapper.
    Uncheck Require Flash player version.
    Or edit your Javascript by yourself in
    html-template>AC_OETags.js.
    like below;
    axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash");
    I hope this will be solved quickly.
    Dongwook, Kwon.
    awwad ¾´ ±Û:
    > hi all and adobe forum team
    >
    > im download felx bulder 3 and make a new flex project
    .... its ok
    > but when i want to run my project i take empty page with
    the error code "
    > Alternate HTML content should be placed here. This
    content requires the Adobe
    > Flash Player. Get Flash "
    >
    > that error mean i havent flash player on my pc
    > but i have because it will installed by default with
    adobe flex builder, and
    > flash cs3 on my pc, and im installed it from adobe web
    site, and im installed
    > it from cd
    > but without any result, i have same the error when i
    want to run my flext
    > project
    > i take "Alternate HTML content should be placed here.
    This content requires
    > the Adobe Flash Player. Get Flash "
    > plz help me why
    >

  • Alternate HTML content should be placed here. This content requires the Adobe Flash Player

    Somehow today I get this message when I am tring to open
    website with flash player :
    Alternate HTML content should be placed here. This content
    requires the Adobe Flash Player
    Yesterday was ok but not today ! with netsacpe and mozila
    it’s ok but with EI dosnt work anymore !

    I had the same problem.
    After I've installed new flash player version 9.0.60.120.
    I've got the same error.
    I'm using Korean windows. Maybe that's the problem. I don't
    know yet.
    I will test on English machine tomorrow.
    Anyway,
    Problem is caused by version detaction javascript.
    In AC_OETags.js file, there is ControlVersion() function.
    Inside of that function,
    axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");
    this line throw error with catching but do nothing.
    So, overall javascript recognize flash player as version 2.0
    and something.
    I testd this on firefox 2.0.0.4 and IE 7.0.5730.11.
    There are all Korean version and failed.
    But Safri beta version for Window works fine.
    This does not have any Korean version yet. That's why I
    assume maybe
    that's causing the problem.
    So, I guess Adobe people will do something for this, but if
    you want to
    run it right now without this error message.
    Easiest way is just turn off that Flash player version
    detection in
    project properties > Flex Complier > HTML wrapper.
    Uncheck Require Flash player version.
    Or edit your Javascript by yourself in
    html-template>AC_OETags.js.
    like below;
    axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash");
    I hope this will be solved quickly.
    Dongwook, Kwon.
    awwad ¾´ ±Û:
    > hi all and adobe forum team
    >
    > im download felx bulder 3 and make a new flex project
    .... its ok
    > but when i want to run my project i take empty page with
    the error code "
    > Alternate HTML content should be placed here. This
    content requires the Adobe
    > Flash Player. Get Flash "
    >
    > that error mean i havent flash player on my pc
    > but i have because it will installed by default with
    adobe flex builder, and
    > flash cs3 on my pc, and im installed it from adobe web
    site, and im installed
    > it from cd
    > but without any result, i have same the error when i
    want to run my flext
    > project
    > i take "Alternate HTML content should be placed here.
    This content requires
    > the Adobe Flash Player. Get Flash "
    > plz help me why
    >

  • Flash Player 10.1 won't replace 10.0

    I am unable to upgrade my installation of Adobe Flash Player 10.0.32.18 to the latest version of 10.1. I am running Firefox 3.6.7 on an XP SP3 machine. I am not a system admin (this is just a workstation), but my account does have admin rights.
    In a nutshell, I installed 10.0 some time ago (and has worked just fine). When the 10.1 update was released and Firefox pointed out that I might want to upgrade, I did so, using the Adobe DLM software. It showed 10.1 being downloaded and installed, though once the page refreshed to show the complete installation, the Flash animation still shows 10.0.32.18 as the installed version. Checking my Firefox plugins confirms that 10.1 was not actually installed.
    I've uninstalled via Windows' "Add and Remove Programs" screen and then reinstalled, but I get the same thing. I've even used Adobe's uninstallation tool to no avail. No matter what I do, installing 10.1 results in 10.0.32.18 being installed.
    Any ideas?

    Hi, are you the Administrator? You need full Admin. rights to Install Flash Player. That Flash Player version is quite old. The Adobe Uninstaller is the only way to Uninstall Flash Player. Also be aware the Uninstaller removes Flash Player from ALL browsers.
    Someone not too long ago had Admin rights, but was on a domain and that didn't work. If you want to try again, I would follow the instrctions on the Adobe Uninstall guide and download the Uninstaller to your Desktop.
    http://kb2.adobe.com/cps/141/tn_14157.html
    Download the Flash Player Installer for Firefox and SAVE it to your Desktop:
    http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player.exe
    Be sure to follow instructions on the Uninstaller guide, Close all browsers, Run the Uninstaller, Reboot, followed by the Installer and a final Reboot.
    Test here: http://www.adobe.com/software/flash/about/
    Hope that works for you.
    Thanks,
    eidnolb

  • My flash template will not play using flash player 7 onwards only 6???

    I have a flash template which plays fine when run using flash
    player 6.
    However when i select flash player 7 or 8 and then run the
    template, none
    of the menu links on the flash template work???
    When i revert back to flash player 6 the menu links work
    fine!!!
    How do i get the flash template to play using flash player 7
    or 8???
    Do i have to convert the template to flash player 7 or 8?? If
    so, how is this done please?
    Can someone help please?
    Thank you.

    tmontana wrote:
    > I have a flash template which plays fine when run using
    flash player 6.
    > However when i select flash player 7 or 8 and then run
    the template, none
    > of the menu links on the flash template work???
    > When i revert back to flash player 6 the menu links work
    fine!!!
    >
    > How do i get the flash template to play using flash
    player 7 or 8???
    >
    > Do i have to convert the template to flash player 7 or
    8?? If so, how is this
    > done please?
    action script in flash 7 and 8 was changes slightly and not
    all things
    are compatible from flash 6 files.
    Go to file - publish setting and under FLASH tab select
    version 6 and action script 1.0
    This could help. Else you have no choice but redo the
    template so it is new player
    compatible.
    Regards
    Urami
    Happy New Year guys - all the best there is in the 2006 :)
    <urami>
    http://www.Flashfugitive.com
    </urami>
    <web junk free>
    http://www.firefox.com
    </web junk free>

  • Alternate HTML content should be placed here. This content requires the Adobe Flash Player. Get Flas

    I already have Adobe Flashplayer, but I keep getting the subject msg when I try to upload media to the MLS.  Please help.

    go here to verify you have the latest flash player version: http://helpx.adobe.com/flash-player/kb/find-version-flash-player.html
    if you do, the problem is not with your flash player.

  • Report Catalogue or Report Index Template

    Hi can anyone throw soem light on report catalogue or report index template which provides visibility to end users using the SAP BW .

    Thanks for the reply.
    Well when i'm opening the report , i wait for about 15 seconds then 'Page Cannot be Displayed' appears on my browser. I'm having this case only when i'm expecting huge data. By huge data i mean that the report gets informations about a deal, when the deal has 10 categories the report runs fine, but when i add all catgories, about 1000, it gives me the 'Page cannot be displayed' error. I'm guessing its a time out issue since i've set the scalable_mode parameter to on. Any thoughts ???

  • Erreur de transfert du fichier main template.html.

    Bonjour,
    lorsque je veux exporter un site en Muse j'ai le message suivant
    Erreur de transfert du fichier main template.html.
    j'ai essayé avec le plus anciennes versions du site cela donne le même message.
    merci d'avance si vous avez une idée comment corriger cela ?

    Same problem while publishing.

  • How to edit a templates HTML stucture?

    Created a page with the standard "two level tab and sidebar" template and found it to have the users name in the lower left corner $APP_USER.
    A search for the origin of this name lead me into the flow_020200 schema where I found the wwv_flow_templates table to have a CLOB column "footer_template" that contained the HTML I was looking for.
    Question: How to edit the templates HTML structure from the application builder?
    Message was edited by:
    renewestenberg

    Ok, found the answer:
    Click the name of the template.

  • Pros and Cons for replacing the default user template?

    Hi,
    since I've installed a new server, I don't want to make any mistake,
    If I replace the default user template (*.iproj) by my own, is it really a bad idea?
    Am I better modifying the existing one (.plist) even if it is more work?
    Thanks

    If I replace the default user template (*.iproj) by my own, is it really a bad idea?
    While you can modify the default User Template, it is not a recommended practice to do so. Since you are managing clients via MCX, anything that you set in WGM for user preferences will be added to the user's profile at login. If you have a need for some specific application preferences that need to be added for users, configure the application on a workstation as a local user and then import the .plist into WGM. Anything else -folders or files- that an application creates in the local user prefs folders, that may be needed, can usually be placed in the /Library/Preferences, /Library/Application Support, and /Library/Managed Preferences folders on the clients so that users have access to them.

  • Re:DW8 flash on template page not shows flash

    Hi Murray,
    When I changed it to relative nothing changed, the .dwt works
    fine but not
    my other pages based on the template. Maybe there is
    something wrong with
    the editable regions?
    Thanks for your help
    Sam
    Make the link to your Flash file be a root relative one.
    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
    ==================
    Hi all,
    I have a template based page with one flash animation.
    When I preview my template page the flash is working fine,
    but in my pages
    bases on the template I don't see my flash animation.
    Do I miss something?
    You can find my pages (text) on the following links:
    http://www.waterloocity.be/doc/go2waterloo_FR-dwt-asp.txt
    http://www.waterloocity.be/doc/index-asp.txt
    I searched in the archives but fund nothing that helps me
    I appreciate all help
    Thanks in advanced, Sam

    Then there is something wrong with the SWF file.
    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
    ==================
    "SamDesign.be" <[email protected]> wrote in
    message
    news:[email protected]...
    > Now, I see noting. In dreamweaver I see the swe but when
    I do the "play"
    > it's white
    >
    > "Murray *ACE*" <[email protected]> a
    écrit dans le message
    > de news: [email protected]...
    >> Do you see the Flash element locally?
    >>
    >> --
    >> 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
    >> ==================
    >>
    >>
    >> "SamDesign.be" <[email protected]>
    wrote in message
    >> news:[email protected]...
    >>> Yes, I work localy for the moment.
    >>>
    >>> "Murray *ACE*"
    <[email protected]> a écrit dans le
    message
    >>> de news: [email protected]...
    >>>> Did you upload the Scripts folder?
    >>>>
    >>>> <script
    src="../Scripts/AC_RunActiveContent.js"
    >>>> type="text/javascript"></script>
    >>>>
    >>>> --
    >>>> 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
    >>>> ==================
    >>>>
    >>>>
    >>>> "SamDesign.be"
    <[email protected]> wrote in message
    >>>> news:[email protected]...
    >>>>> Hello Murray,
    >>>>>
    >>>>>
    >>>>>
    >>>>> I tray it again but still don't working.
    I made a new page, without
    >>>>> linking to a template, and there my
    flash is also not showing up.
    >>>>>
    >>>>> Here is my code from a test page.
    >>>>>
    >>>>> Thanks for your time!
    >>>>>
    >>>>>
    >>>>>
    >>>>> <%@LANGUAGE="VBSCRIPT"
    CODEPAGE="1252"%>
    >>>>>
    >>>>> <!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=iso-8859-1" />
    >>>>>
    >>>>> <title>Untitled
    Document</title>
    >>>>>
    >>>>> <script
    src="../Scripts/AC_RunActiveContent.js"
    >>>>>
    type="text/javascript"></script>
    >>>>>
    >>>>> </head>
    >>>>>
    >>>>> <body>
    >>>>>
    >>>>> <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','100','height','60','title','test','src','/flash/newpub','quality','high','pluginspage ','http://www.macromedia.com/go/getflashplayer','movie','/flash/newpub'
    >>>>> ); //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="100" height="60" title="test">
    >>>>>
    >>>>> <param name="movie"
    value="/flash/newpub.swf" />
    >>>>>
    >>>>> <param name="quality" value="high"
    />
    >>>>>
    >>>>> <embed src="/flash/newpub.swf"
    quality="high"
    >>>>> pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    >>>>> type="application/x-shockwave-flash"
    width="100" height="60"></embed>
    >>>>>
    >>>>> </object></noscript>
    >>>>>
    >>>>> </body>
    >>>>>
    >>>>> </html>
    >>>>>
    >>>>>
    >>>>>
    >>>>> "Murray *ACE*"
    <[email protected]> a écrit dans le
    >>>>> message de news:
    [email protected]...
    >>>>>> If you changed it to ROOT relative,
    e.g.,
    >>>>>>
    >>>>>> /Flash/whatever.swf
    >>>>>>
    >>>>>> Then it would work. Please show us
    your code....
    >>>>>>
    >>>>>> --
    >>>>>> 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
    >>>>>> ==================
    >>>>>>
    >>>>>>
    >>>>>> "SamDesign.be"
    <[email protected]> wrote in message
    >>>>>>
    news:[email protected]...
    >>>>>>> Hi Murray,
    >>>>>>>
    >>>>>>> When I changed it to relative
    nothing changed, the .dwt works fine
    >>>>>>> but not my other pages based on
    the template. Maybe there is
    >>>>>>> something wrong with the
    editable regions?
    >>>>>>>
    >>>>>>> Thanks for your help
    >>>>>>>
    >>>>>>> Sam
    >>>>>>>
    >>>>>>>
    >>>>>>> Make the link to your Flash file
    be a root relative one.
    >>>>>>> --
    >>>>>>> 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
    >>>>>>> ==================
    >>>>>>> Hi all,
    >>>>>>>
    >>>>>>> I have a template based page
    with one flash animation.
    >>>>>>>
    >>>>>>> When I preview my template page
    the flash is working fine, but in my
    >>>>>>> pages
    >>>>>>> bases on the template I don't
    see my flash animation.
    >>>>>>>
    >>>>>>> Do I miss something?
    >>>>>>>
    >>>>>>> You can find my pages (text) on
    the following links:
    >>>>>>>
    >>>>>>>
    http://www.waterloocity.be/doc/go2waterloo_FR-dwt-asp.txt
    >>>>>>>
    >>>>>>>
    http://www.waterloocity.be/doc/index-asp.txt
    >>>>>>>
    >>>>>>> I searched in the archives but
    fund nothing that helps me
    >>>>>>>
    >>>>>>> I appreciate all help
    >>>>>>>
    >>>>>>> Thanks in advanced, Sam
    >>>>>>>
    >>>>>>>
    >>>>>>
    >>>>>>
    >>>>>
    >>>>>
    >>>>
    >>>>
    >>>
    >>>
    >>
    >>
    >
    >

Maybe you are looking for

  • Bluetooth cant send files...need help

    hi ppl a recently bought a usb pen and a new cell phone with bluetooth suport...well im using bluetooth gnome libs and utils...a dont have anyproblm on sync the pc and phone..all works fine if i send from the cellphone to pc...ok...but the reversed w

  • Sun One Web Server connection pool goes stale after some time

    Hi all, I have a few web applications running on Sun One Web Server 6.1 (SP4). I configured a connection pool via the web admin of the web server. I do not know why the connections in the connection pool are never released after some time (this happe

  • Problem with kernel-headers

    Hi, When I run this [root@localhost Server]# yum install kernel-headers I have got file /usr/include/linux/types.h from install of kernel-headers-2.6.18-308.1.1.0.1.el5.i386 conflicts with file from package kernel-uek-headers-2.6.32-200.13.1.el5uek.i

  • Flash Professional CS4 Won't Install

    I recentally bought Flash Professional CS4, however the CD will not install. It will not even bring up the installation process. I am using an external driver and AutoPlay appears telling me that I can either Import Pictures and Video, View Pictures,

  • Can't access Youtube anymore

    Hi folks, I don't know what's happening but I could go to Youtube and use it to see videos etc. Since last week, I can't even get access to the site. It simply doesn't LOAD (tried with Chromium and Firefox). Tried on Windows today and it worked perfe