Placing Flash Video in DMX 2004

I have a masthead that is 760 px wide x 200 px tall. I have
created an animation from the center part of it (about 260px wide)
in After Effects and exported it as an FLV. Now I am trying to
place the FLV into the chopped masthead but when I preview it, all
I see is a white box.
I may be doing somethine else wrong hear as well so let me
elaborate. In the AE file, I have some artwork that goes above a
stock video clip that is at 30fps. When this 260 x 200 section is
added to the center protion of the full masthead, it completes the
full graphic...it's not like I'm just putting a full edge to edge
movie in. Anyway, I thought that by exporting as an FLV I could
keep the file small and get it to load quickly. I need this
animation to load into the center section of this logn graphic
without controls and I need it to loop and load quickly...I know I
said that twice.
I am using Flash 8 to author the FLV but I only have DMX 2004
for the HTML program.
Please help

You'll need to edit your SWF skin - no buttons, autoplay and
loop settings
in Flash.
It works OK in FireFox but I'm getting a white box in IE. So
you're missing
something - perhaps the correct object path to the swf file.
Make sure none
of your code is calling the file from your local disk.
src="myflash.swf"
instead of
src=file://mydocuments/myflash.swf
Place the ActiveX script call between the <head>
</head> tags. Upload the
ActiveX.js to same folder as your page. NOTE: DW8 places this
in a
"Scripts" folder in your local site folder (but doesn't tell
you). If you
upload the Scripts folder to server, then change this
<script language="JScript" type="text/jscript"
src="activateActiveX.js"></script>
to this
<script language="JScript" type="text/jscript"
src="Scripts/activateActiveX.js"></script>
Hope this all makes sense,
--Nancy O.
Alt-Web Design & Publishing
www.alt-web.com
"mgilvey_IPG" <[email protected]> wrote in
message
news:fcmoi0$bct$[email protected]..
> Thanks Nancy,
>
> I think I did, sort of what you suggested, I actually
have my laptop with
me
> to day which has Flash 8 /CS2 on it so I opened DMX and
placed the FLV.
Tested
> it and it worked. Transferred all files to my office
computer that only
has DMX
> 2004 on it and copied the object code from the DMX v8
and pasted it into
the
> cell where the FLV should go. It works but only locally.
I uploaded it to
the
> TEST sever and I just get a white box.
>
> Also, when I look at it locally, there is a Skin inside
the FLV which I
don't
> want but. I would also like it to loop.
>
> I also added a bit of code at the end of the page to fix
the Active X
but I
> don't think it is working.
http://www.tandbelectricllc.com/test/
>

Similar Messages

  • Placing Flash Video in Specific Location on Web Page

    Hi-
    Basic (I think) question here regarding Flash video on a web
    page created with DW8. I am trying to figure out how to have
    several thumbnail images on the right hand side of the page link in
    such a way that when they are clicked they will play the
    corresponding Flash video file in a player window on the left hand
    side of the page (something like a YouTube page layout). It seems
    like it should be simple enough to link the thumbnail images to the
    videos and then have the videos play in the player at a preset
    location on the page, however, I'll be darned if I can find
    anything on the Adobe site, tutorials, or the Web in general that
    addresses just how to do this. Maybe I'm just putting in the wrong
    search terms. Anyway, if you have any suggestions, tips or
    tutorials you can recommend I would surely appreciate it.
    -=SB

    hi,
    You can video on image click using the simple javascript.
    the script can be like this:
    <script language="JavaScript" type="text/JavaScript">
    function playVideo(val){
    document.getElementById('
    divLayer').innerHTML=
    '<OBJECT
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"\n'+
    ' codebase="
    http://macromedia.com/cabs/swflash.cab#version=6,0,0,0"\n'+
    ' ID=flaMovie WIDTH=320 HEIGHT=240>\n'+
    ' <PARAM NAME=movie VALUE="te.swf">\n'+
    ' <PARAM NAME=FlashVars VALUE="url=' + val+'">\n'+
    ' <PARAM NAME=quality VALUE=high>\n'+
    ' <EMBED src="te.swf" FlashVars="url=' + val+'"\n'+
    ' WIDTH=320 HEIGHT=240 \n'+
    ' TYPE="application/x-shockwave-flash">\n'+
    ' </EMBED>\n'+
    '</OBJECT>\n';
    </script>
    where
    divLayer is div layer insdie the body.
    And, for image click the function can be assigned like this
    <a href="javascript:playVideo(
    flvName.flv' )"> <img
    src="some.jpg"></a><br/>
    In the flash video player(te.swf in this case) you need to
    declare a variable called
    url
    and assign the video contentPath to url.
    I hope this works for you..

  • Juggling Acrobat "slide time" that has Flash video on a page

    I am trying to build a corporate slideshow from InDesign Mac over to Acrobat Pro 9.
    Once I get inside Acrobat Pro 9 "fullscreen" mode, I want each slide to play 5 seconds. (So far no problem.)
    But I have one page that has a properly placed Flash video in it -- a 30-second video.
    How can I get Acrobat to hold on that page/slide until the Flash video completes.
    So far, I can only get 5 seconds of the video, and then Acrobat rolls on to the next slide.
    I have not been able to find any solution online. Anyone have an idea?
    -- Jeff Y.

    I am trying to build a corporate slideshow from InDesign Mac over to Acrobat Pro 9.
    Once I get inside Acrobat Pro 9 "fullscreen" mode, I want each slide to play 5 seconds. (So far no problem.)
    But I have one page that has a properly placed Flash video in it -- a 30-second video.
    How can I get Acrobat to hold on that page/slide until the Flash video completes.
    So far, I can only get 5 seconds of the video, and then Acrobat rolls on to the next slide.
    I have not been able to find any solution online. Anyone have an idea?
    -- Jeff Y.

  • How to have web page open in same browser window after redirect in Flash video placed in Dreamweaver?

    Hello,
    Would be grateful if anyone can help me.
    website: www.Paris-Pet.com
    Currently, a flash video plays on the index page. The following action is placed in the last frame of the video in Flash:
    navigateToURL(new URLRequest("http://www.paris-pet.com/home.html"));
    This is working as intended with one exception: Instead of directing to the home page from the index page when the video is completed, it opens up the home page in a second browser window, leaving the empty browser window of the flash movie. This is not the seamless design I was hoping for, and I've also been told on some computers, blocking pop up windows is preventing them from smoothly transitioning to the rest of the web site.
    I would like the redirect to open the home page in the same browser window as the movie in the index page played.
    Please help. Print designer in over her head.
    JM

    Brilliant, Jon. Thank you so much. For those of you who stumble on this, I did have a tiny bit of trouble when I edited the actionscript; the video didn't play as expected. After trial and error, this is the code that worked both in playing the video and opening up in the same browser window:
    navigateToURL(new URLRequest("http://www.paris-pet.com/home.html"),"_self");
    The difference seems to be this:  ")     before the comma prior to "_self");
    Again, Jon -- thanks!
    Jack

  • Placing object over flash video flv

    Hi folks
    I am trying to place a link and an image over the top of a
    FLV component using css
    HOWEVER the objects are always covered by the flv
    I have achieved it before with CSS when working with an image
    (i.e. image in one DIV and positioned relative and the overlaying
    objects in another DIV positioned absolute to the image DIV) but
    never with an SWF or FLV
    Can anyone tell/advise me how to achieve this IF it is indeed
    possible.
    Or alternately another way apart from putting the flv in a
    swf with the link embedded in the swf
    Any help or advice much appreciated
    Cheers
    J

    IE6 playing at the same frame rate as Firefox.
    "julie.jenkinson" <[email protected]> wrote
    in message
    news:frcq50$ig3$[email protected]..
    > Hello!
    >
    > I've got a problem overlaying an image over a Flash
    Video.
    >
    > You can view a test page
    http://ll-lllll.com/essai_TEST.html
    > It's just a video playing, and when you hover over it,
    it displays some
    > info
    > on top of it.
    >
    > I'm using DIV layers in DW for both the video and the
    image, and I've
    > added
    > the wmode=opaque parameter in the code so that the
    z-order of the layers
    > is
    > taken into consideration.
    > Now, everything's look ok in Firefox, but in Internet
    Explorer the video
    > plays
    > at a very slow frame rate (the semi transparent info
    image isn't the
    > source of
    > the problem). Do you maybe know another way to do this,
    so that it works
    > fine
    > in all browsers?
    >
    > Thanks,
    >
    > Julie.
    >

  • Problem with Flash video in webpage

    I've encoded a number of videos in the FLV format(using both
    Flash Video encoder and Quicktime), using standard preset settings,
    inserted in webpage using dreamweaver standard - Insert Media -
    Flash Video. When I try to play the videos, online or testing in
    browser, the video does not play the whole way through. It'll play
    15 sec into the video and then stop, although it seems to have some
    of the rest of the video if you play around with the controller.
    I've looked on the Flash encoding forum (other people have the same
    problem) and looked on the site for more info but cannot find
    any.

    Have you checked to see if the FLV is the same size on the
    server as your
    local copy?
    Nancy Gill
    Adobe Community Expert
    Author: Dreamweaver 8 e-book for the DMX Zone
    Co-Author: Dreamweaver MX: Instant Troubleshooter (August,
    2003)
    Technical Editor: Dreamweaver CS3: The Missing Manual,
    DMX 2004: The Complete Reference, DMX 2004: A Beginner's
    Guide
    Mastering Macromedia Contribute
    Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced PHP
    Web Development
    "malton05" <[email protected]> wrote in
    message
    news:f6e7ke$dig$[email protected]..
    > I've encoded a number of videos in the FLV format(using
    both Flash Video
    > encoder and Quicktime), using standard preset settings,
    inserted in
    > webpage
    > using dreamweaver standard - Insert Media - Flash Video.
    When I try to
    > play the
    > videos, online or testing in browser, the video does not
    play the whole
    > way
    > through. It'll play 15 sec into the video and then stop,
    although it seems
    > to
    > have some of the rest of the video if you play around
    with the controller.
    > I've
    > looked on the Flash encoding forum (other people have
    the same problem)
    > and
    > looked on the site for more info but cannot find any.
    >

  • Flash Video problem on one particular website.

    I am trying to play Progressive Download video on a website.
    I do this
    at least 20 times a month .. no issues. This one site will
    not show up and
    I have redone the page approx. 20 times with no results in
    any browser.
    The page is in my root .. the FLV is in a folder called video
    .. the script
    is in the Scripts folder. The ProgressiveFLV and skin swfs
    are in the main
    folder.
    I use an identical configuration on other sites on the same
    server with no
    problem. It tests perfectly in localhost. But nothing shows
    up on the
    server.
    and YES .. I DID FTP the scripts folder. I solve this problem
    for people
    every day of the week .. but I can't get this site to work.
    Any thoughts?
    http://www.otglifestyle.com/video1.html
    On the last attempt, it actually crashed Firefox .. anyone
    know what is
    going on here?
    Thanks!
    Nancy Gill
    Adobe Community Expert
    Author: Dreamweaver 8 e-book for the DMX Zone
    Co-Author: Dreamweaver MX: Instant Troubleshooter (August,
    2003)
    Technical Editor: Dreamweaver CS3: The Missing Manual,
    DMX 2004: The Complete Reference, DMX 2004: A Beginner's
    Guide
    Mastering Macromedia Contribute
    Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced PHP
    Web Development

    Nope. Looks good though and glad you got it sorted.
    --Nancy O.
    Alt-Web Design & Publishing
    www.alt-web.com
    "Nancy - Adobe Comm. Expert" <[email protected]> wrote
    in message
    news:f6efg8$mqv$[email protected]..
    > Okay .. my problem turned out to be a mimetype that
    needed to be added on
    > the server at CrystalTech. They added it and now my
    Flash Video works. I
    > have added Flash video to many CrystalTech accounts in
    the past and this
    has
    > never happened. I am not sure why it wasn't already on
    this account as
    this
    > was a premium account .. I guess I should have gotten
    the cheap one. :)
    >
    > Have others had this problem with their hosts? I wasted
    a couple of hours
    > thinking the problem was me and it was not.
    >
    > Nnacy
    >
    >

  • Flash Video plays locally, but not on web

    I have a htm page that I have inserted a Flash Video. It
    plays locally, but not when I have it on the web. I get nothing -
    no skins, nothing. If I rt click, there are the settings for flash.
    I have the scripts in my scripts folder - double checked that. Can
    anyone see what I'm doing wrong?
    Here is the link.
    http://www.metuchen-edisonymca.org/video/test.htm

    right off the top ..
    You have two script calls to the Scripts folder and file ..
    one is root
    relative and the other goes up one level. One of them needs
    to be removed.
    Nancy Gill
    Adobe Community Expert
    Author: Dreamweaver 8 e-book for the DMX Zone
    Co-Author: Dreamweaver MX: Instant Troubleshooter (August,
    2003)
    Technical Editor: Dreamweaver CS3: The Missing Manual,
    DMX 2004: The Complete Reference, DMX 2004: A Beginner's
    Guide
    Mastering Macromedia Contribute
    Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced PHP
    Web Development
    "motomoto111" <[email protected]> wrote in
    message
    news:fm8808$7lo$[email protected]..
    >I have a htm page that I have inserted a Flash Video. It
    plays locally,
    >but
    > not when I have it on the web. I get nothing - no skins,
    nothing. If I
    > rt
    > click, there are the settings for flash. I have the
    scripts in my scripts
    > folder - double checked that. Can anyone see what I'm
    doing wrong?
    >
    > Here is the link.
    >
    >
    http://www.metuchen-edisonymca.org/video/test.htm
    >

  • Squashed Flash Video in iWeb

    This is a stumper and I could really use a freah perspective on it. 
    I have been trying to get a Flash movie on my iWeb site bu using the instructions on the iWebUnlimited site here...
    http://iwebunlimited.com/iweb-tips/iweb-tip-9-flash-video-in-iweb-jw-player/
    The problem I have is that when I publish my changes in iWeb and point my browser to the page the movie is on, the movie plays as a litttle squashed box in the middle of the player.  Let me explain...
    I followed the instructions on the iWebUnlimited site to the letter.  I have downloaded the .swf and .js files, placed them in a folder called "flash" on my iDisk as well as my .flv movie file and a screengrab of the same size.
    I have changed all the parameters in the HTML code to point to my iDisk and the relavent files.
    I have changed the video dimensions to that of my newly encoded .flv video  (640 x 352 - in ffmpegx)
    When I go to my movie page in my browser, I see the still shot I took as a place marker in the right dimensions.  Yet when I play the movie, although the player is the size I requested - 640 x 352 - the actual movie plays inside it as a squashed box.  Take a look at the screenshot below to see what I mean.
    The video should fill the black areas, but whatever I do this is the result...
    Here is the info on the flash video I uploaded to my iDisk and how is should look...
    And here is the HTML code with the same dimensions input in iWeb before I published.  I have changed my username back to "username" for this screenshot FYI...
    The weird thing is - I uploaded a flash movie a couple of years ago to the same page and it plays ok - looks fine.  Shame I can't remember how the **** I did it!  I wondered if having 2 flash movies on the same page were causing the problem, so I deleted the old one.
    Same result.
    I created a new fresh movie page and tried that - same result again.
    I thought that maybe each movie needed it's own set of .swf and .js files as the 2 movies are of different dimensions, each player would need to be different dimensions also....?
    So I even added another set of .swf and .js files.  I tried copying the 2 sets of movie files to individual folders, but iWeb didn't see them at all - it only seems to see them is they are in a folder called "flash" in my "Web >Sites" folders on my iDisk.
    I was wondering even if it was down to the encoding of the video, which I did in ffmpegx.  I did have to do it in a roundabout way...
    In Final Cut Pro I exported a full quality QT movie - ProRes422 1280 x 720 that turned out at 5.32 GB and 12 mins 5 secs in duration.
    This is not recognised by ffmgegx, looks like the ProRes codec has it confused.
    So I put it into Compressor and re-encoded it as a H.264 movie 1280 x 720 that turned out at 1.72 GB.
    When I put this into ffmgegx it encoded just fine, but stopped after 7 mins and 7 secs.
    I tried a hundred different ways but it always stopped at 7m7s...
    So I eventually dropped it onto a droplet I downloaded somewhere to convert videos for Vimeo HD  - 1280 x 720.  I dropped this into ffmpegx and Hey Presto - it worked!
    So I now have my full length .flv movie at my 640 x 352 on my iDisk with iWeb pointing at it and the correct dimensions input in the HTML code, and it STILL comes out squashed....
    if anyone has a clus what is causing this or what I am doing wrong, I will be forever in your debt! 
    I know this is an epic mail, but I wanted to give all the info I can......

    If you are using a SWF or FLV you don't need to use the JW player assets. Just reference the file in an iFrame code....
    http://www.iwebformusicians.com/Website-Movie-Video/Flash-SWF-FLV.html
    Adjust the dimensions of the frame to fit the movie and control bar if necessary.
    This page shows the JW using the embed code and the javascript version...
    http://www.iwebformusicians.com/Website-Movie-Video/JW-Media-Player.html
    If you want to us the JW player using the javascript shown on the iWeb unlimited site, you need to adjust the player frame dimensions to suit the control bar position that you specified. I notice that this website doesn't mention the fact that the control bar position can be changed - normally "bottom" or "over". If you set the control bar to "bottom", the frame height needs to be increased. Also the javascript shown is not the latest one where you can specify all the custom options.
    If you use the javascript that I employed for the second example on the iWeb for Musicians site, you can do a lot of customizing and specify flash with fallback to HTML5 or vice versa.

  • Flash:  Video--  Flvplayback--using SWF file in dreamweaver.

    I have placed a video into flash cs3 and made the swf file
    using the flvplayback, and i have put the swf or published it
    ...putting it in dreamweaver, I can see the video and hear the
    sounds when I preview in firefox or iexplore however once I put in
    my server I cannot see anything or hear anything. It does not show
    up,. Can anyone help me with this problem. I just took the SWF file
    and uploaded it through dreamweaver using the insert, media,, flash
    and placed in my template.

    AC_FL_RunContent( 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','wid th','1000','height','400','src','descarga
    total1','quality','high','pluginspage','
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movi e','descarga
    total1' ); //end AC code
    </script><noscript><object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0"
    width="1000" height="400">
    <param name="movie" value="descarga total1.swf" />
    <param name="quality" value="high" />
    <embed src="descarga total1.swf" quality="high"
    pluginspage="
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"
    type="application/x-shockwave-flash" width="1000"
    height="400"></embed>
    </object>

  • Embedding Flash Video manually

    I'd like to bypass the pre-set player and skins one uses with
    "insert flash video."
    If I create my own player in Flash, and publish, how many
    files will I end up with? Is it one Flv file and one swf file for
    the player? Or is it 3 files? one "generic" swf(the one names the
    same as the fla document) , one swf for the player and one flv?
    And if so, how do I embed it into my page? Do I simply
    "insert flash" with the "generic" swf file, and then place the
    other two in the same directory?
    The reason I'm asking is this: in Flash 8, as a test, I
    imported my flv, chose a skin and then published. I ended up with 4
    files: 2 swf (one for the player and one "generic" + the flv file +
    1 html file that i don't understand at all.
    I then "inserted flash" in DW (choosing the "generic" swf). I
    placed the flv + the skin file into the directory.
    When previewing locally I see the flv but without the skin.
    When viewing live, it takes a little time for the video to
    appear, and then still no skin and lots of stuttering.
    So, to sum up: what is the best way to embed flv without
    using the "insert flash video" presets in DW?
    Thanks.

    Use Code view. Copy the code from the Flash Generated HTML
    page between the
    <object id.... </object> tags and paste into your DW
    page where you want
    the video to appear.
    Upload all required files (swf, flv, images for player skin)
    into a folder
    or path where your DW page will be located.
    --Nancy O.
    Alt-Web Design & Publishing
    www.alt-web.com
    "tenorocity" <[email protected]> wrote in
    message
    news:fge779$92q$[email protected]..
    > I'd like to bypass the pre-set player and skins one uses
    with "insert
    flash
    > video."
    >
    > If I create my own player in Flash, and publish, how
    many files will I
    end up
    > with? Is it one Flv file and one swf file for the
    player? Or is it 3
    files?
    > one "generic" swf(the one names the same as the fla
    document) , one swf
    for the
    > player and one flv?
    >
    > And if so, how do I embed it into my page? Do I simply
    "insert flash"
    with
    > the "generic" swf file, and then place the other two in
    the same
    directory?
    >
    > The reason I'm asking is this: in Flash 8, as a test, I
    imported my flv,
    > chose a skin and then published. I ended up with 4
    files: 2 swf (one for
    the
    > player and one "generic" + the flv file + 1 html file
    that i don't
    understand
    > at all.
    >
    > I then "inserted flash" in DW (choosing the "generic"
    swf). I placed the
    flv
    > + the skin file into the directory.
    > When previewing locally I see the flv but without the
    skin.
    >
    > When viewing live, it takes a little time for the video
    to appear, and
    then
    > still no skin and lots of stuttering.
    >
    > So, to sum up: what is the best way to embed flv without
    using the
    "insert
    > flash video" presets in DW?
    >
    > Thanks.
    >
    >
    >
    >
    >

  • More Flash Video controller skins

    I use DW CS3. I'm a very basic-level user doing business
    sites/pages and need to get things moving fast. I'm not much into
    HTML coding.
    I love the fact that when I have a page in DW it's simple to
    choose "Insert - Media - Flash Video..." and I get the list of
    choices for the file to insert and the dropdown of built-in
    players/skins to use. I typically create 640x480 videos and I
    typically choose the last one in the list: Halo 3. I always just
    choose "Detect Size" and that's it.
    However, I really need to add "current time" and "total time"
    indicators ("Min:Sec" format) so viewers will know the time they're
    in for and so I can have advisors comment on particular sections in
    the content of given videos.
    I really, really, REALLY want to end up with the same
    luxuriously simple functionality that I have now with the current
    built-in choice: Just choose it from the drop-down, choose "Detect
    Size" and be done with it and move on.
    I'd also really like to stay with the generally minimalistic,
    clean, sleek, professional look that the Halo skin provides (well,
    it's very similar to the typical YouTube skin for that matter).
    And I'd really like for it to be truly debugged and 100%
    reliable, functional, and compatible with the DW CS3 program.
    I'm happy to pay to buy what I'm after.
    (Note: If it just can't be done and doesn't exist, then
    please guide me to the simplest path for achieving the closest
    thing to this by placing HTML code and files in folders as needed
    -- or anything else you can suggest.)
    Thanks!

    >>I'm not much into HTML coding.
    Then DW isn't going to be of much use to you.
    Walt
    "JayNewWeb" <[email protected]> wrote in message
    news:ge3kmt$884$[email protected]..
    >I use DW CS3. I'm a very basic-level user doing business
    sites/pages and
    >need
    > to get things moving fast. I'm not much into HTML
    coding.
    >
    > I love the fact that when I have a page in DW it's
    simple to choose
    > "Insert -
    > Media - Flash Video..." and I get the list of choices
    for the file to
    > insert
    > and the dropdown of built-in players/skins to use. I
    typically create
    > 640x480
    > videos and I typically choose the last one in the list:
    Halo 3. I always
    > just
    > choose "Detect Size" and that's it.
    >
    > However, I really need to add "current time" and "total
    time" indicators
    > ("Min:Sec" format) so viewers will know the time they're
    in for and so I
    > can
    > have advisors comment on particular sections in the
    content of given
    > videos.
    >
    > I really, really, REALLY want to end up with the same
    luxuriously simple
    > functionality that I have now with the current built-in
    choice: Just
    > choose it
    > from the drop-down, choose "Detect Size" and be done
    with it and move on.
    >
    > I'd also really like to stay with the generally
    minimalistic, clean,
    > sleek,
    > professional look that the Halo skin provides (well,
    it's very similar to
    > the
    > typical YouTube skin for that matter).
    >
    > And I'd really like for it to be truly debugged and 100%
    reliable,
    > functional,
    > and compatible with the DW CS3 program.
    >
    > I'm happy to pay to buy what I'm after.
    >
    > (Note: If it just can't be done and doesn't exist, then
    please guide me to
    > the
    > simplest path for achieving the closest thing to this by
    placing HTML code
    > and
    > files in folders as needed -- or anything else you can
    suggest.)
    >
    > Thanks!
    >
    >
    >

  • Placing a video from URL - Youtube

    Youtube converts videos to MPEG-4 H.264 format which is suppose to be supported for the placing a video from url tool in InDesign CS5.5. 
    Does anyone knwo why this does not work?  I nwo that it can be done by creating a flash player, but not interested in the extra work. 

    You cannot link directly to the video stream on YouTube - the URLs point to an HTML fragment which in turn loads an instance of their player widget, so InDesign doesn't see it as a valid rich media format.
    The only legal way to play YT-hosted videos within a non-HTML document is to implement  their public API within your own Flash project, and embed the SWF as a rich media object. Joel Geraci wrote a SWF wrapper for use in PDF files which does this.

  • Flash Video not showing on Server

    Hi, wonder if anyone can help on this one. Going round in circles. Not sure why, should be simple enough.
    I have created a Flash Video in Flash 8 and published and picked up in Dreamweaver 8. Published files were sample.swf, sample.html and SteelExternalAll.swf (skin). Publish settings were: Format - Flash SWF and HTML; default Flash settings with local playback security set to access local files only; default HTML settings.
    In Dreamweaver, sample.html is accessed via an iframe in test.php. In Preview mode, everything is as it should be with the Video showing. The problem is, when I upload all the files to the Server, the video is not displayed including the skin. Instead, all I get is the border of the iframe with a red rectangle showing where the video should be.
    Hope someone can help. Pulling my hair out on this one and get the feeling there is a simple explanation.
    Thank you in advance.

    First get the video to play in the web page that you accessing in iframe;
    http://79.170.40.41/booksat.com/videos/elaine.html
    For testing purposes get rid of all that old, outdated Flash detection code and instead just use:
    <!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>Elaine</title>
    </head>
    <body>
    <object data="elaine.swf" type="application/x-shockwave-flash" width="400" height="345"><
      param name="movie" value="elaine.swf"> 
    </object>
    </body>
    </html>
    No skin but you should at least see the video... worry about the skin later....
    But you also need to make sure that you have all the files uploaded, the .swf, the skin .swf and the .flv video file and that they are pathed correctly. Keep in mind that pathing to the Flash assets need to be relative to the Web page that the .swf video player is on, NOT the physical location of the .swf or the .flv file.
    But get the video playing correctly on the elaine.html before you consider putting it in an iframe.
    For a quick review on pathing Flash:
    Pathing issues
    Almost always when it works on the local machine and not the server, it's a pathing problem.
    You can put your Flash related files in whatever folders you want, they do NOT have to be in the root, they do NOT all have to be in the same folder. But if you have a problem and if sticking them all in the root folder works, then you know that the issue was a pathing problem.
    Just remember that paths used in the .swf become relative to the Web page on which the .swf is placed, NOT it’s physical location.  So for example, if your .swf is in the flash/data folder and you use that .swf on a Web page in the root folder, you are in effect, removing that .swf from flash/data and putting it in root. So if the .swf is loading any related files (xml, images, video, etc), the path used inside the .swf to load the .xml file has to be relative to it's new location in root and then back down into flash/data. This is true even though when testing the .swf by itself, it can be inside flash/data and work just fine, since relative to it's location, the path is just fine, they are in the same folder. But if that same path is used when the .swf is placed on a page two folder levels up, the relative path has changed, the old "same folder" path will not work.
    In fact if you are placing the .swf on a web page in a different folder than the .swf is stored in, and that .swf calls external assets, then direct clicking and opening of the .swf in it’s folder should NOT work! That’s because the paths to the external assets should be relative to the Web page and not the physical location of the .swf.
    So just be sure that you use addresses relative to the final Web page locations (not physical file locations) and you can put the Flash related files in what ever folders you want.
    Best wishes,
    Eye for Video
    www.cidigitalmedia.com
    Best fo luck to ya!
    Adninjastrator

  • Flash Video Exporter plugin for FInal Cut Pro

    Does anybody know how to install the Flash Video Exporter
    plugin for Final Cut Pro so it shows up as an option in FCP?
    I want to create FLVs directly from FCP.
    Thanks

    http://www.adobe.com/devnet/flash/articles/flv_exporter_03.htm
    Scroll Down - its about mid page
    This is on the intro page:
    Note: You must have Flash MX Professional 2004 installed on
    your machine to use the Flash Video Exporter with your video
    editing application. The only exception is using the exporter in
    Demo Mode.

Maybe you are looking for

  • How to launch my java application in a web browser?

    Hi. I try to launch my java application, e.g. "HellowWorld.java", using web browser. 1. How can I change my java application program to java applet in general way? I read "Java: An Introduction to Computer Science and Programming, Third Edition" by W

  • SUN Ultra-2 with Solaris 9 constantly self reboots

    The Ultra-2 self reboots several times per day. It is a kernel problem but I was unable to find a solution, so I hope that someone from this forum will help me. The uname information is: SunOS ermis 5.9 Generic_118558-14 sun4u sparc SUNW,Ultra-2 The

  • Which camera

    i am start a photo biz  i like to shoot a lot of nature and scenic stuff   would like to know whats a good starter camera. have considered the kodak easy share z980. also would like to know about a starter slr

  • Problems with colors in iWork

    I have just installed my iWork 08' - got it for free at a friend - but as i opened Keynote for the first time, all colors were strange. It was like they were negative. The only color showing was white, with a purple shadow, and the sample pictures we

  • Why is ENTIRE rt.jar loaded into memory?!?!?

    We're developing under JDK 1.4-beta2 and are close to releasing to in-house use of our application. One thing noticed is that the entire rt.jar and other jars get loaded into memory equaling ~45MB !! I am amazed if this is 'normal' behaviour. Are we