Help inserting flash video

HI i am new to dreamweaver and would like some help. I
created a flash picture slideshow but when i attempt to put this
into dreamweaver all i get is a white box when i load the website.
Can someone please explain to me what needs to be done.

did you upload the .swf file?
zeldafan2001 wrote:
> HI i am new to dreamweaver and would like some help. I
created a flash picture
> slideshow but when i attempt to put this into
dreamweaver all i get is a white
> box when i load the website. Can someone please explain
to me what needs to be
> done.
>

Similar Messages

  • Need Help with Flash Video

    Hi, I have a template set up for a site with editable regions
    for text. I have been trying to insert Flash Video Content, and
    once I complete entering it in the popup window with settings, etc.
    I get the following message "Making this change would required
    changing code that is locked by a template or translator. The
    change will be discarded." When I hit ok it disappears and the
    video and code associated are nowhere on my page. What am I doing
    wrong? Is there a setting to change in CSS templates to allow one
    to insert Flash video?
    Thanks for any help!

    Also, you need to DISABLE the Flash detection when you insert
    the video.
    This is to prevent the insertion process from trying to write
    that detection
    call into the body tag of the child page, which is locked.
    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
    ==================
    "Nikitadog31" <[email protected]> wrote in
    message
    news:g7lfjt$kh$[email protected]..
    > Thanks, that worked perfectly!

  • Update for Insert Flash Video command

    I looked at DW for the very first time, having recently
    upgraded all my hardware and software. I now have the full Master
    Collection - very exciting. Opened DW with great trepidation after
    a lifetime with my beloved GoLive and was confronted with the
    strong recommendation to do an update to protect against
    insecurities arising with the Insert Flash Video Command.
    Eventually I printed out the instructions provided in the technote
    and followed them to the letter. All went well until the
    verification stage. The technote tells me that the updated files
    should have a creation date of 15th January 2008. Mine was 9th
    January. I just want to know if this matters? Do I need to repeat
    the whole procedure as the instructions tell me I should if the
    files are not updated. In fact they have updated but just not to
    the correct date. And why should it turn out any differently if I
    do it again? I am puzzled.
    I have obviously never used the Insert Flash video command
    since I've never even used DW itself so maybe I didn't even need to
    do the update at all in the first place anyway. But I thought I'd
    better, in case I used the command at some time in the future,
    although the possibility of me using something so technical seems
    remote at this stage. (I am yet to learn Flash.)
    I updated both DW and Contribute as suggested in spite of not
    even knowing what Contribute is for yet.

    The "Security Update Available" still shows on my welcome
    screen, even after updating it.

  • Insert flash video? Won't play

    Any tips on inserting Flash video into a project in Captivate 4?
    I can get video to appear an play in Preview, but after publishing, the video doesn't appear and the slide forwards.
    (Also, there seems to be a conssitent problme where preview is inaccurate.)

    The videos are in the same folder as the project, and they appear in the published folder.
    Tried path 2 ways:
    myvideo.flv
    /myvideo.flv
    Neither made a difference.
    There are 3 videos on this slide --- could that be a problem?

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

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

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

  • Insert flash video problem

    Hi all,
    I know this question has been asked before, but I've tried
    all the solutions offered and none worked.
    I am using the command "Insert -->Flash Video" to insert a
    video on a web page (using DW8). Plays locally, but not after
    upload. Scripts folder and both the skin and
    FLVPlayer_Progressive.swf file are uploaded to the appropriate
    places. I've tried on multiple computers and in multiple browsers
    and can't figure why it won't work.
    Here it is on a
    test page. Should play in box and flv file is only a little
    over 1MB.
    Any suggestions would be very appreciated. I'm ready to pull
    my hair out.
    Thanks in advance.

    Guessing here but, is there supposed to be a blabla .flv file
    on the server
    or in your code?
    "ptvsavant" <[email protected]> wrote in
    message
    news:f8df88$dn2$[email protected]..
    > Hi all,
    > I know this question has been asked before, but I've
    tried all the
    > solutions
    > offered and none worked.
    >
    > I am using the command "Insert -->Flash Video" to
    insert a video on a web
    > page
    > (using DW8). Plays locally, but not after upload.
    Scripts folder and both
    > the
    > skin and FLVPlayer_Progressive.swf file are uploaded to
    the appropriate
    > places.
    > I've tried on multiple computers and in multiple
    browsers and can't figure
    > why
    > it won't work.
    >
    >
    http://channel2.org/test/new07/vidtest.html
    Should play in box and flv
    > file is
    > only a little over 1MB.
    >
    > Any suggestions would be very appreciated. I'm ready to
    pull my hair out.
    >
    > Thanks in advance.
    >

  • Help with flash video buffering

    I need help with flash video buffering. I've created a
    buffering graphic to show up when the clip is loading. The problem
    that I'm having is that when the video finishs playing, the buffer
    is empty and the graphic pops back on. The following is the code
    that I'm using to call and buffer the video. Any help would be
    great!
    stop();
    var nc:NetConnection = new NetConnection();
    nc.connect(null);
    var ns:NetStream = new NetStream(nc);
    ns.setBufferTime(10);
    ns.onStatus = function(info){
    if(info.code == "NetStream.Buffer.Full"){
    bufferClip._visible = false;
    if(info.code == "NetStream.Buffer.Empty"){
    bufferClip._visible = true;
    if (info.code == "NetStream.Stop") {
    bufferClip._visible = false;
    theVideo.attachVideo (ns);
    ns.play("my_clip.flv");
    rewindButton.onRelease= function(){
    ns.seek(0);
    playButton.onRelease= function(){
    ns.pause();
    }

    Again thank you for your help in advance...
    I put the script folder into the root. As far as the .flv
    file it is showing up as being "put" to my web server. when i
    checked the root folder it is there. again i am having the same
    problem.. the local view works but when i check it on the web it
    just shows that there should be a flash video there but it does not
    show up.
    i created a new root for this test page the new link is..
    http://www.wfwa.org/TESTindexfolder/TESTindex.asp
    here are the files that are showing up in it...
    flashprojectwebvid.fla
    flashprojectwebvid.html
    flashprojectwebvid.swf
    PBSpromo.flv
    SteelExternalPlaySeekMute.swf
    TESTindex.asp
    and the Scripts folder
    thanks again for any help..

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

  • Insert Flash Video

    Using Dreamweaver 8 I have created a site with PHP/MySQL that
    is similar to YouTube. I am using the database to store the
    filename for each uploaded FLV. I have a search page which will
    return results listing page, and then go to a details page when one
    of the results is clicked. So, on my details page, I want to insert
    an FLV player using the Insert>Media>Flash Video function in
    Dreamweaver. This brings up the window where you browse for your
    FLV file and select a skin, etc. When I click on Browse, another
    window pops up which allows you to navigate to the file, but also
    gives you the option to Select file name from Data Sources. When I
    choose data sources and select the appropriate field in my
    recordset which contains the file to be played and click Choose,
    and then then OK on the previous window, I get an error that my URL
    cannot contain any special characters.
    I thought this could work the same way as an image place
    holder.
    What am I doing wrong? Can I have an empty FLV player on a
    page which gets the correct file to play from a MySQL databse with
    PHP?

    > (Insert>Media>Flash Video)
    this requires a .flv file, not .swf
    > "The URL cannot contain spaces or special characters.
    Change the path or
    > file
    > name and try again"
    This is a very unhelpful message unfortunately (o:
    Hope this helps
    Jo
    "Fred1000" <[email protected]> wrote in
    message
    news:evtgqe$s3p$[email protected]..
    > Attempting to insert a flash video onto a page with the
    controls.
    > (Insert>Media>Flash Video) After choosing the .swf
    file and setting other
    > parameters on the dialogue box, click ok and get message
    >
    > "The URL cannot contain spaces or special characters.
    Change the path or
    > file
    > name and try again"
    >
    > I dhose the file through the browse button and is doc
    relative. Name is
    > cooktest.swf. Site name is Maria_Site.
    >
    > Was just experimenting to see how this feature worked.
    Rest of site is
    > working
    > fine, in fact have two .swf files on the site where I
    just inserted them
    > with
    > out controls.
    >
    > Any help appreciated.
    >
    > Fred
    >

  • Trying to insert flash video onto website

    I'm using Dreamweaver and have been trying to embed a flash
    video onto my web page. I have inserted the proper file, but I
    think I need to reference the start.exe file to get the movie to
    play. Any help? This is the code so far:
    <object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"
    name="biz" width="600" height="400" id="biz">
    <param name="movie" value="
    http://www.twosapair.com/SteelExternalAll.swf">
    <param name="quality" value="high"><param
    name="BGCOLOR" value="#0000FF"><param name="LOOP"
    value="false">
    <embed src="
    http://www.twosapair.com/SteelExternalAll.swf"
    width="600" height="400" loop="false" quality="high" pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    type="application/x-shockwave-flash" name="biz"
    bgcolor="#0000FF"></embed>
    </object>

    It's not a mime problem. It's a file not there problem.
    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
    ==================
    "G" <[email protected]> wrote in message
    news:eq1lid$10q$[email protected]..
    >I have in the past had to change MIME types - but thats
    on a MS server,
    >yours is apache... Does the same thing apply ?
    >
    > Checkout -
    >
    http://livedocs.macromedia.com/flash/8/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context= LiveDocs_Parts&file=00001577.html
    >
    > Gerry
    >
    >
    >
    >
    http://www.UsableHost.co.uk
    >
    >
    > "Murray *ACE*" <[email protected]>
    wrote in message
    > news:epvi8g$f8j$[email protected]..
    >>I see the Scripts folder, but this file is still not
    there -
    >>
    >> <embed src="FLVPlayer_Progressive.swf"
    >>
    >> --
    >> 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
    >> ==================
    >>
    >>
    >> "LexFaure" <[email protected]>
    wrote in message
    >> news:epvi04$f0u$[email protected]..
    >>> Thanks guys - this was a great help - ofcourse I
    did not post the folder
    >>> or the
    >>> swf files. Sorry for such basic errors.
    >>> But the pages still do not work. Now I get a
    square for the movie - but
    >>> nothing happens?
    >>>
    >>
    >>
    >
    >

  • Insert Flash Video MUTED

    Hi,
    I have an embedded FLV in a Dreamweaver page, inserted using
    the
    Insert > Media > Flash Video menu item and using the
    Clear Skin 1 skin. Everything's been working well, but now
    the client would like the movie to start MUTED with the option for
    the user to turn the mute button off (or turn volume on).
    I've tried using FlashVars (value="volume=0") and that
    doesn't seem to work.
    Is there some easy way of doing this or do I have to go back
    to Flash and do it there?

    > (Insert>Media>Flash Video)
    this requires a .flv file, not .swf
    > "The URL cannot contain spaces or special characters.
    Change the path or
    > file
    > name and try again"
    This is a very unhelpful message unfortunately (o:
    Hope this helps
    Jo
    "Fred1000" <[email protected]> wrote in
    message
    news:evtgqe$s3p$[email protected]..
    > Attempting to insert a flash video onto a page with the
    controls.
    > (Insert>Media>Flash Video) After choosing the .swf
    file and setting other
    > parameters on the dialogue box, click ok and get message
    >
    > "The URL cannot contain spaces or special characters.
    Change the path or
    > file
    > name and try again"
    >
    > I dhose the file through the browse button and is doc
    relative. Name is
    > cooktest.swf. Site name is Maria_Site.
    >
    > Was just experimenting to see how this feature worked.
    Rest of site is
    > working
    > fine, in fact have two .swf files on the site where I
    just inserted them
    > with
    > out controls.
    >
    > Any help appreciated.
    >
    > Fred
    >

  • Inserting Flash Video - Syntax Error

    Hello,
    I used the Insert menu to add a flash video file to my page. There is some kinf of syntax error on this line:
    swfobject.registerObject("FLVPlayer");
    I am validating for HTML4.
    The video plays in preview, but not when uplaoded. Any ideas?
    Mike

    I am so embarassed. The problem? my extension was .FLV, not .flv. I changed the case and everythng works now. I had no idea that extensions are case-sensitive.
    Thanks so much for all your help. Like I said, I am embarassed and apologize that I wasted your time.
    But I do wonder why case didn't matter when previewing. Could that be a domain server setting?
    Mike

  • Help on flash video pls

    i have insert a flash video into my webpage using
    dreamweaver. but when i pressed F12 , the page load with showing my
    video at all! but there is a message displayed at the video space
    there saying " click here to acitivate and use this control". when
    i clicked it , nothing shown..
    pls help!! thanks.

    Are you using an .flv file? Can you post your code?

  • Inserting Flash video in Dreamweaver

    This is my first time using Dreamweaver and it's been a blast but I get to the point of needing to insert a Flash video and it gives me a message: "Making this change would require changing a code that is locked by a template or a translator.  The change will be discarded."
    Is the template the index page I use as my template for other pages?
    What code is it that I need to change to insert the video?

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

  • Inserting Flash Video

    Hi
    When I try to insert a video into a web page, I keep getting
    the message 'The URL cannot contain spaces or special characters.
    Change the path or file name and try again.' BUT there are no
    spaces or special characters, and the same message appears with any
    video I try to insert. Is this a problem because I am using the
    trial version of Dreamweaver, or is it another issue???

    Post a link to the page that is not working, please.
    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
    ==================
    "glenski" <[email protected]> wrote in
    message
    news:eo10lo$ebr$[email protected]..
    >I had the same problem and it was because I was using the
    .swf file. When I
    > switched to the.flv file, it worked fine. I can view it
    in preview. My
    > problem
    > is when I upload all the files to my website, none of
    the flash works. My
    > flash
    > files that I create in Photoshop work just fine.
    >

Maybe you are looking for

  • Reset my Ipod and all my songs are gone - and I can't get them off itunes!!

    I recently reset my ipod because it was frozen. Now I find that most of my music - the stuff I purchased from itunes is no longer on it. Even though my laptop is authorized - and the only computer I have that's authorized - it won't let me update my

  • PO condition type calculation formula.

    Dear there,       Hallo, i going to develop a customize create Purchase order screen (same like ME21n), and i facing a problem in the condition type calculation part, because i dun know how to get the formula of each condition type calculation so i c

  • Bind ComboBox to database attribute

    Is it possible to bind a combo box component to a database attribute ? this time i'm catching information selected from the JComboBox and updating the attribute value manually. I've found JUArrayComboBox, but it is not appropriate for this usage (I T

  • Month and year individually print

    Hi Friends, I want to know we having any system field to print date and month individually print on the smartform. Have u any suggestion for it. Waiting for ur response. Regards, Swapnika

  • Gmail & Apple Mail glitch--can't download msgs to two computers?

    I have two Mac laptops with two Apple Mail accounts (one is new MacBook Air). When I get a new message in Gmail, it only downloads to whichever computer I open next and does not download to the other. Is there any setting in either Mail or Gmail POP