Dynamic Flash video playlist

Hi, got overly ambitious late last night and tried to make a
video playlist based on Lisa Larson Kelley's tutorial
http://www.adobe.com/devnet/flash/articles/video_playlist.html.
I managed to get the tile list set up and functioning, but, the
video player doesn't seem to "see" the video files, just the
thumbnails in the tile list. The URL for the test page is at
http://www.vegascanine.com/VideoPlaylist.html.
I've been comparing my files to her tutorial files and I wonder if
there's something absurdly simple that I'm missing due to lack of
sleep! I would appreciate any feedback. Thanks so much!

I worked on the same project and it is working alright and
still interested in adding more features like play pause etc ....
but for now I'm more interested in adding the buffering bar and
progress bar.
Any help is welcome.

Similar Messages

  • Dynamic Flash Video Placeholder

    Can anyone point me to a lesson on how to get your flash
    video to load using an ASP page conected to a database. The icons
    show up on a repeat region. They are linked to a go to detail page
    but when I do this I get a blank movie. Can someone point me in the
    right direction? I would prefer that the whole list and movie is
    not embeded in a flash file but points to a flash placeholder. Is
    this possible?

    Just figuered it out thanks to Paul. I knew it would be
    something simple. I don’t understand it of course but I made
    a separate column in the database this time with the file name less
    the .swf extension. When DW loads the player for some reason it
    removes the extension in the following lines when you place a video
    directly into the page. i.e. 'movie','/Video/VideoSpots/VerEN_East'
    as apposed to 'movie','/Video/VideoSpots/VerEN_East.swf' which is
    what my database was inserting.
    Here are the changes I made:
    NEW CODE
    AC_FL_RunContent( 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','wid th','325','height','260','title','Toyo
    Video
    Channel','src','<%=(VideoPlaying.Fields.Item("mv_link2").Value)%>','quality','high','plug inspage','
    http://www.macromedia.com/go/getflashplayer','movie','<%=(VideoPlaying.Fields.Item("mv_lin k2").Value)%>'
    ); //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=7,0,19,0"
    width="325" height="260" title="Toyo Video Channel">
    <param name="movie"
    value="<%=(VideoPlaying.Fields.Item("mv_link").Value)%>"
    />
    <param name="quality" value="high" />
    <embed
    src="<%=(VideoPlaying.Fields.Item("mv_link").Value)%>"
    width="325" height="260" autostart="false" quality="high"
    pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    type="application/x-shockwave-flash"></embed>
    </object>
    </noscript>
    OLD CODE
    AC_FL_RunContent( 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','wid th','325','height','260','title','Toyo
    Video
    Channel','src','<%=(VideoPlaying.Fields.Item("mv_link").Value)%>','quality','high','plugi nspage','
    http://www.macromedia.com/go/getflashplayer','movie','<%=(VideoPlaying.Fields.Item("mv_lin k").Value)%>'
    ); //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=7,0,19,0"
    width="325" height="260" title="Toyo Video Channel">
    <param name="movie"
    value="<%=(VideoPlaying.Fields.Item("mv_link").Value)%>"
    />
    <param name="quality" value="high" />
    <embed
    src="<%=(VideoPlaying.Fields.Item("mv_link").Value)%>"
    width="325" height="260" autostart="false" quality="high"
    pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    type="application/x-shockwave-flash"></embed>
    </object>
    </noscript>
    I probably could probably just use one database feild and
    just ad the .swf extension where needed eg
    <%=(VideoPlaying.Fields.Item("mv_link").Value)%>.swf but what
    the heck!
    Not sure if there is a better way of doing this but this
    seems to work. If you have a simpler way of doing it please let me
    know.

  • Creating Dynamic Flash Video From Photos

    I am creating a web application, mainly in php, and one of
    the key functions we need in the system is for it to take a set of
    photos that have been uploaded and dynamically create a slideshow
    from these files. The slideshow player (flash) should automatically
    pan/zoom across these photos (ken burns effect) and play a music
    track in the background. It also needs to have play, pause,
    progress bar and fullscreen controls.
    basically, it needs to be somewhat of a combination of
    monoslideshow.com and jeroenwijering.com/?item=JW_FLV_Player.
    Monoslideshow in that it takes a set of images (and an audio
    file) through XML and passes them to a slideshow that automatically
    pans/zooms across them.
    JW FLV Player in that it's a "video" with full controls.
    Does anyone know of any scripts that currently exists with
    these features? Or, how difficult is this to build? My php
    developer and I are both flash newbies, so if anyone can help out
    with this project asap, we'd greatly appreciate it.
    Thank you

    Change the .y location of the video object to something off the visible area of the stage, say -1000.

  • Flash Video Playlist

    I have the responsibility of overhauling the current flash
    based video player for a major media company, and would love some
    feedback regarding our playlist.
    I was recently told that this type of playlist isn’t
    indexable by google/yahoo and we have to move to a non flash
    playlist.
    Questions:
    What other options do we have?
    Third party controls?
    I would prefer an ASP.NET solution since the player is
    integrating with ASP.NET 2.0
    Is there a way to use Flash/Flex so google can index the
    playlist?
    Does the playlist even need to be indexed, are they other
    options?
    http://dsc.discovery.com/beyond/?dcitc=w99-532-ah-0036
    – we currently have something similar to the discovery
    channel.

    First, I urge you to always read documentation before you write code. Believe it or not - it will save you a lot of headaches if you are familiar with classes that you use.
    Documentation fro FLVPlayback is here:
    http://www.adobe.com/livedocs/flash/9.0/ActionScriptLangRefV3/fl/video/FLVPlayback.html
    According to the class description in order for video to play you either need to call play() method on the instance of FLVPlayback or set autoPlay property to true.

  • Problem with tutorial:Creating a dynamic playlist for streaming flash video

    hi, anyone tried the tutorial: creating a dynamic playlist
    for streaming flash video?
    i follow the instruction exactly as stated in the tutorial
    and test the fla file, it worked perfectly well when i open the swf
    using the macromedia flash 8. Everything look fine. Nothing is
    changed except the url is changed to "rtmp://localhost/videosource"
    in the xml file.
    after i publish the file using the setting: access network
    only, i try to open the swf and html file from the folder, the
    thumbnail did not appear and there is no way i can click on any
    videos. What i see is only the list, and there is no response from
    the flash media server 2. All the files is in the same folder.
    Anyone please help with this problem???? thanks

    ....i debug the movie step by step
    and realised that the xml file is being read by the code...
    Your original problem stated it worked but not when playing
    outside the
    Flash authoring environment by simply loading the swf from
    the hard drive.
    The Flash authoring environment is a trusted environment and
    so you really
    need to test in the actual deployment mode which loading an
    swf from the
    hard drive is not a valid deployment unless an installed
    Flash player is
    available outside the web browser which you would have as you
    have the
    authoring tool and your users will not.
    Use a browser with
    http://yourdomain.com/yourmovie.html
    to do final
    debugging.
    In this regard you may need to debug the movie while running
    in real time
    mode in a web browser with
    http:// A technique to trace I suggested is to
    create a temporary TextField perhaps named out_txt and send
    trace message to
    it such as out_txt.text += "My Trace Expression".
    Lon Hosford
    www.lonhosford.com
    May many happy bits flow your way!
    "free23" <[email protected]> wrote in
    message
    news:[email protected]...
    sorry but i don't understand what you mean....i debug the
    movie step by step
    and realised that the xml file is being read by the code...
    this is a sample of my log files:
    #Fields: date time x-pid x-status x-ctx x-comment
    2006-05-15 20:08:58 3072 (i)2651170 Unloaded application
    instance
    videosource/_definst_ -
    2006-05-15 20:48:19 3848 (s)2641173 FCApplication loaded
    successfully.
    2006-05-15 20:48:19 3848 (s)2641173 Communication Framework
    loaded
    successfully.
    2006-05-15 20:48:19 3848 (s)2641173 SimpleConnect loaded
    successfully. -
    2006-05-15 20:48:19 3848 (s)2641173 VideoConference loaded
    successfully. -
    2006-05-15 20:48:19 3848 (s)2641173 Video Playback loaded
    successfully. -
    2006-05-15 20:48:19 3848 (s)2641173 Communication Components
    loaded
    successfully.
    2006-05-15 20:48:19 3848 (s)2641173 Sending this message:
    Hello! You are
    connected as: undefined -
    2006-05-15 20:48:19 3848 (e)2641190 Error : command msg sent
    before client
    connection has been accepted. -
    2006-05-15 20:48:20 3848 (s)2641173 Sending this message:
    Hello! You are
    connected as: undefined -
    2006-05-15 20:48:20 3848 (e)2641190 Error : command msg sent
    before client
    connection has been accepted. -
    2006-05-15 20:48:20 3848 (s)2641173 Sending this message:
    Hello! You are
    connected as: undefined -
    2006-05-15 20:48:20 3848 (e)2641190 Error : command msg sent
    before client
    connection has been accepted. -
    2006-05-15 20:48:20 3848 (s)2641173 Sending this message:
    Hello! You are
    connected as: undefined -
    2006-05-15 20:48:20 3848 (e)2641190 Error : command msg sent
    before client
    connection has been accepted. -
    2006-05-15 20:48:20 3848 (s)2641173 Sending this message:
    Hello! You are
    connected as: undefined -
    2006-05-15 20:48:20 3848 (e)2641190 Error : command msg sent
    before client
    connection has been accepted. -
    2006-05-15 20:49:42 3848 (s)2641173 Sending this message:
    Hello! You are
    connected as: false -
    hope this help...

  • Trouble with Creating a Dynamic Playlist for Progressive Flash Video

    Hey There,
    I have been working on building a flash video player and are
    trying to incorporate the Dynamic Playlist for Progressive Flash
    Video. Everyting is working expect the thumbs are not appearing.
    Instead, on each row of the list it says " type function". The list
    is populated with data b/c i can navigate it and select a video to
    watch, just the thumbs are missin.
    Any ideas how I can get my jpg thumbs to appear?
    thanks

    I worked on the same project and it is working alright and
    still interested in adding more features like play pause etc ....
    but for now I'm more interested in adding the buffering bar and
    progress bar.
    Any help is welcome.

  • Creating a Dynamic Playlist for Streaming Flash Video

    Hello,
    I have been trying the tutorial given by Lisa Larson in order
    to create a dynamic playlist for streaming Flash video files. I
    have realized some of the FLV files that I have downloaded from
    internet don’t show in the thumbPlayList and cannot be
    played. But once I convert them back to WMV and the use the Flash 8
    Video Decoder to convert them to FLV file everything works fine.
    Any idea or suggestion why there is such a problem?
    Thank you for your advice.
    Babak
    ps.
    This
    is the link to the tutorial I mentioned ...

    Hello,
    I have been trying the tutorial given by Lisa Larson in order
    to create a dynamic playlist for streaming Flash video files. I
    have realized some of the FLV files that I have downloaded from
    internet don’t show in the thumbPlayList and cannot be
    played. But once I convert them back to WMV and the use the Flash 8
    Video Decoder to convert them to FLV file everything works fine.
    Any idea or suggestion why there is such a problem?
    Thank you for your advice.
    Babak
    ps.
    This
    is the link to the tutorial I mentioned ...

  • Creating a Dynamic Playlist for Progressive Flash Video

    Hi
    I just finished reading the Creating a Dynamic Playlist for
    Progressive Flash Video (
    http://www.adobe.com/devnet/flash/articles/prog_download.html)
    tutorial, and it gives a pretty good overview, however I would like
    to be able to add the ability to stop and start the video as well,
    and the tutorial doesn't really explain how the embedded video
    works. Does anyone know how this can be accomplished, or at least
    know where I can find information on how to do this.
    Thanks

    I worked on the same project and it is working alright and
    still interested in adding more features like play pause etc ....
    but for now I'm more interested in adding the buffering bar and
    progress bar.
    Any help is welcome.

  • Customize dynamic video playlist template

    Hi,
    I downloaded a dynamic video playlist template for streaming delivery of video from -http://www.adobe.com/devnet/flash/articles/video_playlist.html I have customized the playlist to play and display my own videos and thumbs. I would like to customize the position of the TileList component and the position and size of the thumbs and text contained within, so that it matches the position and size of the thumbs and text on my website. Here is a link to the template folder- http://dl.dropbox.com/u/8730678/video_playlist_sequence.zip and my website (got to movie page) - http://jamanimations.com/
    Thank you!

    thanks for your reply but I have managed to fix it by move=ing the content of the constructor of the class 'VideoPlaylist' into a new  function called activate and then calling that on frame 2

  • Dynamic Video Playlist

    Hi, I am new to Actionscript 3 and I have followed the
    tutorial regarding creating a dynamic video playlist with
    thumbnails. I created as the tutorial said and it worked fine.
    Instead of their just being a title for a video, I have also tried
    to add a description to each tileitem, but instead the title
    repeats twice. Can anyone see where i'm going wrong? You can view
    my playlist here - www.coolmustard.co.uk/VideoPlaylist.html
    Thumb actionscript file:
    package {
    import fl.controls.listClasses.ICellRenderer;
    import fl.controls.listClasses.ImageCell;
    import fl.controls.TileList;
    import flash.text.*;
    public class Thumb extends ImageCell implements
    ICellRenderer {
    private var desc:TextField;
    private var info:TextField;
    private var textStyle:TextFormat;
    public function Thumb() {
    super();
    loader.scaleContent = false;
    useHandCursor = true;
    // set skins
    setStyle("upSkin", ThumbCellBg);
    setStyle("downSkin", ThumbCellBg);
    setStyle("overSkin", ThumbCellBgOver);
    setStyle("selectedUpSkin", ThumbCellBgOver);
    setStyle("selectedDownSkin", ThumbCellBgOver);
    setStyle("selectedOverSkin", ThumbCellBgOver);
    // Create and format desc
    desc = new TextField();
    desc.autoSize = TextFieldAutoSize.LEFT;
    desc.x = 80;
    desc.y = 4;
    desc.width = 500;
    desc.multiline = true;
    desc.wordWrap = true;
    addChild(desc);
    textStyle = new TextFormat();
    textStyle.font = "Arial";
    textStyle.color = 0xffffff;
    textStyle.size = 11;
    textStyle.bold = true;
    info = new TextField();
    info.autoSize = TextFieldAutoSize.LEFT;
    info.x = 80;
    info.y = 15;
    info.width = 500;
    info.multiline = true;
    info.wordWrap = true;
    addChild(info);
    override protected function drawLayout():void {
    // Position cell elements; tweak these for your thumbs if
    needed
    var imagePadding:Number = getStyleValue("imagePadding") as
    Number;
    loader.move(11, 8);
    var w:Number = width-(imagePadding*2);
    var h:Number = height-(imagePadding*2);
    if (loader.width != w && loader.height != h) {
    loader.setSize(w,h);
    loader.drawNow();
    desc.text = data.label;
    desc.setTextFormat(textStyle);
    info.text = data.label;
    info.setTextFormat(textStyle);
    background.width = width+5;
    background.height = height+2;
    textField.visible = false;
    Videoplaylist actionscript code:
    package {
    import flash.display.MovieClip;
    import flash.net.URLLoader;
    import flash.net.URLRequest;
    import flash.events.Event;
    import fl.controls.listClasses.CellRenderer;
    import fl.controls.ScrollBarDirection;
    public class VideoPlaylist extends MovieClip {
    private var xmlLoader:URLLoader;
    public function VideoPlaylist():void {
    // Load the playlist file, then initialize the media player.
    xmlLoader = new URLLoader();
    xmlLoader.addEventListener(Event.COMPLETE, initMediaPlayer);
    xmlLoader.load(new URLRequest("playlist.xml"));
    // Format the tileList, specify its cellRenderer class.
    tileList.setSize(600, 240);
    tileList.columnWidth = 580;
    tileList.rowHeight = 60;
    tileList.direction = ScrollBarDirection.VERTICAL;
    tileList.setStyle("cellRenderer", Thumb);
    public function initMediaPlayer(event:Event):void {
    var myXML:XML = new XML(xmlLoader.data);
    var item:XML;
    for each(item in myXML.vid) { // populate playlist.
    // Get thumbnail value and assign to cellrenderer.
    var thumb:String;
    if(item.hasOwnProperty("@thumb")>0) thumb = item.@thumb;
    // Send data to tileList.
    tileList.addItem({label:item.attribute("desc").toXMLString(),
    label:item.attribute("info").toXMLString(),
    data:item.attribute("src").toXMLString(),
    source:thumb});;
    // Select the first video.
    tileList.selectedIndex = 0;
    // Listen for item selection.
    tileList.addEventListener(Event.CHANGE, listListener);
    // And automatically load it into myVid.
    myVid.source = tileList.selectedItem.data;
    // Pause video until selected or played.
    myVid.play();
    // Detect when new video is selected, and play it
    function listListener(event:Event):void {
    myVid.play(event.target.selectedItem.data);
    XML Playlist:
    <?xml version="1.0" encoding="UTF-8"?>
    <playlist id="Adobe Developer Center - Dynamic Video
    Playlist in AS3" >
    <vid desc="Champneys Spa's and Resorts"
    info="Enter a short description here"
    src="
    http://www.coolmustard.co.uk/videos/ChampneysIntro.flv"
    thumb="
    http://www.coolmustard.co.uk/thumbs/ChampneysIntro.jpg"
    />
    <vid desc="Accommodation at Champneys"
    info="Enter a short description here"
    src="
    http://www.coolmustard.co.uk/videos/ChampneysAccom.flv"
    thumb="
    http://www.coolmustard.co.uk/thumbs/ChampneysAccom.jpg"
    />
    <vid desc="The Henlow Spa and Resort"
    info="Enter a short description here"
    src="
    http://www.coolmustard.co.uk/videos/ChampneysHenlow.flv"
    thumb="
    http://www.coolmustard.co.uk/thumbs/ChampneysHenlow.jpg"
    />
    <vid desc="The Forest Mere Spa and Resort"
    info="Enter a short description here"
    src="
    http://www.coolmustard.co.uk/videos/ChampneysMere.flv"
    thumb="
    http://www.coolmustard.co.uk/thumbs/ChampneysMere.jpg"
    />
    <vid desc="The Springs Spa and Resort"
    info="Enter a short description here"
    src="
    http://www.coolmustard.co.uk/videos/ChampneysSpings.flv"
    thumb="
    http://www.coolmustard.co.uk/thumbs/ChampneysSprings.jpg"
    />
    <vid desc="The Tring Spa and Resort"
    info="Enter a short description here"
    src="
    http://www.coolmustard.co.uk/videos/ChampneysTring.flv"
    thumb="
    http://www.coolmustard.co.uk/thumbs/ChampneysTring.jpg"
    />
    <vid desc="Spa Treatments at Champneys"
    info="Enter a short description here"
    src="
    http://www.coolmustard.co.uk/videos/ChampneysSpaTreat.flv"
    thumb="
    http://www.coolmustard.co.uk/thumbs/ChampneysSpaTreat.jpg"
    />
    <vid desc="Fitness and Well-Being at Champneys"
    info="Enter a short description here"
    src="
    http://www.coolmustard.co.uk/videos/ChampneysFitness.flv"
    thumb="
    http://www.coolmustard.co.uk/thumbs/ChampneysFitness.jpg"
    />
    <vid desc="Aqua Therapy at Champneys"
    info="Enter a short description here"
    src="
    http://www.coolmustard.co.uk/videos/ChampneysAquaTherapy.flv"
    thumb="
    http://www.coolmustard.co.uk/thumbs/ChampneysAquaTherapy.jpg"
    />
    </playlist>
    If anyone can help that would be brilliant.

    I can't pinpoint where data.label derives from, but at first
    glance I'd say the problem might be between the following sets of
    lines...
    desc.text = data.label;
    desc.setTextFormat(textStyle);
    info.text = data.label;
    info.setTextFormat(textStyle);

  • Require Help with Flash Video XML Playlist

    flash devs,
    all i'm doing to playin videos from a xml file - (used lots
    of info and code from Lee's XML Video Playlist Tutorial)
    after spending hours getting this to work correctly in AS3
    and how i want it to work i've hit a brick wall
    i've got 2 components on stage - vid_select (List) & vid
    (Player)
    i can load my flv videos from my xml file just perfect but
    after the first video is done it stops.
    i'd like to have my video player play through the xml file
    and then restart at the beginning...
    i've attached my code...
    if anyone could possibly help me so that it "loops" through
    all the video in my xml list that would be
    so greatly appreciated...
    i'm new to AS and am learning alot but some code gets
    complicated and i'm not sure what to add...
    thanks in advance
    @pixeladdikt

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

  • Dynamic slideshow with pictures and Flash Video

    I want to make a dynamic slideshow that shall include both
    pictures and Flash Video. The user shall only have to put the files
    (images/video) into a folder (for example with FTP or an
    admin-utility) and then the Flash slideshow should present theese
    pictures and video-files randomly. Is this possbile?
    I know it is possible with pictures, but can you also include
    Flash Video into this scenario?

    yes you can, you can load '.SWF' files in or you can use the
    vidplayer to play '.FLVs'

  • Creating an offline playlist for flash videos

    Hi
    I have several flash videos that I want to create a play list for, can I do this? The videos are located on a PC HD. I have 3 files, Player.exe, video.flv and text.txt
    Cheers
    Eugene

    If the text file is something that should be read in programmatically, you'll need actionscript to do this.  This is typically contained in a swf file that would be loaded into the player.  The swf would then read the text file and load the flv's appropriately.
    The player by itself is not a media player like vlc, wmp, etc.

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

  • Hyperlink to Flash Video Player

    Does anyone know how to push a specific video to a Flash
    video player playlist? I'm using the following Flash video
    player/pplaylist application. Any help would be great!!!
    Creating a Dynamic Playlist for Progressive Flash Video
    http://www.adobe.com/devnet/flash/articles/prog_download.html

    Without seeing this is a guess, but if you are linking to the
    swf directly
    then that is what happens. Create a new page with the movie
    on it and link
    to it, then it should size correctly.
    Gary
    "SCBrazil" <[email protected]> wrote in
    message
    news:gd0qbn$dr$[email protected]..
    > Hi,
    > I have developed a small Flash movie for one of the
    products on my site
    > which
    > I want to open from a link. The link and video work fine
    but it opens in a
    > full
    > size browser window, which makes the photos look pretty
    ugly. I want the
    > link
    > to open only the Flash Player so that the video is
    displayed in the size
    > it was
    > made (700px by 225px.)
    > Anyone know how I can do this? There must be a way,
    would the setting be
    > in
    > Flash CS3 or DW CS3?
    > Thanks
    >

Maybe you are looking for

  • Problems backing up I-tunes library to external hard drive.

    Help - I'm having problems backing up I-tunes library to external hard drive. The drive appears on the desktop but when I try to drag in my i-tunes music folder I just get the circle with a line through it symbol. I can drag items from my mac to a di

  • Win 8.1 SkyDrive on Lenovo Helix laptop

    I am trying to sync files between SkyDrive on my Win 7 desktop and my Win 8.1 laptop. This worked very well in Win 8. In Win 8.1 it does not work. * I have right-clicked SkyDrive in File Explorer, and chosen to make the files available off-line. Ther

  • Bid Evalution Report Error

    Hi Guys,    We are facing problem with Bid Evaluation report. We have created one bid invitation with some dynamic attributes in one sequence. Bidders are able to submit their bids in the same sequence.  We are able to receive the values in same orde

  • UC560 upgrade questions

    With the release of 8.6.2 I am looking to upgrade our 560.  I have some questions though. Back in Dec 2012 we got bit by the VM bug that wiped our entire VM/AA setup.  During the resolution iwith TAC we upgraded the CUE to 8.6.1 but we did not touch

  • OIM R2 Exception on Runtime Custom Connector

    Hello community, I developed a custom connector in R2. I added the connector to the cart from the catalog, I click on check out, and when I hit submit then I get exception below. The adapter adpBUYDESIGNPPSTRING is used to pre-populate fields on the