Flash Video with components

Hi all,
I am aware there are a couple of different methods for
playing/streaming FLV files in flash, one being the FLV Playback
component and setting the path to the FLV file in the parameters
panel and the other method using the (Library > New Video)
method and actionscript using the netsream classes.
I am using the latter option from above. I have an SWF file
which via PHP i pass the name of the FLV file to be played as such:
<object type="application/x-shockwave-flash"
data="video.swf?newfile=<?php echo $file; ?>" width="340"
height="240">
<param name="movie" value="video.swf?newfile=<?php
echo $file; ?>" />
</object>
This file is dynamiclly loaded and currently works great,
however, i need to be able to have controls on this video componant
so the user can stop/play the video at their own discretion and
this is where I am stuck!
unlike the FLV Playback component, the vidoe/actionscript
method (as far as I can see) does not allow you to add these extra
components so could someone confirm for me if this is true?
Or alternatively how would I use the FLV Playback Component
in my SWF file loading the FLV file dynamically?
I hope that makes sense and I hope the answer is not to
complicated
Thanks in advance
A Newbie

I could help if you did the first method, but your method is
out of my reach. Check out the forums over at
http://gotoandlearn.com/forum/
if nobody here is able to help you. That forum is mainly for flash
video, so your odds of getting an answer are much better
there.

Similar Messages

  • AE CS3: Crashes on export to Adobe Flash Video (with audio)

    I have a 10 second comp I'm rendering to Adobe Flash Video. The comp has a wav file on it.
    I have ram previewed the comp and it plays back just fine.
    When I render it to Adobe Flash Video via the render queue my comp crashes at 30 frames in everytime.
    However if I remove the wave file from my comp, AE will fully render the comp to an FLV file.
    I have also tried replacing the wav file with another random wav file - I get the same crash everytime at 30 frames in.
    I also made a comp from scratch and tried to render it to Adobe Flash Video with a wav clip and it crashes 30 frames in every time.
    Please note when it hits frame 30 on the render, a window pops up ( a dos type window ) and then the window closes along with AE right away leaving me with no error messages or even an error log. I was able to get a screen cap of the error and it's attached.
    I am running Windows Vista 64-bit and this is the first problem I've had with AE CS3.
    Is this a known issue and is there a workaround for this?
    -Charley

    My apologies, I just found this support page and it helped me fix my problem:
    http://kb.adobe.com/selfservice/viewContent.do?externalId=kb403633
    -Charley

  • HT6074 How can I watch flash Videos with the ipad with safari?

    I Have an iPad an I'll watch flash Videos with this. But there is no Flashplayer. Is there any Plugin?

    There is no Flashplayer for any iOS device and there never will be. Flash is replaced on iOS devices by HTML5 which is a superior technology endorsed by both Apple and Microsoft as well as almost everyone else in the industry except Adobe.

  • Export Flash Video With Transparent Background

    Is it possible to export an After Effects Comp to a Flash Video with a transparent background?
    I have made a simple animation with no background. I'd like to export the Flash Video to go on a web site. I'd like to keep the background transparent.
    Can this be done, and is there a checklist of what I need to select in "Make Movie"?
    Thanks!

    from "Render and export a composition as an FLV or F4V file":
    "To include the alpha channel in the FLV output, use the On2 VP6 codec and select Encode Alpha Channel in the Video tab of the export settings dialog box."

  • Flash Video with DVD-like motion menus -- Is this possible?

    Hi all,
    I just joined this gropup. I have some SMIL 2.0 presentations
    with synchnorized multiple audio (several languages supported) and
    video as well as DVD-like still and motion menus. These are
    semi-transparent menus and actually are super-imposed over main
    playback area (root layout in SMIL).
    Can Flash Video has menus in it?
    Can this type of a/v synchronization and menuing be done in
    Flash Video?
    I don't want to write as SWF with menus since clips and # of
    menus on screen and placement might be different from video to
    video. These are for some training videos.
    To give a background, in SMIL I have an application server
    (Jboss) which is dynamically creating SMIL based upon database,
    user inputs and menu selections. What is basically sent back to the
    browser is SMIL page markup including playlist of clips up to next
    menu point. Once all clips are watched and user selects menu button
    to continue then a new SMIL is generated and processs repeated.
    I am thinking off porting this over to Flash Video because
    currently clients need RealPlayer (has SMIL 2.0) support to be
    downloaded and installed. Another local app to manage!
    Any ideas or recommendations?
    Thanks and kindest regards,
    -Mark

    You can build interactive DVDs with video and audio, but no Word documents (at least not as part of the interactivity). DVD SP can certainly be used to create interactive DVDs. The advantage is that interactivity will extend to DVD players, not just computers.
    If you want very rich interactive content, with Word docs, PDFs, etc. Then the best program would be Director. However there are some caveats with Director.
    1) The learning curve for Director is extremely steep. You would be better off hiring a freelancer who already knows the program, then spending all the time learning all the ins and outs of the program.
    2) Director is essentially a dead program. Since Adobe acquired it a couple of years ago, they have made no upgrades of the program. Nor have they made any announcements on continued development.
    3) The content you develop will only be playable on computers, not DVD players.

  • How to download flash video with firefox only?

    I leaned that I can download flash video clips using only firefox browser without using 3 rd party
    software,so when a video starts playing I select tools- page info -media, then I should select the video
    file and save it,I am looking for a file with swf extension in order to save it, but here is the snag as many video file names are so long that it is impossible to see the extension which is normally at the end of the name,what shall I do?

    Try with Firefox Addons
    *http://addons.mozilla.org/
    Try with RealTime Player - move an arrow over the flash video, realtime player shows a download link

  • Flash-Video with authentication

    I want to play flash videos from a University that require authentication on my iPad.
    But there seems no possibility because the usual flash player are not capable to do so.

    Hi Geoff,
    If you are using Spry 1.4 you can see this sample page which
    shows folks how to deal with HTML embedded in XML files:
    http://labs.adobe.com/technologies/spry/samples/data_region/HTMLFragsInXMLSample.html
    If you are living on the edge and trying out the Spry
    Pre-Release 1.5 Preview:
    http://labs.adobe.com/technologies/spry/preview/
    We added a new column type "html" which basically tells Spry
    to automatically entity decode your description text before
    inserting so you get what you want ... this means you don't have to
    set up an onPostLoad handler as mentioned in the sample above. It
    basically looks like this:
    var ds_video = new Spry.Data.XMLDataSet("myfoo.xml",
    "/my/xpath/node");
    ds_video.setColumnType("description", "html"); // This
    requires Spry Pre-Release 1.5 Preview
    If you want to try out the 1.5 Preview, just go to the URL
    above and download the SpryData.js.
    --== Kin ==--

  • Flash video with no player

    I am trying to embed a flash (flv) file on a page. I want it
    to loop but NOT have a player overlay. If I embed a flash video I
    am forced to select and overlay with no options for looping. And if
    I embed as a regular flash file the video will apparently load in a
    browser (after having to ad .swf to the file name), but not play.
    So how do I get a flash movie on the page looping with no
    player overlay.

    Okay - I imported the flv into flash and exported it as .swf
    file. Now it's showing up on the web page but not looping. What am
    I missing?

  • Flash Video with option to switch subtitles live?

    I have a FLash Video (.FLV) and I need to be able to add the option for viewers to switch Subtitle languages on the fly if need be.
    Is it possible to use xml files or txt files with the text, and give the control to switch the text during playback?
    Cheers

    What I would do:
    Set up the subtitles to work off of an XML file.
    Then, add a button to toggle their display, and then, on click, set a boolean value that tells the SWF whether or not the subtitles should be displayed.
    (This code is AS3, so would need converted if using AS2 - also, this code is just to give the gist of the technique, not be refined code that can be copy/pasted)
    var dispSubs:Boolean = false;
    function displaySubtitle():void {
         if(dispSubs){
              //code to display subtitles
    dispSubsBtn.addEventListener(MouseEvent.CLICK,switchBool);
    function switchBool(e:MouseEvent):void {
         dispSubs = !dispSubs;

  • Flash video with captions

    I'm inexperienced with Flash. A client has insisted on a captioned flash video file and we're trying to figure that out using CS5. I've followed the steps outlined in the Adobe help (I think), but when I test the movie, I get no captions. I see an error in the output tab under the stage:
    TypeError: Error #1090: XML parser failure: element is malformed.
    at fl.video::TimedTextManager/
    http://www.adobe.com/2007/flash/flvplayback/internal::xmlLoadEventHandler()
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at flash.net::URLLoader/onComplete() 
    I have no idea what this means. Here's what I've done: I dragged the FLV Playback component to the stage. I selected a skin that includes a caption button. I associated an existing flv video with it as its source. Than I dragged the FLVPlaybackCaptioning component to the stage. I set the flvPlaybackName to "flvplayback" which is what I named my FLVPlayback component. I set its source to "captions.xml" which resides in the same folder as the project. This captions file is actually Adobe's sample timedtext caption file that I'm using for testing. The first caption starts at 00:00 so I thought it should work with my video. 
    If anyone has a surefire method for making captions work with a flash video file, please let me know! 
    Thanks!

    Thanks for getting me on the right track, I have posted a request about "what is the best solution for synced caption" here but got no responce.
    I'm new to flash too, I only wanted to do a synced text and sound try, since I already had done it vbscript and javascript I wanted to try flash too.
    Look through your XML because XML is strictly, check that you doesn't have use "enter" in your text too.
    What I did was to write a simple loader and used timer to sync the text.
    I see now that I could have saved me some time, but done is done.
    You can look at the script I wrote here
    http://www.cicyzone.com/Lyrictest/Samples/FlashCaption.htm
    The Xml file that I used:
    http://www.cicyzone.com/Lyrictest/Xmlstream.aspx?ID=51998&T=Running+Up+That+Hill
    Now that flash have a component for captions was it more easy to find samples too.
    I looked at this but it is for CS3
    http://www.digital-web.com/articles/captions_flash_video/
    Thanks again, and I hope that some one here will help you.
    Cato

  • Flash video with too wide a frame when uploaded

    Hello,
    I have a short flash movie (.swf) having a width of 320px
    and a height of 240px. It works as expected locally (when I
    open the page with dreamweaver and FF2 or IE7) but as soon
    as I have uploaded the file to my website the movie gets a
    much smaller size and a wide grey frame around it in both
    browsers.
    I don't understand what's causing this and how I can prevent
    it.
    If you would like to see the problem, this is the page with
    the video (German language website).
    http://www.paul-westrich.de/Profile/meg_nigriventris_movie.php
    The video should be as big as the lighter grey frame.
    Paul

    hadrons123 wrote:
    there are other simple ways too...
    https://addons.mozilla.org/en-US/firefox/addon/6584
    https://addons.mozilla.org/en-US/firefo … form=linux
    but the thread is focussing on flash player CPU usage....
    II know most of these solutions. What I am most interested to is to play the videos with mplayer; preferably without having to download them first. What I am doing now if to use www.keepyoutube.com and give the url provided to mplayer. I would be interested in a firefox plugin that launch mplayer on the video URL (there was the media player connectivity but it has not been updated and did not work for flash).
    Last edited by olive (2011-11-18 16:06:54)

  • Flash Video With Flash Player On Password Protected Website

    Hi,
    I'm using the HTML widget to use the code for the JW flash player. I want it to play a flash video hosting on my iDisk.
    The site this is embedded on I've checked as password protected. HOWEVER...
    1) The visitor can see the site without asking for any name/password. But when they try to play the video they DO get asked for a name and password, but not the name/pass for the site. Instead the visitor is being asked for the MobileMe user name and password.
    How can I fix this?

    Where do you have the flash files located on your iDisk that you are linking to from within the HTML snippet?
    OT

  • Flash video with controller in iWeb

    I've figured out how to add a flash video on my site using iWeb, but I want to add a controller and remove autoplay. Help please????
    I've posted the embedded code below and the site address. Thanks in advance for your help.
    Site
    www.UtahRentalSolutions.com
    Code
    <object classid="clsid27CDB6E-AE6D-11CF-96B8-444553540000" id="obj1" codebase="http://download.macromedia.com/pub/shockwave/cabs/ flash/swflash.cab#version=6,0,40,0" border="0" width="320" height="250"><param name="movie" value="http://www.lazymoneynetwork.com/FlashFiles/UtahRentalSolutions.swf"><par am name="quality" value="High"><embed src="http://www.lazymoneynetwork.com/FlashFiles/UtahRentalSolutions.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="obj1" width="320" height="250"></object>

    Hi!
    I am trying really hard to do what you are trying to get rid of!
    I am new to iWeb and know very little about what coding is, but am trying to get this to happen...
    1) have "welcome" page automatically play a very short 2 or 3 second full screen video (heavily compressed I guess?)
    2) As soon as the video ends, the actual, static, welcome screen opens / shows itself.
    That's it!
    But I have no idea as to how to make it happen. Can I copy and paste the code you have in your message? I would really, really appreciate any and all help you can offer.
    Thanks!
    James

  • Flashing video with composite av cable

    Having some difficulty with my composite av cable. It's been malfunctioning with all my apple devices.  I am getting sound perfect but the video is rapidly flashing and moving at an up and down pace, like it's "tracking" if you remember the old days of VHS. I have inspected the plugs and it all looks to be hooked up right. Has any one else had this problem with their cable and do you know how to fix?

    Hi Rusbug,
    I am having the same issue with my iPod Classic 160gb not playing video on the TV via Composite cable as you posted in march!
    did you get a solution for the issue??
    desperate to know what to do next.
    thanks

  • Flash video with cuepoints and skin does not work

    Hi guys, i created a SWF file based on the template available
    here
    http://www.adobe.com/devnet/flash/articles/vidtemplate_mediapreso_04.html
    Basically the movie has navigation buttons on the left side
    of the video display to enable users to jump to predefined sections
    (topics) within the video. It also has the video controls under the
    video.
    I imported my video as well as the sample provided in the
    webpage above and the clip does not work in Presenter. I can see
    the skin but the buttons flash and we cannot see the video. I'm not
    a Flash or Presenter expert. Just wondering if anyone can help
    troubleshoot this. We would really like to embed a swf with
    navigation buttons into Presenter. is this possible? ideas
    appreciated.
    Thanks

    I'm sure someone will post a workaround for you (there are about 4 or 5 different workarounds people have posted at various times). But I wanted to thank you for your post. My experience as a very recent PC to Mac convert has been frustrating, mostly due to Keynote. When I first started using Keynote I was amazed at what it could do. I spent a lot of time working on a project (several days) only to spend another several days trying to figure out why it wouldn't Export. I finally logged onto the forums and see that people have been posting about this problem for MONTHS. It's been very frustrating to say the least and is a major flaw.
    Your note is the first indication I received that Apple is truly working on this issue. I feel for people who posted months ago waiting for an update every day. Like them, I sent a support email (not answered).Your note shows both hope and progress. Apple could really convert a lot of people if it got software like Keynote to work correctly. I'm still blown away by its power. But it's like owning a Ferrari with now wheels. It has a lot of power, but there's nothing you can do with it until you get wheels.
    Cheers!

Maybe you are looking for

  • Windows Native Authentication with 2 (multiple) AD domains

    I have managed to get Windows Native Authentication for Oracle Application Server 10g (9.0.4) on Windows working. The following has been done and works in a test environment: Phase 1) Active Directory (AD) to Oracle Internet Directory (OID) Synchroni

  • Press power button once - MBP goes to sleep, Shift-Control-Media Eject (⏏) doesn't.

    Hello, i've read here http://hints.macworld.com/article.php?story=20131025154203251 and somewhere else, that in Mavericks, pressing the Power Button once, puts your screen to sleep. But after reading here http://support.apple.com/kb/HT5869 seems that

  • What size photoshop file for 16:9?

    This is a great site and I've been doing alot of searching/reading and trying to get some info. Maybe I've misunderstood some of the answers but I'd just like someone to confirm my suspicion: What pixel dimensions do my photoshop files need to be if

  • Where are classes for oracle.xml.parser.v2?

    I have downloaded both V1 and V2 of the XML parser. I have managed to download the java classes under org.w3c.dom from www.w3.org but I can't find the classes under oracle.xml.parser.v2 (or without v2) anyway on technet. Both are required for import.

  • Exchange 2013 server to new Exchange 2013 server

    Hello, We have a Exchange 2013 server that is hosted outside the company and would like to move the server in house. To do this we plan on standing up our own Exchange 2013 server and move the mailboxes and such over to the new server. My question is