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
>

Similar Messages

  • I've installed CS6 and web Premium on a Mac running 10.9.5, and Dreamweaver,Flash and Illustrator wont launch.  All other components work normally.  In Activity monitor it says Adobe switchboard failed to respond.  Can anyone help solve this issue?

    I've installed CS6 and web Premium on a Mac running 10.9.5, and Dreamweaver,Flash and Illustrator wont launch.  All other components work normally.  In Activity monitor it says Adobe switchboard failed to respond.  Can anyone help solve this issue?

    Release: 4/25/2012
    http://support.amd.com/us/gpudownload/windows/Pages/radeonmob_win7-64.aspx

  • 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

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

  • How do you troubleshoot Flash animations that wont load?

    I've recently switched to Safari 3.1 from Firefox and am finding occasional pages with flash animations that wont play
    (currently trying to get to "Product tour" on this page: http://www.logitech.com/index.cfm/remotes/universal_remotes/devices/3898&cl=us,e n )
    I just get a blank frame. I've confirmed I have the latest Adobe Flash plugin installed (9,0,115,0)
    Just curious if there is anything to do, or if this is just a funky, Safari-unfriendly page.
    Thanks.

    Same result here.
    if this is just a funky, Safari-unfriendly page
    Probably! But two things:
    It seems to be their Javascript that doesn't work.
    Secondly (may be worth trying):
    Some Leopard users have mentioned that the latest Flash Player (v.9.0.115.0) conflicts with Leopard, and that they have needed to revert to v. 9.0.47. This can be downloaded from here:
    http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_14266&sliceId=1

  • 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

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

  • Inserting flash into HTTP

    I have been trying to insert flash file but I keep getting error messages that
    Not Found
    The requested URL /annimations/Snow.html was not found on this server.
    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
    I firstly publish flash into both swf and http files.
    Then, I opened view source of the http file and pasted the code onto the dreamwaever file.
    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0" width="700" height="500" id="Snow" align="middle">
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="allowFullScreen" value="false" />
    <param name="movie" value="Snow.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /> <embed src="Snow.swf" quality="high" bgcolor="#ffffff" width="700" height="500" name="Snow" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" />
    </object>
    In addition, I deleted code that swfobject.registerObject(FlashID) on the http file.
    The dreamweaver gave an error message that the code swfobject.registerObject(FlashID) can cause error when downloading the flash.
    Finally all http, swf and flash files were uploaded.
    But I still got the error message above.
    In the past, I managed to upload flash using the method above, although I did not get any message regarding swfobject.registerObject(FlashID).
    Could someone help me and point out what went wrong?

    Based on the error message the problem has to do with an html file, not an swf file.

  • Flash into Director tutorials?

    Hi.
    Can anybody recomend some beginners tutorials for bringing
    Flash into Director?
    Thanks

    Sure, do you have more than one button in the Flash .swf? Do
    you want to
    send something unique from the Flash button, or do you just
    want the
    button to act as a trigger for the frame change?
    You can use getURL("lingo:functionName(args)"); to call a
    Lingo function
    in a movie script.
    You can use getURL("event:functionName,arg1"); to call a
    lingo function
    in a behavior attached to the Flash sprite.
    You can use getURL("string to send"); to send data to a
    function called
    on getURL me, data in a behavior attached to the Flash
    sprite.
    The syntax for each is unique. The first two examples expect
    any
    argument to the Lingo function to be a number. You can use a
    string if
    you escape the quotation marks. The third example just sends
    a string.
    You can also send the contents of an array.
    Rob
    Rob Dillon
    Adobe Community Expert
    http://www.ddg-designs.com
    412-243-9119
    http://www.macromedia.com/software/trial/

  • Flash into forms

    plz any one know how to import a flash into a form in oracle 10g

    Gerd,
    My question was about integrating Flash Technology in Oracle Forms.
    I believe it's not possible without any additional install some dll's on a client machine or ActiveX controls ...
    this is what needed
    Add the 2 .dll files and IeEmbed.exe (from the javaflashbridge-v1.zip file) to your Windows/system32 directory --> this will require some additional software installed on a client -- > So every machine running Web Forms must be configured!!!
    If you know how to do it please share your thoughts with this Forum.
    Please do not just reply on how to add a Java Bean, because it's just too generic answer and does not add any value to this topic.
    Regards,
    Michael

  • 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

  • Flash Player 10 wont work

    I just wondered if anyone knows why Flash Player 10 wont install on my system? I have followed all the troubleshooting guides on this site, and done all the security changes to medium and allowing scripting etc etc but still nothing it wont install. What gives?
    I have Win XP Pro Sp3 32bit and IE7.

    Hi, thanks for the update. I should not have said Firefox as those Flash files could have been for any other non-IE browser as well. Firefox is just the most popular one.
    I looked at one of your posts and noticed the Download Manager mentioned. Sometimes it causes problems.
    Take a look in your add ons (all categories) for any getplus, get_atlcom Class or a DLM Control. If any are listed, remove or disable them.
    If you don't have any of those or if you do and disable them and are still having a problem, then I agree that you should Uninstall and the Install again. But this time download and SAVE the Uninstaller to your Desktop, Download and SAVE the Installer for IE to your Desktop. Close all browsers, disable any apps in the system tray that use Flash(messenger services, any Anti-Virus that runs in realtime) RUN the Uninstaller, Reboot. When fully rebooted, Reboot again to remove all files, the RUN the Installer and then Reboot Once.
    http://kb2.adobe.com/cps/141/tn_14157.html 
    http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_ax.exe 
    Check your Flash files, and the Shockwave Flash Object that it is enabled, go to the test site.
    Hope this helps.
    Thanks,
    eidnolb

  • Adding animated html 5 und js from flash into an existing muse site

    Hi Guys,
    i have a problem adding an animated flash content to a muse site.
    I have done an animation in flash und published it as a html 5 and a js file. fine!
    The next step i do is placing/or importing the html in muse.
    but how to put the js within a script tag, and the image i used in flash into my muse site?
    1. issue: when i combine both scripts (html and js in one script) it does not work/the animation does not work.
    2. issue: when i add the js into the page properties html head section it also doesnt work..
    so where is the problem? or how can i insert the js correctly? should i also upload the image file? where to upload the image file?
    I need this for an ongoing project!
    Thanks

    This is a reply to my own message. A work around that will allow our team to move forward is to make a screen capture of a screen capture. We have content experts who are equipped with Camtasia. These folks will make their narrated movies. I'll then capture their movies with Captivate's screen capture by following: Insert > Recording Slide. Google Chrome of course has the Flash player installed by default so I open the mp4 (M4V) or FLV movie via Chrome and use Captivate's Recording Slide, choose Video Demo option. This gets me a Camtasia screen capture into Captivate. Import audio on its own and it matches up with my test of a movie 1 minute long (longer videos might slip out of sync - will test this).
    However, the movie does not have the convenient playbar attached, so video navigation/control can be gained via a Captivate playbar for the slide itself. This offers a double set of navigation options b/c I also created my own set of navigation controls with Flash, but with a simple set of instructions users will know to use bottom playbar for video control and my flash buttons for slide navigation. Its a bit clunky, but this is what I have for now until the engineers have time to target the following:
    http://forums.adobe.com/thread/1090685?tstart=0
    PS I'm sure a simple javascript code could fix this, but for me javascript isn't so easy;)
    Happy Veterans Day!!

Maybe you are looking for

  • How to delete the value assignment in batches?

    Hi guys, How is it going? We want to delete one assigned value ( for example: the value " powder " in "state of matter " of " physical / chemical data ") in property tree for thousands of REAL_SUBs. But to my knowledge, I only know the way to delete

  • Where are the USB drivers for my MSI board??

    Got a new MSI board- VIA KM266 Pro + 8237 Chipset Based. I installed my new AMD 2300+, WIN XP, etc. I have a USB printer. Got everything installed, printed a test page, and then a document. Everything fine. THEN, I go to use my printer a few days lat

  • Coldfusion-out.log

    Does anyone know how to set up the CFAdmin to archive and create a new coldfusion-out.log file after it reaches a certain size? Our log file gets very large fairly quickly, and I believe is causing the server to slow down. In order to rename and crea

  • Physical SQL

    I have another question for the experts. I have tried accessing the SQL of a query through the presentation layer by going through Manage sessions....set variable loglevel 2 thru 5 and still keep getting the query in XML. How can I access the physica

  • Preferences module error

    I can not get preferences file to open so i can trash it. I am on a mac running LR5.3 CC having issues at start up error attempting to change modules. Very frustrated PLease Help!!