Flash into template

Hi
trying to add flash into a template using the following:
File ...new...new from template
Save the file as index.php
Place the curser in an editable region
select   insert..media..swf
then I browse to the swf file and select it.
The object tag comes up and I type in media show (or anything)
I ok it and get the following error
"while executing objecttagin Flash.htm a javascript error occured"
Has anyone any ideas?
thanks
Ian

Your answer lies here: Troubleshooting JavaScript errors in Dreamweaver

Similar Messages

  • CSS Help! Inserting flash into a div has caused layout change

    Hi,
    I am trying to insert flash into a div. I'm new to CSS so I
    think I must be doing something wrong. As soon as I insert the
    flash the layout goes wrong and all divs below it are pushed down
    out of my "main" div. I've now taken the flash.swf out and inserted
    an image again, but it's still wrong. It previews fine in the
    browser though.
    Any ideas!?
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
    Transitional//EN">
    <html>
    <head>
    <title>Untitled Document</title>
    <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1">
    <link href="style.css" rel="stylesheet"
    type="text/css">
    </head>
    <body background="images/newwall.jpg">
    <div id="wrap">
    <div id="main">
    <div id="flash"><img src="images/flash.gif">
    </div>
    <div id="strip"><img src="images/strip.gif">
    </div>
    <div id="middle">
    <div id="news">
    <div class="newstext">NEWS....
    </div>
    </div>
    </div>
    <div id="gap"><img src="images/gap.gif">
    <div id="subnav"><img
    src="images/wallpaper.gif">
    <div id="bottom"><img src="images/bottom.gif">
    </div>
    </div>
    </div>
    </div>
    </div>
    </body>
    </html>

    And where is the CSS?
    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
    ==================
    "Dava" <[email protected]> wrote in message
    news:ei2526$mji$[email protected]..
    > Hi,
    > I am trying to insert flash into a div. I'm new to CSS
    so I think I must
    > be
    > doing something wrong. As soon as I insert the flash the
    layout goes wrong
    > and
    > all divs below it are pushed down out of my "main" div.
    I've now taken the
    > flash.swf out and inserted an image again, but it's
    still wrong. It
    > previews
    > fine in the browser though.
    >
    > Any ideas!?
    >
    > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
    Transitional//EN">
    > <html>
    > <head>
    > <title>Untitled Document</title>
    > <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1">
    > <link href="style.css" rel="stylesheet"
    type="text/css">
    > </head>
    >
    > <body background="images/newwall.jpg">
    > <div id="wrap">
    > <div id="main">
    > <div id="flash"><img src="images/flash.gif">
    > </div>
    > <div id="strip"><img src="images/strip.gif">
    > </div>
    > <div id="middle">
    > <div id="news">
    > <div class="newstext">NEWS....
    > </div>
    > </div>
    > </div>
    >
    > <div id="gap"><img src="images/gap.gif">
    > <div id="subnav"><img
    src="images/wallpaper.gif">
    > <div id="bottom"><img
    src="images/bottom.gif">
    >
    > </div>
    > </div>
    >
    > </div>
    > </div>
    > </div>
    >
    >
    >
    > </body>
    > </html>
    >
    >

  • Flash in template

    I've created an htm page with a flash banner and it worked
    just fine. Then I converted the page into a template, but now if I
    create a new page based on that template the flash banner doesn't
    work. I don't get an error or empty space or anything, it just
    isn't displayed at all.
    Is it possible to get the flash into the template or would I
    need to manually add it to every page?

    Your best bet would be to make the link in the template file
    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
    ==================
    "grooni" <[email protected]> wrote in
    message
    news:f64lnq$ru2$[email protected]..
    > Ah, never mind, I figured it out. The problem are the
    paths, they need to
    > be adjusted since the template is in a subfolder. D'oh.

  • Flash Gallery Template not working as expected

    I am very new to Flash and barely know ActionScript. I have created a flash gallery using the in built template in Flash8, which works fine. The gallery forms part of my gallery page of a separate SWF flash site. I load the gallery using a loder component. Since the gallery navigation works by targeting the root folder, my site gets screwed up. The question is, how do i modify the ActionScript in the gallery.fla file (flash inbuilt template), so that once loaded into the main site, it doesnt target the root timeline, but targets its own timeline i.e. the gallery's own timeline. I hope i'm making sense?
    Please see below for the code in the Flash Gallery. PS: I didnt write the code - its inbuilt into the template:
    function updateFrame (inc) {
    // send slides to new frame
    newFrame = _level1._currentFrame + inc;
    _level1.gotoAndStop(newFrame);
    updateStatus();
    if (_level1._currentFrame == 1) {
      prevBtn.gotoAndStop(2);
    } else {
      prevBtn.gotoAndStop(1);
    if (_level1._currentFrame == _level1._totalFrames) {
      nextBtn.gotoAndStop(2);
    } else {
      nextBtn.gotoAndStop(1);
    function updateStatus () {
    _level1.statusField = _level1._currentFrame + " of " + _level1._totalFrames;
    function autoplayInit () {
    startTime = getTimer();
    hideControls();
    updateStatus();
    function autoplay () {
    if (autoplayStatus != 0) {
      // get the current time and elapsed time
      curTime = getTimer();
      elapsedTime = curTime-startTime;
      // update timer indicator
      indicatorFrame = int(4/(delay/(elapsedTime/1000)));
      indicator.gotoAndStop(indicatorFrame+1);
      // if delay time if met, goto next photo
      if (elapsedTime >= (delay*1000)) {
       if (_level1._currentframe == _level1._totalframes) {
        _level1.gotoAndStop(1);
       } else {
        _level1.nextFrame();
       autoplayInit();
    function hideControls () {
    nextBtn.gotoAndStop(2);
    prevBtn.gotoAndStop(2);
    updateFrame();
    autoplayStatus = 0;

    use this._lockroot=true in your template.

  • Edited Flash Website Template Won't Accept Changes When Published.

    Hi, All,
    I didn't think this was going to be so difficult.  After I purchased and downloaded a "complete flash website template" file from the internet, I uploaded the file into my local_site file and then into Dreamweaver 8
    The template included files called Flash.swf, Flash.fla, FlashMX2004.swf and FlashMX2004.fla.
    I have been able to customize the flash files in Flash 8 and import them back into Dreamweaver8 but when I publish the site, the changes will not take effect in Dreamweaver8 or on the internet webpage.
    I've had this project since September and I've  read as much as I could read! (...both in Dreaweaver8 and Flash8)
    There is obviously something that I keep overlooking. Am I suppose to be changing something else in addition to the .swf and .fla files?
    HELP!
    www. freelanceshoot.com
    Thanks in advance.

    The fla file is what you edit and then you publish it to a swf file.  The swf file is what you upload to your webserver.
    Are you publishing the fla file and then uploading?  If yes, then you may want to double check the location to where you are uploading to make sure that the html page is also pointing to the same location.

  • Flash Card Template Help

    Hello, I need to make "flash cards" for a final project. However, when I try to download a flash card template it will not download on the my computer because it is a mac. What I am really looking for is a template or something that I can put into word and then print off because this project has to be like a game. I was going to use this template so that all the cards were equal size and the project did not look like it had been put together in 5 minutes. What would the best option be? Thank you!

    Looks like you downloaded a Windoze app. Try this one. http://www.loopware.com/iflash/

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

  • Flash into dw wont go....

    Dear All
    I am using studio 8. I am wanting to insert a .swf file into
    a section of a webpage index.html using DW8.
    I place the .swf into the root folder, where the index.html
    file is.
    If i cut and paste teh code produced by flash into DW then
    all is fine. It works on my remote server and my laptop.
    However, if I attempt to use DW menus/commands to do this
    autmoatically as in "common-tasks->flash" and select the .swf
    file. A gray placeholder appears. When I press run all is fine.
    When I use F12 to preview all is fine.
    However if I then attempt to run the file from a my local
    apache server I get errors messages. The page loads fine as before,
    but the flash swf is simply not there. It doesn't work when its
    uploaded either. It tells me that
    AC_FL_RunContent is not defined and points to this line of
    code that DW has inserted.
    AC_FL_RunContent( 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','wid th','220','height','140','title','fred','src','teacher_advert','quality','high','pluginspa ge','http://www.macromedia.com/go/getflashplayer','movie','teacher_advert'
    ); //end AC code
    The site has run totally fine before.
    I am at a bit of a loss to know how best to put a .swf into a
    webpage really.
    Any advice please?
    many thanks Edward

    Upload the Scripts folder that DW has placed in your site on
    inserting this
    Flash.
    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
    ==================
    "maxelcat" <[email protected]> wrote in
    message
    news:enl6os$ajt$[email protected]..
    > Dear All
    >
    > I am using studio 8. I am wanting to insert a .swf file
    into a section of
    > a
    > webpage index.html using DW8.
    >
    > I place the .swf into the root folder, where the
    index.html file is.
    >
    > If i cut and paste teh code produced by flash into DW
    then all is fine. It
    > works on my remote server and my laptop.
    >
    > However, if I attempt to use DW menus/commands to do
    this autmoatically as
    > in
    > "common-tasks->flash" and select the .swf file. A
    gray placeholder
    > appears.
    > When I press run all is fine. When I use F12 to preview
    all is fine.
    >
    > However if I then attempt to run the file from a my
    local apache server I
    > get
    > errors messages. The page loads fine as before, but the
    flash swf is
    > simply not
    > there. It doesn't work when its uploaded either. It
    tells me that
    >
    > AC_FL_RunContent is not defined and points to this line
    of code that DW
    > has
    > inserted.
    >
    > AC_FL_RunContent(
    > 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#
    >
    version=7,0,19,0','width','220','height','140','title','fred','src','teacher_adv
    > ert','quality','high','pluginspage','
    http://www.macromedia.com/go/getflashplayer
    > ','movie','teacher_advert' ); //end AC code
    >
    > The site has run totally fine before.
    >
    > I am at a bit of a loss to know how best to put a .swf
    into a webpage
    > really.
    >
    > Any advice please?
    >
    > many thanks Edward
    >

  • The drop down view by menu (Song, album, etc) at the right side of the iTunes window is like a ghost. It flashes into view for a millisecond once in awhile but never lets me click on it. Anyone know what this is about and what to do?

    The drop down view by menu (Song, album, etc) at the right side of the iTunes window is like a ghost. It flashes into view for a millisecond once in awhile but never lets me click on it. Anyone know what this is about and what to do?

    Short answer:
    Click Hide Song(s), it is what you wanted to do...
    Long answer:
    iTunes in the Cloud is a feature of your iTunes store account that allows you to redownload or stream your past purchases. When you delete a purchased track that is downloaded to your computer (like the first one shown here) you are asked if you also want to hide the song from iCloud. This would remove it from the computer and also stop it showing up with the iCloud symbol as the other tracks from that album (which are not downloaded) do.
    If a track shows with the cloud symbol you can play (stream) it by double-clicking the title, or click the cloud symbol to download a local copy to your library. If you try to delete one of these tracks you get a slightly different message confirming that you want to hide the track. Clicking hide will remove the listing from the library and any other device that shows your past purchases.
    Should you want to retrieve any item hidden in this way at a later date use Store > View My Account > iTunes in the Cloud > Hidden Purchases > Manage.
    To hide all your previous purchases that are not downloaded to your computer use Edit > Preferences > Store and untick Show iTunes in the Cloud purchases.
    tt2

  • Flash Quiz Template HELP Please!

    I created a quiz using the Flash Quiz Template and everything
    works fine. What I'm wondering is how do I make it so that it gives
    a different frame when the user fails and when the user passes.
    Please help. I am desperate here.
    Thank you very very much.

    hi,
    I need some i am using quiz templates and my problem is when
    i make the swf file and test the quiz it works good , but when i
    press the enter key , the quiz doesn't work and repeat and go to
    the first screen , i don't know if i have to block the enter key or
    how i can resolve this ?
    Thanks a lot

  • How to Improve inserts into Template table for Query Processing

    Hi guys!
    I need your advice. How can i improve inserts into template table (/BI0/0P00000010 for exemple)? In my scenario i forced to load data from cube C_X to cubes C_1, C_2 and C_3.
    To get a goal i created a transformations and a DTP process with delta upload to each of cubes (C_1, C_2, C3). And that proccess takes about 3 hours! (it doesn't matter 1.000 or 100.000 records). But when i tried to load data with full update (with a filter) a proccess get data takes about 1 minutes.
    I traced process and saw that inserting into template table (which create each time when proccess started) take the longest time. How can i improve it?

    Hi Mahendar,
    It will require some efforts to investigate it so I propose to open a support ticket with Microsoft (through portal).
    Your first question interest me and I am not sure if you are doing proactive or reactive real time reporting. You can try with
    HBase for storing and retrieving data. HBase known for providing good read and write speed. If you are not comfortable writing HBase syntax then you can add an abstraction layer i.e. HIVE. It might take little more time when you
    query HBase from Hive.
    If you are doing real time analytic, then you can choose from Strom and Microsoft Azure Stream Analytic.
    Thanks and Regards,  
    Sudhir Rawat

  • Bought a Flash 8 Template

    I bought a Flash 8 template for one of my customers.  Getting help is like pulling teeth. I make changes by
    modifying a .txt file and I observe by clicking index.html. The expressions in the .txt file look like:
    &menu1=Home Page
    &menu2=About Us
    etc...
    I don't recognize the language.  I have no idea what I am working with.  I have CS3 so I have Flash CS3.
    I have FTPed what I have and the URL is www.danceations.com  I feel like I am out of my element.  Any help
    would be appreciated.
    Joepd

    Thank you.  No I know that the text file drives the Index.html and the 
    .swf is embedded in the index.html but I was wondering what type of script or 
    whatever is the .txt file made up from.  For instance I changed the center 
    picture and I changed the song being played but I want to change more.  For 
    example I wanted to do away with the open and close player.  I removed the 
    top layer in the Flash.fla file and resaved and republished the .swf but 
    unfortunately it removed the song i wanted played. I am fairly competent but 
    this setup has me a bit stumped.
    Joe Damore
    In a message dated 11/9/2011 4:15:54 P.M. Eastern Standard Time, 
    [email protected] writes:
    Re:  Bought a Flash 8 Template
    created  by Ned Murphy (http://forums.adobe.com/people/Ned+Murphy)  in 
    Flash Pro - General - View the full  discussion
    (http://forums.adobe.com/message/4016928#4016928)

  • Embedding an interactive flash into Authorware

    I want to embed a flash interactive into Authorware (see:
    http://www.cellsalive.com/meiosis.htm
    In the past I embedded a basic Flash animation into
    Authorware and it seem to work ok. I'm not sure of more complex
    ones i.e. that have interactive controls etc. I assume its not so
    simple as to embed into authorware. Is it the case that it is
    doable, but requires some configuration/programming? Or does it
    work be simply embedding the complex interactive flash into
    authorware?
    thanks in advance
    Jon

    webacity wrote:
    > I want to embed a flash interactive into Authorware
    (see:
    >
    http://www.cellsalive.com/meiosis.htm
    > In the past I embedded a basic Flash animation into
    Authorware and it seem to
    > work ok. I'm not sure of more complex ones i.e. that
    have interactive controls
    > etc. I assume its not so simple as to embed into
    authorware. Is it the case
    > that it is doable, but requires some
    configuration/programming? Or does it work
    > be simply embedding the complex interactive flash into
    authorware?
    >
    > thanks in advance
    > Jon
    >
    If the flash file id published for player version 6 (or
    earlier) then
    you can embed it using the Flash Asset Xtra, probably in the
    same way as
    you have before. If it is a later version you will need to
    use the
    Flash player ActiveX control.
    Mark

  • Iweb; put FLASH into Idisk, only can see the FLASH when giving a password

    I have a headache from it! I spent a lot of time making a website for my own company. I put flash into my site like the way Iwebunlimited do it: http://www.iwebunlimited.com/videotutorials/Entries/2008/4/4Flash_iniWeb.html
    This works, but if people on other computers take a look on my website they can't see the FLASH, they have to put in a name and password. So my first page is only FLASh and they can't see anything..How can I resolve this? I'm pulling my hair out of my head..
    Or is there an other way to put FLASH into Iweb?
    Thank you already for maybe helping me...
    Nicole Dee
    URL:http://web.me.com/nicoledee/www.nicoledee.nl/Home.html
    Message was edited by: Nicole Dee

    This :
    http://idisk.mac.com/nicoledee/Web/Sites/Flash/homenicoledee.swf
    must should be this :
    http://web.me.com/nicoledee/Flash/homenicoledee.swf
    See this topic too:
    [Image rollover prompts for password|http://discussions.apple.com/thread.jspa?threadID=2243955&tstart=0]
    Magic word: Learn

  • Export svg sequence from Flash into Edge?

    Hey there,
    I'm really struggling to get a animation out of Flash into Edge as a frame by frame SVG sequence.
    I've tried the Flash2SVG extension in multiple Flash versions and it doesn't work.
    At the moment I'm doing this...
    from Flash CS6 export FXG
    import into Illustrator CS6
    save as SVG
    import in Edge
    which is very time consuming and sometimes stuffs up positioning of elements in each frame.
    Anyone got a solution?
    Thanks in advance.

    The latest Flash CC 2014 release has an export to SVG option, which exports the current frame as SVG. There is no direct way to export the entire animation as SVG sequence though.
    You can find more details @ Flash Professional Help | New features summary
    -Dharmendra

Maybe you are looking for

  • Not recognizing wireless keyboard/trackpad/mouse

    Just installed windows 7 on new 2012 imac.  loaded the support software. still not recognizing the mac's wireless keyboard, trackpad, or mouse.  what should I try??

  • Connecting iPod Touch 4 to TV via HDMI not working

    When I connect my iPod to the TV using an Apple 30-pin Digital AV Adapter and a HDMI cable, I can hear sound but there is no display on the TV 16GB & iOS 6.1.6

  • How to set up ApEx as a SSO partner app?

    I seem to be stuck in something of an endless loop here. I'm trying to set up the authentication for an ApEx app to use my Oracle AS SSO. When I start the wizard to create a new authentication scheme I choose "Based on a pre-configured scheme from th

  • ERP Software selection ... Help please ?

    Hello, I need some advice on selecting and ERP for a new company I'm working for. The common ones I have seen are the E-Business suite and JDEdwards EnterpriseOne. My problem is that both packages are too big in size to download, and they have much m

  • Camera connection kit to iPhone 4 broke in iOS 4.2

    Used it all the time then after upgrading iPhone and iPad to 4.2.1 it no longer works.