Communicating with Flash movie

Hi. I have a question. Is it possible to create a game in flash that will actively communicate with my application. Especially, how to send asynchronically the data to flash movie?
E.g. The game that uses the application for the network communication so it receives the data and sends a data to application.
I am considering using dll for the games in the application but I am also considering flash if the feature is available. It can be also a mixture of both: dll and flash.
Thanks for answering...

Hi. I have a question. Is it possible to create a game in flash that will actively communicate with my application. Especially, how to send asynchronically the data to flash movie?
E.g. The game that uses the application for the network communication so it receives the data and sends a data to application.
I am considering using dll for the games in the application but I am also considering flash if the feature is available. It can be also a mixture of both: dll and flash.
Thanks for answering...

Similar Messages

  • Layout page with flash movie on top

    I want to have the index page for my site open with a flash
    movie on top of the rest of the content of the page at a set pixel
    distance from the top of the page and centered horizontally in
    relation to the browser. I have been able to make this work with an
    absolute location using CSS elements in Dreamweaver and the
    equivalent of what used to be layers. It all works as long as the
    position of the layer is absolute, and your monitor settings are
    pretty standard. Otherwise the flash plays on the left:
    http://www.iconoclastic.net/metaphordogs/index.html
    When I try to make it a relative location, it moves to the
    top of the browser. When I try to make it relative to a table, it
    displaces the table content rather than playing over it.
    Any assistance would be appreciated
    Alec

    The standard solution is to set wmode="transparent" and <param name="wmode" value="transparent" /> in your embed/object html, but that only helps to fix the problem in win/IE. The problem has been there on Adobe's own home page for years. If you're unlucky enough to use a Mac there's no effective solution for this problem.

  • Flash Satay: communication with Flash

    Hello everyone!
    I would want to know if it is possible to communicate with a
    Flash Object
    wrote with "Flash Satay Method" (IE and Firefox).
    Ex:
    <object type="application/x-shockwave-flash" width="550"
    height="400"
    id="flash_conn" name="flash_conn" data="flash_conn.swf">
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="movie" value="flash_conn.swf" />
    <param name="quality" value="high" />
    <param name="bgcolor" value="#ffffff" />
    </object>
    Max

    Hello there,
    I have also used the SATAY method of embedding into a
    webpage..
    As Jeckyl has stated, this method is poor, however it may
    validate with w3c, it is not a practical method, one of the main
    reasons for this is that the movie is not streamed due to the way
    the object class is used.
    Instead the whole object must be loaded before run.. Im not
    sure if the same case is true in IE, but i definately found this
    with FF.
    I have returned to using the standard flash object method, i
    find this version below works best with IE and FF, the object and
    embed tags must both be included as FF and IE read the tags
    differently..
    <object classid="clsid:
    d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="
    http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"
    width="700" height="500" id="flash">
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="movie" value="flash.swf" />
    <param name="loop" value="false" />
    <param name="menu" value="false" />
    <param name="quality" value="best" />
    <param name="wmode" value="transparent" />
    <param name="bgcolor" value="#ffffff" />
    <embed src="flash.swf" loop="false" menu="false"
    quality="best" wmode="transparent" bgcolor="#ffffff" width="700"
    height="500" name="flash" allowScriptAccess="sameDomain"
    type="application/x-shockwave-flash" pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    />
    </object>
    ( note: The above example is used in a XHTML 1.1 document,
    using Flash 8.
    Also, in the first property of the object class 'classid' i
    have inserted a space between the "clsid: d27.." as this was
    displaying a smiley face on the forum
    Andy.

  • AP with Flash movie displays up or down 8 pixels

    I've finally got my website up, with a flash movie (swf) of a
    slideshow. It looks incorrect in DW (CS4), the movie is too low,
    but displays correctly in Firefox and Safari (mac) - except in
    Explorer (on a pc), where it displays too low: exactly like it
    shows in DW. The background is a PS work, including a 'frame' to
    play the movie within. Problem...
    http://cinzophoto.com
    Thanks for any help. I can't find anything in the code doing
    this.
    Laurence

    OK,  and Thanks again
    //add the listener for each button
    nav_button[i].addEventListener(MouseEvent.CLICK, menuClick); 
         addChild(nav_button[i]);
    //menuClick Code
    function menuClick(e:MouseEvent):void
    e.target.removeEventListener(MouseEvent.CLICK, menuClick);
    this.addEventListener(MouseEvent.MOUSE_UP, resetButton);  //removes children from the navGroup movie clip
    this.addEventListener(MouseEvent.ROLL_OUT, menuOut, false, 0, true); //retracts the drop down list
    setButtonIndex(e.target.name);
    addLinks(e.target.name);  // adds drop down links to the navGroup movie clip
    TweenLite.to(navGroup, .4, {y:navGroup.height,onComplete:showMe()});  //shows the drop down link list movie clips
    //relate the above line to the target name
    lastTarget = e.target.name;
    Note: the displacement happens whenever I add a child to the stage, either the navGroup or the mask clip (dmask). The mask clip
    is a rectangle with a fill.
    Thanks
    eholz1

  • Communicating with FLASH player via actionscript

    I was wondering of there's a way to control the FLASH player
    (if playing back a .swf directly from the harddrive) with
    Actionscript, so that
    1) the movie opens and plays in "full screen" mode
    automatically
    2) the application can "quit" on button-click (= the
    equivalent of the user hitting the esc key on the keyboard).
    Can I do that? Is there a way to communicate to the actual
    "Player" application in this way? Help would be greatly
    appreciated. Thanks...

    Sunil,
    Still no luck getting the SWF to run under 11.4.402.265 with any of my Mac browsers. The SWF runs fine on PC browsers with 11.4.402.265 installed.
    I confirmed that uninstalling 11.4.402.265 and downgrading to Flash Player 11.3.300.27, the one just prior to 11.4, allows the SWF to run fine again on all browsers.
    The iOS note you provided wouldn't have any direct applicability since we're talking about a web application failing to load. But maybe the "Secure socket connections fail | Mac OS 10.8" issue may have some correlation or side-effect??
    The debugging on this one is a challenge to say the least...
    Rod

  • Error with flash movie, what's wrong?

    I use flash player on a majority of sites, a few flash files seem to have problems with some of the latest versions and i cant seem to work out why, and i was hopeing some people who better understand it could possibly tell me why.  the flash file in question is http://dagobah.net/flash/bouncing_touhous.swf  all it ever says is "flash file not loaded..."
    Apart from that single file almost all other flashes work for me on multiple sites. this problem persists on all three of my computers, two running XP one running windows 7, and multiple browsers my flash plugin version for firefox is Shockwave Flash 11.2.202.233 .
    This file worked for flash version 10.3.181.26 and all before it.
    thanks in advance for any help.

    I can confirm that I'm seeing the same thing.  I haven't taken an in depth look at the swf yet, but my hunch is that this might be security related.  Would you mind opening a new bug report at http://bugbase.adobe.com with the details as you've explained them in your post?  Please post back with the bug URL so that others affected can add their comments and votes.
    Thanks,
    Chris

  • Problems with Flash movie loading. Please help!

    Hi all,
    Thanks for the interest in my post...
    I created a website for a client in Flash 8 and although the
    client and myself can view the site, he has said that some people
    have contacted him saying the site won't load.
    I've put this down to them not having Flash Player 9
    installed on their machine (as they can view other sites I've done
    in earlier versions of Flash but not this one) but apparently one
    of the people who couldn't see it got the latest version of Flash
    and the site still wouldn't load.
    The website is at: www.petersnowdon.com and I would be most
    grateful if a few of you good people would be able to check it out
    to see if you have any viewing problems and if you have any
    suggestions as to what might be causing this.
    Thank you very much and I hope to hear from you.
    All the best,
    Mark

    Tell those people to:
    same damn problem I was probably having...When using IE and
    deleting temporary internet files it disables/corrupts/removes
    proper function of the adobe flash player....You can reinstall all
    night long and it will claim a "successful" installation but, it is
    not....YOU MUST FIRST UNINSTALL ADOBE FLASH PLAYER USING THE ONLY
    TOOL THAT WILL DO THIS WHICH IS THE FLASH PLAYER UNINSTALLER FROM
    THE ADOBE WEBSITE....BE SURE AND SAVE IT TO YOUR DESKTOP BECAUSE
    YOU WILL BE USING IT FOREVER.....Once you have used the uninstaller
    program you can then successfully and truthfully download the
    latest adobe flash player.......WILL SOMEBODY FROM ADOBE FIX
    THIS!........
    Adobe
    Uninstaller at bottom of page
    There seems to be an "object" in the temporary files object
    folder that is NECESSARY for proper Adobe Flash
    function…..see for yourself...tools-internet
    options-General-Settings-then click view objects.....here it is:
    {D27CDB6E-AE6D-11CF-96B8-444553540000}
    When you clean out your temporary files this goes with it and
    your flash will NOT operate...you can try and reinstall it all
    night long...your dead...nothing....you must FIRST GO TO THE ADOBE
    UNINSTALLER and run that program to uninstall COMPLETELY the
    flash....Having done that, you can now install the flash and this
    time it will take......
    Let me know the results………..

  • Isight doesn't communicated with I move HD

    I have an Imac G5 with a built in Isight. The isight works fine in chat but when I try a record live video in imovieHD it says that there is no camera connected (blue screen). I have brought quicktime pro thinking that this might help but it hasn't. Any ideas?
    Lara xxx

    Hi Laurabeard:
    This may help: http://docs.info.apple.com/article.html?artnum=61929
    or
    http://docs.info.apple.com/article.html?artnum=43000

  • Problem tyring to communicate with flash

    I have a hidden DHTML layer that contains a flash movie. I
    have an href link that makes the layer visible. I want the href
    link to also tell the flash movie to start playing.
    I installed the extesion "JavaScript Integration Kit for
    Macromedia Flash 8, MX 2004 and MX" which contains several
    javascripts for communicating with flash. I am using the js
    function "FDK_goToFrame()" to start the movie, however I can't get
    it to work. My swf was built in Flash CS3, ActionsScript 2. Does
    anyone know if the Integration Kit still works for new swf files?
    Is there some AS code that needs to be added to the flash file for
    these scripts to work? The documentation is rather sketchy.

    shockbyte wrote:
    > I have a hidden DHTML layer that contains a flash movie.
    I have an href link
    > that makes the layer visible. I want the href link to
    also tell the flash movie
    > to start playing.
    Is there some extension you are using to accomplish this? If
    not, then I'd suggest that you ask your question in the Dreamweaver
    General forum where you may get someone that has run into this
    issue:
    http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid=12&catid=189&entercat= y
    Or you may want to try the Flash forums to see if some Flash
    folks know about it:
    http://www.adobe.com/cfusion/webforums/forum/index.cfm?forumid=15
    Danilo Celic
    |
    http://blog.extensioneering.com/
    | WebAssist Extensioneer
    | Adobe Community Expert

  • Cannot watch flash movie on IE

    Greetings Everybody!
    Here I have a question about my flash in IE. When I tried to
    open an online link embedded with flash movie, I can not see any of
    them. I am quite sure flash player 9 was installed properly. Just
    want to know whether there is any other settings(flash/IE?) to be
    modified?
    Below is an example:
    http://www.macromedia.com/software/flash/about/
    I can right click movie, but the "movie not loaded" is grey
    and only "About Adobe Flash player 9" is valid.

    Welcome to the Apple Community.
    Did you look in the video app.

  • After Installing Flash Player 9, i can't open anything with Flash

    After ungrading to Adobe Flash Player 9, i can't open
    anything with flash on any of my browsers (Safari, IE)
    and it just keeps on running in circles...like it tells me to
    go to the download page and then i would download it and install
    the software, but after installation, it directs me to the
    macromedia pages and it says:
    "The page “Macromedia - Flash Player” has content
    of MIME type “application/x-shockwave-flash”, but you
    don’t have a plug-in installed for this MIME type. A plug-in
    should be available on this page:
    https://www.macromedia.com/go/getflashplayer
    Do you want to open the page?"
    and when i open the page. it's just the page where I
    downloaded the Flash Player...
    it just keeps going back in circles after i've done it like 8
    times already!
    URGGHHH!!!! help!
    now i can't open anything with flash on the page!!!!
    and just any webpage with flash movies...it would just say
    that "either your javascript is turned off or you do not have flash
    player installed" something like that!!!! SOOO ANNOYING!
    and there isn't any help on the forum at all!!!!
    anyways. i'm with Mac OS X 10.3.9 on a PowerPC Powerbook
    G4

    Are you using any MS Office third party Add-ins? Test:  Remove third party Add-ins other than PDFMaker.  Test to see if the MS Office apps run afterward.
    Did you attempt to repair MS Office?  Test:  Go to Add/Remove Control Panel run Repair.
    Finally, have you tried testing to see if it's PDFMaker?  Test: Use the Add/Remove Control Panel to modify the Acrobat installation to remove PDFMaker.  See if MS Office applications launch and behave correctly?

  • Blip in flash movie

    Need help with flash movie that started to blip a white
    screen between end of movie and start of movie while looping. This
    started happening after I deleted a couple of frames from the very
    beginning of the movie. I deleted more frames from the beginning
    and now the blip is longer. It's like the screen goes blank. Cannot
    figure this one out.. HELP!!!

    is that text being loaded externally? If so and you are using
    an absolute
    reference to that text (with the www in the url) it will
    require a
    crossdomain.xml policy file to load correctly. That, or use a
    relative path
    to the text file
    "Tezza" <[email protected]> wrote in message
    news:f227ef$5c3$[email protected]..
    > This is causing me a problem with dynamic text, which
    does not appear in
    > the movie (Flash 8 Pro in Firefox/IE/Opera) when www is
    not used in the
    > address bar (simondavies.info - Projects page).
    >
    > Anybody?
    >
    > Cheers
    >
    > Tezza
    >
    > See also a post on 23/04/07 with Subject: What happens
    differently when
    > using and not using www in the address bar
    >

  • Big issue with playing Flash movie in IE 6.0 with Windows SP2

    This is a multi-part message in MIME format.
    ------=_NextPart_000_006E_01C699E5.68468390
    Content-Type: text/plain;
    charset="iso-8859-1"
    Content-Transfer-Encoding: quoted-printable
    I face a big issue with Flash 8 movies playing in IE6 with
    Windows XP =
    SP2, as follows :
    I have created a menu with a Flash movie for each button and
    a movie =
    with scrolling images,
    and when the HTML page opens we need to click once on the
    button or the =
    scrolling images=20
    to make-it working.
    see :
    http://piscine-et-spa.cybergraphik.net
    Useless to say that the same movies are playing well in IE6
    with Windows =
    SP1 !...
    Anybody can help ?
    Thanks.
    ------=_NextPart_000_006E_01C699E5.68468390
    Content-Type: text/html;
    charset="iso-8859-1"
    Content-Transfer-Encoding: quoted-printable
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0
    Transitional//EN">
    <HTML><HEAD>
    <META http-equiv=3DContent-Type content=3D"text/html; =
    charset=3Diso-8859-1">
    <META content=3D"MSHTML 6.00.2800.1555"
    name=3DGENERATOR>
    <STYLE></STYLE>
    </HEAD>
    <BODY bgColor=3D#ffffff>
    <DIV><FONT face=3DVerdana size=3D2>I face a big
    issue with =
    Flash 8 movies=20
    playing in IE6 with Windows XP SP2, as follows
    :</FONT></DIV>
    <DIV><FONT face=3DVerdana
    size=3D2></FONT> </DIV>
    <DIV><FONT face=3DVerdana size=3D2>I have created
    a menu with a Flash =
    movie for each=20
    button and a movie with scrolling
    images,</FONT></DIV>
    <DIV><FONT face=3DVerdana size=3D2>and
    w</FONT><FONT face=3DVerdana =
    size=3D2>hen the=20
    HTML page opens we need to click once on the button or the
    scrolling =
    images=20
    </FONT></DIV>
    <DIV><FONT face=3DVerdana size=3D2>to make-it
    working.</FONT></DIV>
    <DIV><FONT face=3DVerdana
    size=3D2></FONT> </DIV>
    <DIV><FONT face=3DVerdana size=3D2>see : <A=20
    href=3D"
    ergraphik.net</A></FONT></DIV>
    <DIV><FONT face=3DVerdana
    size=3D2></FONT> </DIV>
    <DIV><FONT face=3DVerdana size=3D2>Useless to say
    that the same movies =
    are playing=20
    well in IE6 with Windows SP1 !...</FONT></DIV>
    <DIV><FONT face=3DVerdana
    size=3D2></FONT> </DIV>
    <DIV><FONT face=3DVerdana size=3D2>Anybody can
    help ?</FONT></DIV>
    <DIV><FONT face=3DVerdana
    size=3D2></FONT> </DIV>
    <DIV><FONT face=3DVerdana
    size=3D2>Thanks.</FONT></DIV></BODY></HTML>
    ------=_NextPart_000_006E_01C699E5.68468390--

    This is a multi-part message in MIME format.
    ------=_NextPart_000_0018_01C69A05.5FA39D70
    Content-Type: text/plain;
    charset="iso-8859-1"
    Content-Transfer-Encoding: quoted-printable
    You've run into the famous IE Flash fix implemented in SP2.
    Supposed to =
    be a security thing .. yeah .. right. Upgrade Dreamweaver to
    8.02 to =
    get the fix implemented in the program or visit the technote
    here:
    http://www.adobe.com/devnet/activecontent/articles/devletter.html
    Just don't forget to upload the Scripts folder and file. :)
    --=20
    Nancy Gill=20
    Adobe Community Expert
    BLOG:
    http://www.dmxwishes.com/blog.asp=20
    Author: Dreamweaver 8 e-book for the DMX Zone
    Co-Author: Dreamweaver MX: Instant Troubleshooter (August,
    2003)=20
    Technical Editor: DMX 2004: The Complete Reference, DMX 2004:
    A =
    Beginner's=20
    Guide, Mastering Macromedia Contribute=20
    Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced PHP
    Web =
    Development=20
    "Pascal" <[email protected]> wrote in message =
    news:[email protected]...
    I face a big issue with Flash 8 movies playing in IE6 with
    Windows XP =
    SP2, as follows :
    I have created a menu with a Flash movie for each button and
    a movie =
    with scrolling images,
    and when the HTML page opens we need to click once on the
    button or =
    the scrolling images=20
    to make-it working.
    see :
    http://piscine-et-spa.cybergraphik.net
    Useless to say that the same movies are playing well in IE6
    with =
    Windows SP1 !...
    Anybody can help ?
    Thanks.
    ------=_NextPart_000_0018_01C69A05.5FA39D70
    Content-Type: text/html;
    charset="iso-8859-1"
    Content-Transfer-Encoding: quoted-printable
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0
    Transitional//EN">
    <HTML><HEAD>
    <META http-equiv=3DContent-Type content=3D"text/html; =
    charset=3Diso-8859-1">
    <META content=3D"MSHTML 6.00.2900.2912"
    name=3DGENERATOR>
    <STYLE></STYLE>
    </HEAD>
    <BODY bgColor=3D#ffffff>
    <DIV><FONT face=3DArial size=3D2>You've run into
    the famous IE Flash fix =
    implemented=20
    in SP2.  Supposed to be a security thing .. yeah ..
    right.  =
    Upgrade=20
    Dreamweaver to 8.02 to get the fix implemented in the program
    or visit =
    the=20
    technote here:</FONT></DIV>
    <DIV><FONT face=3DArial
    size=3D2></FONT> </DIV>
    <DIV><FONT face=3DArial size=3D2><A=20
    href=3D"
    http://www.adobe.com/devnet/activecontent/articles/devletter.html=
    ">
    http://www.adobe.com/devnet/activecontent/articles/devletter.html</A></=
    FONT></DIV>
    <DIV><FONT face=3DArial
    size=3D2></FONT> </DIV>
    <DIV><FONT face=3DArial size=3D2>Just don't
    forget to upload the Scripts =
    folder and=20
    file.   :)</FONT></DIV>
    <DIV><FONT face=3DArial
    size=3D2></FONT> </DIV><FONT
    face=3DArial =
    size=3D2>
    <DIV><BR>-- <BR>Nancy Gill <BR>Adobe
    Community Expert<BR>BLOG:  <A=20
    href=3D"
    asp</A>=20
    <BR>Author:  Dreamweaver 8 e-book for the DMX
    =
    Zone<BR>Co-Author: =20
    Dreamweaver MX: Instant Troubleshooter (August, 2003)
    <BR>Technical=20
    Editor:  DMX 2004: The Complete Reference, DMX 2004:
    A Beginner's=20
    <BR>Guide, Mastering Macromedia Contribute
    <BR>Technical Reviewer: =
    Dynamic=20
    Dreamweaver MX/DMX: Advanced PHP Web Development </DIV>
    <DIV> </DIV>
    <DIV></FONT> </DIV>
    <BLOCKQUOTE dir=3Dltr=20
    style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT:
    5px; =
    BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
    <DIV>"Pascal" &lt;<A=20
    href=3D"mailto:[email protected]">[email protected]</A>&gt;
    =
    wrote in=20
    message <A=20
    =
    href=3D"news:[email protected]">news:e7r16q$7ko$1@forums=
    .macromedia.com</A>...</DIV>
    <DIV><FONT face=3DVerdana size=3D2>I face a big
    issue with=20
    Flash 8 movies playing in IE6 with Windows
    XP SP2, as =
    follows=20
    :</FONT></DIV>
    <DIV><FONT face=3DVerdana
    size=3D2></FONT> </DIV>
    <DIV><FONT face=3DVerdana size=3D2>I have
    created a menu with a Flash =
    movie for=20
    each button and a movie with scrolling
    images,</FONT></DIV>
    <DIV><FONT face=3DVerdana size=3D2>and
    w</FONT><FONT face=3DVerdana =
    size=3D2>hen the=20
    HTML page opens we need to click once on the button or the
    scrolling =
    images=20
    </FONT></DIV>
    <DIV><FONT face=3DVerdana size=3D2>to make-it
    working.</FONT></DIV>
    <DIV><FONT face=3DVerdana
    size=3D2></FONT> </DIV>
    <DIV><FONT face=3DVerdana size=3D2>see :
    <A=20
    =
    href=3D"
    ergraphik.net</A></FONT></DIV>
    <DIV><FONT face=3DVerdana
    size=3D2></FONT> </DIV>
    <DIV><FONT face=3DVerdana size=3D2>Useless to
    say that the same movies =
    are playing=20
    well in IE6 with Windows SP1 !...</FONT></DIV>
    <DIV><FONT face=3DVerdana
    size=3D2></FONT> </DIV>
    <DIV><FONT face=3DVerdana size=3D2>Anybody can
    help ?</FONT></DIV>
    <DIV><FONT face=3DVerdana
    size=3D2></FONT> </DIV>
    <DIV><FONT face=3DVerdana =
    size=3D2>Thanks.</FONT></DIV></BLOCKQUOTE></BODY></HTML>
    ------=_NextPart_000_0018_01C69A05.5FA39D70--

  • AW/Flash Movie not playing with Skin

    We inserted flash movie files (developed in Captivate-saved
    as flash 6 with a skin) using the insert flash movie menu option in
    AW7.02. We inserted the skin and it also pulls the captivate movie.
    We published using 1 button publishing. Our self-executables work
    fine. However on the web the skin appears but the movie does not
    play. If we imsert the movie alone, it plays but doesn't have the
    play/pause/stop/slide bar controls that the skin provides. Any
    suggestions?

    > We inserted flash movie files (developed in
    Captivate-saved as flash 6
    > with a
    > skin) using the insert flash movie menu option in
    AW7.02. We inserted the
    > skin
    > and it also pulls the captivate movie. We published
    using 1 button
    > publishing.
    > Our self-executables work fine. However on the web the
    skin appears but
    > the
    > movie does not play. If we imsert the movie alone, it
    plays but doesn't
    > have
    > the play/pause/stop/slide bar controls that the skin
    provides. Any
    > suggestions?
    >
    I had a similar problem a few months ago. I asked one of the
    Captivate
    engineers. Here's his response.
    ===================
    Open the skin Editor (Project -> Skin...) From the
    'Borders' Tab, Deselect
    'Show Borders'.
    Doing the above two steps will result in only one output file
    which will
    include the playbar. However, it will overlap some part of
    the content.
    To use old (Captivate 1 style) playback controls, do the
    following:
    Open the Skin Editor and from the 'Skin' Drop down combo box,
    select 'BMP
    Playbars'.
    If you wish that your playback control should not overlap the
    content and
    still output is one file, then do the following.
    Turn off the borders (as explained above).
    From Project menu, open 'Resize Project'
    In the 'Resize project' dialog, Increase only the height by
    20 pixels.
    In the group below (left hand side, 'if new size is lager'),
    select 'Keep
    project the same size and fill bg with color' and selct a
    color.
    Select the position of project as top center.
    Do not rescale any objects
    In the above way, your output will only be one file and still
    will include
    the playback controls and the playback controls will not
    overlap the
    content.
    =================
    Steve
    EuroTAAC eLearning 2007
    http://www.eurotaac.com
    Adobe Community Expert: Authorware, Flash Mobile and Devices
    My blog -
    http://stevehoward.blogspot.com/

  • Flash movies with play button don't work

    I have the 'simple' problem that everytime I see a "play" button on a web page with flash content, clicking on it won't start the movie.  However, e.g. YouTube movies work fine. So it seems it's just movies that do not start automatically after clicking on a link.
    Also, checking the flash player e.g. at the Adobe site (http://helpx.adobe.com/flash-player/kb/find-version-flash-player.html), tells me in a flash box I have the latest flash player installed, and I see the  flash movie 'flash player is running on your system' with the red ball rolling in it.
    I have the same problem for both google Chrome and for IE.
    I still have an old Dell Inspiron 6000 notebook with Win XP (latest updates) and ATI mobility Radeon X300 graphics chip, for which I also installed the latest available drivers.
    Experimenting with Flash Player settings was unsuccessful so far (e.g. no hardware acceleration, clearing all internet data in the Flash Player global settings tool).
    My desktop (also with Win XP and with the same browsers and Flash Players/Flash Plugins installed works fine...).
    I also know that it worked at an earlier time with this NB...
    I managed to run the movie with a Linux Live CD but that is not what I want to do every time...
    Any idea is highly appreciated.....

    Hi BalusC, i have saved the datamodel (a ArrayList) in SessionBean. It can't be null. The rows of table display correct. I don't understand, why functions buttons with ObjectArrayDataProvider, but not with ObjectListDataProvider?
    I found a page with same problem: http://forum.java.sun.com/thread.jspa?threadID=549675&tstart=30

Maybe you are looking for

  • Some iPhoto pictures missing after time machine recovery, were there errors reported during backup that I missed?

    Hello. I used time machine/time capsule to automatically back up my sytem over the last 3 years and I used the backups to recover my system to a new hard drive when the original drive began to fail. After recovery, I noticed there are missing photos

  • SPNego configuration with Active Directory as UME datasource

    Here are some additional informations: According to SAP note 718383 changing an existing datasource configuration "dataSourceConfiguration_abap.xml" is not possible. But my aim is to connect an ADS server as datasource (dataSourceConfiguration_ads_re

  • MTU used by ECI modem/HH3

    For whatever reason my MTU value seems to be set at 1452 from the ECI modem/HH3, any idea why this would be the case rather than 1492? More importantly is there any way to change this as I'm convinced this is too low and would like to try the default

  • How can i use the parallel port

    I was wondering how to adress my PC´s parallel port. I did'nt find a suitable VI in the palettes. Do I have to read/write somehow directly to the port adress in memory 0378 ...? If so, how can this be done ? Thanks for any help, Holsch

  • Iphone overheats and shuts down when charging ?

    hello, since i have had my iphone 4s replace in april my iphone overheats and shuts down when charging? can anyone help?