Flash presentation manager for broadcast to conference TV screens ... pre-loading

Ask a Question related to Macromedia Flash Data Integration, Design and Development.

  1. #1

    Default Flash presentation manager for broadcast to conference TV screens ... pre-loading

    Hello!

    I am trying to find pointers for the following project!

    ANY help much appreciated!

    Cheers,
    Tim

    =============================

    The Interactive Presentation is broadcast to TV screens during a
    conference.

    I am using Flash MX Pro 2004

    The elements of the presentation will be:
    - Presentations
    - Slides (within a particular presentation)
    - Elements (overlaid over a presentation - e.g. SMS ticker
    bar, or announcements)


    Presentations are controlled by the Loader, which every 5 seconds
    should determine whether the Presentation has changed, and of so, load
    a new movie. This should be done by giving the new movie time to
    pre-load its data, and then cross-fade.

    IMAGE:
    [url]http://www.premierinteractive.org.uk/ipflash1/main-loader1.gif[/url]


    Each presentation type (e.g. Slide show, blank screen, or colour bars)
    has a separate SWF movie which will be loaded by the Loader. It will
    contain parameters which enable it to lookup its data from the
    WSDL/XML. Each slide has a duration which is stored in the slide
    table. Once the duration is 5 seconds from being reached, the new
    slide should pre-load its data, and then cross-fade.

    IMAGE:
    [url]http://www.premierinteractive.org.uk/ipflash1/pres-1.gif[/url]


    There are elements which are turned on and off during presentations.
    E.g. SMS ticker bar. These have specifications in an element table -
    name, size, SWF location, on/off status. If an element is turned on,
    the element should pre-load its data and then being the re-sizing
    transition... The main slide text should be scaled down, and the
    element window faded in.


    IMAGE:
    [url]http://www.premierinteractive.org.uk/ipflash1/element-listen1.gif[/url]


    I have tested in very rough format connecting with my Cold Fusion
    driven WSDL, and it works fine. There is a 1 to 2 second delay in
    loading the data though (this is tested and will be run on 1MB ADSL
    (1:50), with a high spec server and connection).

    I don't know much about Action Script nor Java Script. My skills lie
    mainly in ASP (VB), ColdFusion and MS SQL.

    The main areas I can immediately see I need guidance in are:
    - Pre-loading so that data has a chance to load!!!
    - How to get the Loader to wait 5, get the presentation ID, check
    against stored ID, if different store the new ID, pre-load the new SWF
    in the background, cross-fade.
    - How to get the next slides to pre-load, cross-fade, wait
    - Checking that an element hasn't be turned on/off, and if so,
    pre-load, re-size and cross-fade
    - I have Title, and Content fields to display in slides. I can only
    get the data to display in ‘Label' components, and I can't use text
    formatting on them. I can use hard coded HTML in the data field, but
    don't want to do that. How can I format them? Another component?


    Keywords:
    Preload preloader preloading pre-load pre-loading buffer cross-fade
    crossfade wsdl xml coldfusion cold-fusion cfml macromedia flash mx
    2004 pro professional data source ms sql mssql ms-sql action script
    javascript java sms ticker html label formatting format
    Tim Stokes Guest

  2. Similar Questions and Discussions

    1. Blank screens while loading .swf videos
      I have several .swf movies on a website I am designing. The smaller movies load fairly quickly but the larger movies just pop up a white screen...
    2. Dov Isaacs' "Successful Printed Output" Presentation - The 2004 InDesign Conference
      Attached is a PDF file of the presentation I made at the The 2004 InDesign Conference held in Boston, Massachusetts in July. This presentation,...
    3. Loading Screens
      Does Any One No How To Create Loading Screens The Bit That Goes Before The Movie. I Dont No How To Do It Can Any Body Help.
    4. Intermittent "Page Loading" Screens
      It sounds like you should consider using multithreading. By running the long process on a separate thread, you free the browser up to do other...
    5. Loading gradients in Preset Manager
      I have downloaded some grads from the exchange Exchange, but when I try to load them in the Preset Manager I get a message saying that the files are...
  3. #2

    Default Flash presentation manager for broadcast to conference TV screens ... pre-loading

    Hello!

    I am trying to find pointers for the following project!

    ANY help much appreciated!

    Cheers,
    Tim

    =============================

    The Interactive Presentation is broadcast to TV screens during a
    conference.

    I am using Flash MX Pro 2004

    The elements of the presentation will be:
    - Presentations
    - Slides (within a particular presentation)
    - Elements (overlaid over a presentation - e.g. SMS ticker
    bar, or announcements)


    Presentations are controlled by the Loader, which every 5 seconds
    should determine whether the Presentation has changed, and of so, load
    a new movie. This should be done by giving the new movie time to
    pre-load its data, and then cross-fade.

    IMAGE:
    [url]http://www.premierinteractive.org.uk/ipflash1/main-loader1.gif[/url]


    Each presentation type (e.g. Slide show, blank screen, or colour bars)
    has a separate SWF movie which will be loaded by the Loader. It will
    contain parameters which enable it to lookup its data from the
    WSDL/XML. Each slide has a duration which is stored in the slide
    table. Once the duration is 5 seconds from being reached, the new
    slide should pre-load its data, and then cross-fade.

    IMAGE:
    [url]http://www.premierinteractive.org.uk/ipflash1/pres-1.gif[/url]


    There are elements which are turned on and off during presentations.
    E.g. SMS ticker bar. These have specifications in an element table -
    name, size, SWF location, on/off status. If an element is turned on,
    the element should pre-load its data and then being the re-sizing
    transition... The main slide text should be scaled down, and the
    element window faded in.


    IMAGE:
    [url]http://www.premierinteractive.org.uk/ipflash1/element-listen1.gif[/url]


    I have tested in very rough format connecting with my Cold Fusion
    driven WSDL, and it works fine. There is a 1 to 2 second delay in
    loading the data though (this is tested and will be run on 1MB ADSL
    (1:50), with a high spec server and connection).

    I don't know much about Action Script nor Java Script. My skills lie
    mainly in ASP (VB), ColdFusion and MS SQL.

    The main areas I can immediately see I need guidance in are:
    - Pre-loading so that data has a chance to load!!!
    - How to get the Loader to wait 5, get the presentation ID, check
    against stored ID, if different store the new ID, pre-load the new SWF
    in the background, cross-fade.
    - How to get the next slides to pre-load, cross-fade, wait
    - Checking that an element hasn't be turned on/off, and if so,
    pre-load, re-size and cross-fade
    - I have Title, and Content fields to display in slides. I can only
    get the data to display in ‘Label' components, and I can't use text
    formatting on them. I can use hard coded HTML in the data field, but
    don't want to do that. How can I format them? Another component?


    Keywords:
    Preload preloader preloading pre-load pre-loading buffer cross-fade
    crossfade wsdl xml coldfusion cold-fusion cfml macromedia flash mx
    2004 pro professional data source ms sql mssql ms-sql action script
    javascript java sms ticker html label formatting format
    Tim Stokes Guest

  4. #3

    Default Flash presentation manager for broadcast to conference TV screens ... pre-loading

    Hello!

    I am trying to find pointers for the following project!

    ANY help much appreciated!

    Cheers,
    Tim

    =============================

    The Interactive Presentation is broadcast to TV screens during a
    conference.

    I am using Flash MX Pro 2004

    The elements of the presentation will be:
    - Presentations
    - Slides (within a particular presentation)
    - Elements (overlaid over a presentation - e.g. SMS ticker
    bar, or announcements)


    Presentations are controlled by the Loader, which every 5 seconds
    should determine whether the Presentation has changed, and of so, load
    a new movie. This should be done by giving the new movie time to
    pre-load its data, and then cross-fade.

    IMAGE:
    [url]http://www.premierinteractive.org.uk/ipflash1/main-loader1.gif[/url]


    Each presentation type (e.g. Slide show, blank screen, or colour bars)
    has a separate SWF movie which will be loaded by the Loader. It will
    contain parameters which enable it to lookup its data from the
    WSDL/XML. Each slide has a duration which is stored in the slide
    table. Once the duration is 5 seconds from being reached, the new
    slide should pre-load its data, and then cross-fade.

    IMAGE:
    [url]http://www.premierinteractive.org.uk/ipflash1/pres-1.gif[/url]


    There are elements which are turned on and off during presentations.
    E.g. SMS ticker bar. These have specifications in an element table -
    name, size, SWF location, on/off status. If an element is turned on,
    the element should pre-load its data and then being the re-sizing
    transition... The main slide text should be scaled down, and the
    element window faded in.


    IMAGE:
    [url]http://www.premierinteractive.org.uk/ipflash1/element-listen1.gif[/url]


    I have tested in very rough format connecting with my Cold Fusion
    driven WSDL, and it works fine. There is a 1 to 2 second delay in
    loading the data though (this is tested and will be run on 1MB ADSL
    (1:50), with a high spec server and connection).

    I don't know much about Action Script nor Java Script. My skills lie
    mainly in ASP (VB), ColdFusion and MS SQL.

    The main areas I can immediately see I need guidance in are:
    - Pre-loading so that data has a chance to load!!!
    - How to get the Loader to wait 5, get the presentation ID, check
    against stored ID, if different store the new ID, pre-load the new SWF
    in the background, cross-fade.
    - How to get the next slides to pre-load, cross-fade, wait
    - Checking that an element hasn't be turned on/off, and if so,
    pre-load, re-size and cross-fade
    - I have Title, and Content fields to display in slides. I can only
    get the data to display in ‘Label' components, and I can't use text
    formatting on them. I can use hard coded HTML in the data field, but
    don't want to do that. How can I format them? Another component?


    Keywords:
    Preload preloader preloading pre-load pre-loading buffer cross-fade
    crossfade wsdl xml coldfusion cold-fusion cfml macromedia flash mx
    2004 pro professional data source ms sql mssql ms-sql action script
    javascript java sms ticker html label formatting format
    Tim Stokes Guest

  5. #4

    Default Re: Flash presentation manager for broadcast to conference TV screens ... pre-loading


    You can actually run a flash movie in microsoft powerpoint.... did you know
    that....

    Reaps

    "Tim Stokes" <tim.stokes@freshfmmanchester.co.uk> wrote in message
    news:4f83be74.0502170548.34c7cefe@posting.google.c om...
    > Hello!
    >
    > I am trying to find pointers for the following project!
    >
    > ANY help much appreciated!
    >
    > Cheers,
    > Tim
    >
    > =============================
    >
    > The Interactive Presentation is broadcast to TV screens during a
    > conference.
    >
    > I am using Flash MX Pro 2004
    >
    > The elements of the presentation will be:
    > - Presentations
    > - Slides (within a particular presentation)
    > - Elements (overlaid over a presentation - e.g. SMS ticker
    > bar, or announcements)
    >
    >
    > Presentations are controlled by the Loader, which every 5 seconds
    > should determine whether the Presentation has changed, and of so, load
    > a new movie. This should be done by giving the new movie time to
    > pre-load its data, and then cross-fade.
    >
    > IMAGE:
    > [url]http://www.premierinteractive.org.uk/ipflash1/main-loader1.gif[/url]
    >
    >
    > Each presentation type (e.g. Slide show, blank screen, or colour bars)
    > has a separate SWF movie which will be loaded by the Loader. It will
    > contain parameters which enable it to lookup its data from the
    > WSDL/XML. Each slide has a duration which is stored in the slide
    > table. Once the duration is 5 seconds from being reached, the new
    > slide should pre-load its data, and then cross-fade.
    >
    > IMAGE:
    > [url]http://www.premierinteractive.org.uk/ipflash1/pres-1.gif[/url]
    >
    >
    > There are elements which are turned on and off during presentations.
    > E.g. SMS ticker bar. These have specifications in an element table -
    > name, size, SWF location, on/off status. If an element is turned on,
    > the element should pre-load its data and then being the re-sizing
    > transition... The main slide text should be scaled down, and the
    > element window faded in.
    >
    >
    > IMAGE:
    > [url]http://www.premierinteractive.org.uk/ipflash1/element-listen1.gif[/url]
    >
    >
    > I have tested in very rough format connecting with my Cold Fusion
    > driven WSDL, and it works fine. There is a 1 to 2 second delay in
    > loading the data though (this is tested and will be run on 1MB ADSL
    > (1:50), with a high spec server and connection).
    >
    > I don't know much about Action Script nor Java Script. My skills lie
    > mainly in ASP (VB), ColdFusion and MS SQL.
    >
    > The main areas I can immediately see I need guidance in are:
    > - Pre-loading so that data has a chance to load!!!
    > - How to get the Loader to wait 5, get the presentation ID, check
    > against stored ID, if different store the new ID, pre-load the new SWF
    > in the background, cross-fade.
    > - How to get the next slides to pre-load, cross-fade, wait
    > - Checking that an element hasn't be turned on/off, and if so,
    > pre-load, re-size and cross-fade
    > - I have Title, and Content fields to display in slides. I can only
    > get the data to display in 'Label' components, and I can't use text
    > formatting on them. I can use hard coded HTML in the data field, but
    > don't want to do that. How can I format them? Another component?
    >
    >
    > Keywords:
    > Preload preloader preloading pre-load pre-loading buffer cross-fade
    > crossfade wsdl xml coldfusion cold-fusion cfml macromedia flash mx
    > 2004 pro professional data source ms sql mssql ms-sql action script
    > javascript java sms ticker html label formatting format

    Reaps Guest

  6. #5

    Default Re: Flash presentation manager for broadcast to conference TV screens ... pre-loading


    You can actually run a flash movie in microsoft powerpoint.... did you know
    that....

    Reaps

    "Tim Stokes" <tim.stokes@freshfmmanchester.co.uk> wrote in message
    news:4f83be74.0502170548.34c7cefe@posting.google.c om...
    > Hello!
    >
    > I am trying to find pointers for the following project!
    >
    > ANY help much appreciated!
    >
    > Cheers,
    > Tim
    >
    > =============================
    >
    > The Interactive Presentation is broadcast to TV screens during a
    > conference.
    >
    > I am using Flash MX Pro 2004
    >
    > The elements of the presentation will be:
    > - Presentations
    > - Slides (within a particular presentation)
    > - Elements (overlaid over a presentation - e.g. SMS ticker
    > bar, or announcements)
    >
    >
    > Presentations are controlled by the Loader, which every 5 seconds
    > should determine whether the Presentation has changed, and of so, load
    > a new movie. This should be done by giving the new movie time to
    > pre-load its data, and then cross-fade.
    >
    > IMAGE:
    > [url]http://www.premierinteractive.org.uk/ipflash1/main-loader1.gif[/url]
    >
    >
    > Each presentation type (e.g. Slide show, blank screen, or colour bars)
    > has a separate SWF movie which will be loaded by the Loader. It will
    > contain parameters which enable it to lookup its data from the
    > WSDL/XML. Each slide has a duration which is stored in the slide
    > table. Once the duration is 5 seconds from being reached, the new
    > slide should pre-load its data, and then cross-fade.
    >
    > IMAGE:
    > [url]http://www.premierinteractive.org.uk/ipflash1/pres-1.gif[/url]
    >
    >
    > There are elements which are turned on and off during presentations.
    > E.g. SMS ticker bar. These have specifications in an element table -
    > name, size, SWF location, on/off status. If an element is turned on,
    > the element should pre-load its data and then being the re-sizing
    > transition... The main slide text should be scaled down, and the
    > element window faded in.
    >
    >
    > IMAGE:
    > [url]http://www.premierinteractive.org.uk/ipflash1/element-listen1.gif[/url]
    >
    >
    > I have tested in very rough format connecting with my Cold Fusion
    > driven WSDL, and it works fine. There is a 1 to 2 second delay in
    > loading the data though (this is tested and will be run on 1MB ADSL
    > (1:50), with a high spec server and connection).
    >
    > I don't know much about Action Script nor Java Script. My skills lie
    > mainly in ASP (VB), ColdFusion and MS SQL.
    >
    > The main areas I can immediately see I need guidance in are:
    > - Pre-loading so that data has a chance to load!!!
    > - How to get the Loader to wait 5, get the presentation ID, check
    > against stored ID, if different store the new ID, pre-load the new SWF
    > in the background, cross-fade.
    > - How to get the next slides to pre-load, cross-fade, wait
    > - Checking that an element hasn't be turned on/off, and if so,
    > pre-load, re-size and cross-fade
    > - I have Title, and Content fields to display in slides. I can only
    > get the data to display in 'Label' components, and I can't use text
    > formatting on them. I can use hard coded HTML in the data field, but
    > don't want to do that. How can I format them? Another component?
    >
    >
    > Keywords:
    > Preload preloader preloading pre-load pre-loading buffer cross-fade
    > crossfade wsdl xml coldfusion cold-fusion cfml macromedia flash mx
    > 2004 pro professional data source ms sql mssql ms-sql action script
    > javascript java sms ticker html label formatting format

    Reaps Guest

  7. #6

    Default Re: Flash presentation manager for broadcast to conference TV screens ... pre-loading


    You can actually run a flash movie in microsoft powerpoint.... did you know
    that....

    Reaps

    "Tim Stokes" <tim.stokes@freshfmmanchester.co.uk> wrote in message
    news:4f83be74.0502170548.34c7cefe@posting.google.c om...
    > Hello!
    >
    > I am trying to find pointers for the following project!
    >
    > ANY help much appreciated!
    >
    > Cheers,
    > Tim
    >
    > =============================
    >
    > The Interactive Presentation is broadcast to TV screens during a
    > conference.
    >
    > I am using Flash MX Pro 2004
    >
    > The elements of the presentation will be:
    > - Presentations
    > - Slides (within a particular presentation)
    > - Elements (overlaid over a presentation - e.g. SMS ticker
    > bar, or announcements)
    >
    >
    > Presentations are controlled by the Loader, which every 5 seconds
    > should determine whether the Presentation has changed, and of so, load
    > a new movie. This should be done by giving the new movie time to
    > pre-load its data, and then cross-fade.
    >
    > IMAGE:
    > [url]http://www.premierinteractive.org.uk/ipflash1/main-loader1.gif[/url]
    >
    >
    > Each presentation type (e.g. Slide show, blank screen, or colour bars)
    > has a separate SWF movie which will be loaded by the Loader. It will
    > contain parameters which enable it to lookup its data from the
    > WSDL/XML. Each slide has a duration which is stored in the slide
    > table. Once the duration is 5 seconds from being reached, the new
    > slide should pre-load its data, and then cross-fade.
    >
    > IMAGE:
    > [url]http://www.premierinteractive.org.uk/ipflash1/pres-1.gif[/url]
    >
    >
    > There are elements which are turned on and off during presentations.
    > E.g. SMS ticker bar. These have specifications in an element table -
    > name, size, SWF location, on/off status. If an element is turned on,
    > the element should pre-load its data and then being the re-sizing
    > transition... The main slide text should be scaled down, and the
    > element window faded in.
    >
    >
    > IMAGE:
    > [url]http://www.premierinteractive.org.uk/ipflash1/element-listen1.gif[/url]
    >
    >
    > I have tested in very rough format connecting with my Cold Fusion
    > driven WSDL, and it works fine. There is a 1 to 2 second delay in
    > loading the data though (this is tested and will be run on 1MB ADSL
    > (1:50), with a high spec server and connection).
    >
    > I don't know much about Action Script nor Java Script. My skills lie
    > mainly in ASP (VB), ColdFusion and MS SQL.
    >
    > The main areas I can immediately see I need guidance in are:
    > - Pre-loading so that data has a chance to load!!!
    > - How to get the Loader to wait 5, get the presentation ID, check
    > against stored ID, if different store the new ID, pre-load the new SWF
    > in the background, cross-fade.
    > - How to get the next slides to pre-load, cross-fade, wait
    > - Checking that an element hasn't be turned on/off, and if so,
    > pre-load, re-size and cross-fade
    > - I have Title, and Content fields to display in slides. I can only
    > get the data to display in 'Label' components, and I can't use text
    > formatting on them. I can use hard coded HTML in the data field, but
    > don't want to do that. How can I format them? Another component?
    >
    >
    > Keywords:
    > Preload preloader preloading pre-load pre-loading buffer cross-fade
    > crossfade wsdl xml coldfusion cold-fusion cfml macromedia flash mx
    > 2004 pro professional data source ms sql mssql ms-sql action script
    > javascript java sms ticker html label formatting format

    Reaps Guest

  8. #7

    Default Re: Flash presentation manager for broadcast to conference TV screens ... pre-loading

    Reaps,

    Yeah I've looked into that, but we really want to run this solely with
    Flash Player.

    Do you have any pointers for information?

    Cheers,
    Tim

    Tim Stokes Guest

  9. #8

    Default Re: Flash presentation manager for broadcast to conference TV screens ... pre-loading

    Reaps,

    Yeah I've looked into that, but we really want to run this solely with
    Flash Player.

    Do you have any pointers for information?

    Cheers,
    Tim

    Tim Stokes Guest

  10. #9

    Default Re: Flash presentation manager for broadcast to conference TV screens ... pre-loading

    Reaps,

    Yeah I've looked into that, but we really want to run this solely with
    Flash Player.

    Do you have any pointers for information?

    Cheers,
    Tim

    Tim Stokes Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139