Displaying flash movies randomly

Hi All,
I have a question regarding flash.
I want to develop my project with the flash.
My project scenario is, I have a total no of 60 (.swf) flash
movies and are about to take 4 to 5 minutes each, my aim is to
display 20 .swf files randomly at a time on the screen.
i.e., if we click on a button for the first time, it should
display a 20 flash movies on the screen and when we click for the
second time it should display other set of 20 flash movies it may
or may not repeat the previous ones. It means every person should
be displayed with a different set of flash movies, no two persons
can get the same set of movies. The movies should be randomly
selected.
Could you please direct me to meet my scenario.
Thank you for your precious time.

anyone?

Similar Messages

  • Displaying Flash movie from UCM

    Hi,
    could anyone help me how to display a flash movie from UCM on webcenter portal page? I tried to do this by Image component, however flash displays after clicking image in new window.
    How can I achieve functionallity to show flash movie automatically when user displays page?
    I would be grateful for any help
    Adam

    Tzvetan,
    Goto Properties of the Gauge
    Behavior>common>Needle Movement
    Increment and value as "0"
    -Anil

  • Displaying Flash movie in JEditorPane -- HTMLEditor

    Hi,
    I am writing an HTMLEditor using Applet. I am using JEditorPane/JTextPane for editing the HTML page. I am displaying an HTML page using the setPage method of JEditorPane/JTextPane. But, I am not able to see the flash movie which is embeded in the HTML page.
    Did anybody try this? I saw a lot of questions regarding HTMLEditor using Applet, but haven't seen one regarding the flash movie display.
    I saw JMF(Java Media Framework), but it can be used only if we want to embed flash in java(eg:Applet,Frame) directly. Seems like JMF will not solve my problem.
    Can someone help me out.
    Thanx in advance.
    Satish K Kumar

    I'm trying to design a widget for adobe AIR that would
    display an external webpage in one of it's windows. What program do
    you suggest I use?

  • Display flash movie

    Hey everyone,
    I want to display a flash(or other format) movie in apex.
    I searched a lot, also in other forums. But the only thing I can see is a blank (white) page.
    I used this code in HTML Region source...
    <object width="400" height="224" >
    <param name="allowfullscreen" value="true" />
    <param name="allowscriptaccess" value="always" />
    <param name="movie" value="#IMAGE_PREFIX#video2.flv" />
    <embed src="#IMAGE_PREFIX#video2.flv" type="application/x-shockwave-flash"
    allowscriptaccess="always" allowfullscreen="true" width="400" height="224">
    </embed>
    </object>
    I also tried to embed youtube videos...this worked perfect.
    But if I try to embed workspace files, it doesn't. I also tried videos in swf format.
    And with #WORKSPACE_IMAGES#
    It's always the same.
    Hope someone can help me.
    greets
    Danny

    Did you upload the Scripts folder that DW places in your
    local site when you
    insert Flash?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "desypher" <[email protected]> wrote in
    message
    news:fvmvdi$cqu$[email protected]..
    > Hi I just posted my website and I have a flash movie on
    the page and when
    > I
    > render it in firefox from dreamweaver it shows up fine
    but on the server
    > it is
    > blank.
    >
    > The website is
    >
    > www.silvereaglemarketing.com
    >
    > here's the code
    >
    > <script type="text/javascript">
    > AC_FL_RunContent(
    > 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#
    >
    version=9,0,28,0','width','800','height','120','title','machines_movie','src','F
    > lash/machines1','quality','high','pluginspage','
    http://www.adobe.com/shockwave/d
    >
    ownload/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','Flash/machines1'
    > ); //end AC code
    > </script><noscript><object
    > classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    > codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
    > rsion=9,0,28,0" width="800" height="120"
    title="machines_movie">
    > <param name="movie" value="Flash/machines1.swf" />
    > <param name="quality" value="high" />
    > <embed src="Flash/machines1.swf" quality="high"
    > pluginspage="
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Versio
    > n=ShockwaveFlash" type="application/x-shockwave-flash"
    width="800"
    > height="120"></embed>
    > </object></noscript>
    >

  • Page won't display flash movie

    Hi I just posted my website and I have a flash movie on the
    page and when I render it in firefox from dreamweaver it shows up
    fine but on the server it is blank.
    The website is
    www.silvereaglemarketing.com
    here's the code
    <script type="text/javascript">
    AC_FL_RunContent( 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','wid th','800','height','120','title','machines_movie','src','Flash/machines1','quality','high' ,'pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=Shock waveFlash','movie','Flash/machines1'
    ); //end AC code
    </script><noscript><object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0"
    width="800" height="120" title="machines_movie">
    <param name="movie" value="Flash/machines1.swf" />
    <param name="quality" value="high" />
    <embed src="Flash/machines1.swf" quality="high"
    pluginspage="
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"
    type="application/x-shockwave-flash" width="800"
    height="120"></embed>
    </object></noscript>

    Did you upload the Scripts folder that DW places in your
    local site when you
    insert Flash?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "desypher" <[email protected]> wrote in
    message
    news:fvmvdi$cqu$[email protected]..
    > Hi I just posted my website and I have a flash movie on
    the page and when
    > I
    > render it in firefox from dreamweaver it shows up fine
    but on the server
    > it is
    > blank.
    >
    > The website is
    >
    > www.silvereaglemarketing.com
    >
    > here's the code
    >
    > <script type="text/javascript">
    > AC_FL_RunContent(
    > 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#
    >
    version=9,0,28,0','width','800','height','120','title','machines_movie','src','F
    > lash/machines1','quality','high','pluginspage','
    http://www.adobe.com/shockwave/d
    >
    ownload/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','Flash/machines1'
    > ); //end AC code
    > </script><noscript><object
    > classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    > codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
    > rsion=9,0,28,0" width="800" height="120"
    title="machines_movie">
    > <param name="movie" value="Flash/machines1.swf" />
    > <param name="quality" value="high" />
    > <embed src="Flash/machines1.swf" quality="high"
    > pluginspage="
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Versio
    > n=ShockwaveFlash" type="application/x-shockwave-flash"
    width="800"
    > height="120"></embed>
    > </object></noscript>
    >

  • How do I display a live webpage (live data feed) as part of my looping flash movie.

    G'Day All, I've been tasked with creating a flash movie for a client (3 scenes, some text and images) simple enough, the challenge is one of the scenes needs to display a live page from a locally hosted website (it's a graphic display of a live data feed from a solar panel array on the roof). What I need to know is how do I set up the flash file to display the live page as one of the scenes of my looping movie? Any help would be greatly appreciated. Cheers, Ben.

    Why they've removed it ?
    Apple have appeared to have made some strange decisions with Keynote 6.1, features missing or not working.
    We are told to wait for the updates to correct these anomalies during the first half of 2014.

  • BPM Workspace can't display the flash movie with IE

    Hi
    We have the following problem, we have a BPM project with a flash screen, when we execute the project in the workspace of BPM studio we can see the Flash, but when we published the project in BPM Enterprise , the workspace can't display the flash movie, it just display the panel without buttons and fields. This happen just in Internet Explorer, in other browsers we can see the flash.
    Any idea or solution ??
    Thanks in advance

    Actually, I got it working now...
    It seems that I have to have all the files in the same folder
    as the page it displays on!
    Historically I would dump a standard flash clip (not a
    converted movie with buttons) into the /images folder.
    I tested this intitally in a /video folder (just to keep all
    the files in one place) which would display the clip but not the
    buttons but as soon as I moved the files in the same directory as
    the page itself (which is the main index.html) it worked fine!
    So if anyone does read this is there a reason for that as I
    would like to keep everything in separate folders!
    Cheers, J

  • Flash movie not displayed correctly in IE 8 on some Windows OS

    Has anyone seen this problem?
    I'm using CS4 to export a basic flash movie with embed tags pre scripted...
    And the issue is that on some OS systems using Vista or Windows 7 and IE 8 as a primary browser, it appears that IE 8 is not displaying the flash banner completely.... its CROPPING it off... This is very strange because the banner works fine in FireFox, IE7,Opera,Chrome but not I.E.8 on some OS systems...
    If you google "Flash not displaying correctly in IE 8" you'll get alot of people with the same issues but no real definate fix...
    Are there any suggestions as to what i could try?
    Do i need different flash embed tags? Or is this a user issue?
    Please Advise as soon as possible...
    Thanks

    I'm sorry, i forgot to explain that I didn't upload the flash published html because it did and produced the exact same results.
    The flash published still got cropped off on 1 vista os(I.E 8) running from a laptop and 1 windows 7(I.E. 8) latop os...
    Its good to hear that you're able to see it clearly... however in my QA efforts, i've been asked to fix the issue or drop the flash banner all together.
    I've tried every which way, i've even converted the embed tags (not uploaded by the way) to a js script and it STILL gets cropped of on 2 ie8 run OS systems...
    And now i'm not sure what else to try on my end.
    I'm currious if because this is an XML driven flash banner, this may be an issue? But it still doesn't explain why some people can see this in IE 8 as you can and others get a cropped banner like in my screen shot sample.
    Again i invite everyone in the forum to take a look at the sample links, as i'd be curious to see who else is seeing this.
    By the way "kglad" Thank you so much... please keep the suggestions coming... but everything you've suggested, i've tried.
    This is very perplexing. Is this a setting issue? or is there some setting on the user side i'm not aware of? Either way, as usual... the flash developer is blamed so i must find a solution.
    Link to flash sample
    http://www.extremefx.net/flashie8issue/flashtest.html
    Link to screen shot sample on a Vista and Windows 7 running IE 8 browser
    http://www.extremefx.net/flashie8issue/ie8issue.jpg
    Again... eagerly await feed back from you and the rest of the forum.
    Message was edited by: RegGFX

  • Flash movies stop after a random amount of time,

    The problem that I am having is that flash movie files (Every website) play for a moment or two and then stop with the little “loading” symbol turning endlessly in the center of the screen. Flash movies used to work with no problem but over the span of the last few months it went from not working well to not working at all. In a perhaps related problem sometimes downloads will stop after a certain length of time and also seem to “hang” at a random spot. If I pause the reload and then restart it the program or whatever will usually finish downloading. This doesn’t happen often but does happen. The flash movie thing, though, happens every time – no matter what browser I have tried. (Firefox, IE, IE with no add-ons, and Chrome anyway.)
    I have tried solutions that I have found all across the internet, including the Adobe and Microsoft forums, to no avail. I have unloaded flash with the Adobe uninstaller and reloaded flash. I have tried various flash releases – with and without a firewall on. I have made sure that I am using the 32 bit version of IE and even tried running everything in “administrator mode.” I’ve upgraded every driver that I can upgrade. I’ve used a registry checker as a last resort. I even used the Dell partition to return my computer back to the condition that it was in when I bought it and that didn’t change anything either.
    Everything I have tried has made zero difference. In the hopes that someone will have another idea for me to try I am putting all the stats for my computer that I can think of below.
    Qwest internet running at 20mbps
    Flash 10.1.102.64
    Shockwave 11.5.9.615
    Microsoft Security Essentials
    Tried both IE 9, IE with no add-ons, and now have IE 8 from when I restored from the partition image
    OS Name             Microsoft Windows 7 Home Premium
    Version                6.1.7600 Build 7600
    System Manufacturer    Dell Inc.
    System Model   Inspiron 560
    System Type      x64-based PC
    Processor            Intel(R) Core(TM)2 Duo CPU     E7500  @ 2.93GHz, 2936 Mhz, 2 Core(s), 2 Logical Processor(s)
    Graphics - Intel(R) G45/G43 Express Chipset
    Sound - Realtek High Definition Audio
    BIOS Version/Date          Dell Inc. A00, 10/6/2009
    SMBIOS Version               2.6
    Hardware Abstraction Layer        Version = "6.1.7600.16385"
    Installed Physical Memory (RAM)             8.00 GB
    Total Physical Memory  7.96 GB
    Available Physical Memory          6.94 GB
    Total Virtual Memory     15.9 GB
    Available Virtual Memory             14.4 GB
    Page File Space 7.96 GB

    Thank you for answering eidnolb -
    Answering your questions...
    Have you had a Virus and if so what Anti-Virus program removed it?
    No virus that I am aware of
    Since you have a Dell, McAfee came pre-installed? Did you remove it prior to Installing MSE? If so, did you use the McAfee Removal Tool or just remove it from Control Panel/Programs & Features?
    My computer did come  with McAfee which isn't on my computer now. I used a program called "Decrapifier" that removes unwanted preloaded software that comes with PCs.
    Is McAfee still Installed?
    No
    Do you have any Anti-Virus/Spyware programs other than MSE?
    No - I have just used MSE until now. I thought about using AVAST but was't sure what running 2 virus/spyware programs would be like.
    Since MSE doesn't have a Firewall, do you use any Firewall other than Windows? If so, which?
    I use Windows Firewall. I have tried both adding Youtube as an allowed program and switching the firewall off enirely with no luck.
    Do you use a Router? Is it Wireless?
    I do have a Lynksys router that is a little older but I've also tried hooking the modem directly to the computer.
    Is Qwest wireless?
    I use the wired ports and not the wireless for my connection.
    Other than IE8, what browsers and versions are Installed now?
    I only have IE8 now. I never reinstalled the other browsers after using the Dell partition. I prefer Firefox so having to use IE is frustrating.
    I've also used "RegestryBooster" to make sure that my regestry looked okay.
    Thanks again for taking the time to answer. I think you are right about me doing too much - LOL

  • Displaying Web Pages in a Flash Movie

    I'm new to Flash and AS 3 and I was wondering if it was
    possible to display a webpage in a Flash Movie.

    I'm trying to design a widget for adobe AIR that would
    display an external webpage in one of it's windows. What program do
    you suggest I use?

  • IE does not display my flash movie

    Hello fellows, I am having a huge problem with MIE. It does
    not displays the flash object embed! Firefox works fine, but IE
    doesn't!
    Here are the codes:
    quote:
    Code made by me:
    <object width="757" height="153">
    <param name="movie" value="/script/top.swf"> <param
    name="quality" value=high>
    <param name="play" value=true> <param name="bgcolor"
    value=#0000000>
    <param name="wmode" value="transparent">
    <embed src="/script/top.swf" width="757" height="153"
    wmode="transparent">
    </embed>
    </object>
    The funny thing is that I use almost the same code to display
    another flash movie and it WORKS for the second!!! Why is that? The
    Firefox displays both of them fine.
    I tried a second code:
    quote:
    Code generated by Flash itself:
    <object
    classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" odebase="
    http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0"
    width="757" height="153" id="top" align="middle">
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="movie" value="script/top.swf" />
    <param name="quality" value="high" />
    <param name="bgcolor" value="#000000" />
    <embed src="script/top.swf" quality="high"
    bgcolor="#000000" width="757" height="153" name="top"
    align="middle" allowScriptAccess="sameDomain"
    type="application/x-shockwave-flash" pluginspage="
    http://www.macromedia.com/go/getflashplayer">
    </embed>
    </object>
    When I use the code above it returns to me an error on line
    215, but my file has only 196 lines! And if I count the included
    javascript, the possible lines are commentaries. The Firefox works
    fine.
    What is wrong with IE?
    See ya!
    Augusto

    > <object width="757" height="153">
    All the essential stuff is missing form the <object>
    tag .. so it will fail
    on IE (firefox doesn't use the object tag)
    > odebase="
    http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#v
    "odebase"? should be "codebase"
    Use the tags generated by Flash when you publish to HTML and
    things should
    be fine. Don't try to do it yourself unless you are an expert
    (and even
    experts don't just typ in tags themselves .. they copy and
    paste from
    previous html they have that works)
    Jeckyl

  • Flash movie display issues in IE

    Hi Everyone!
    This message is a cross-post and I apologize, but there seems
    to be more traffic in this forum and I really could use some input
    on my question. Here goes:
    I'm new to this forum, but have a little experience with
    Flash. I'm building a site, mixing flash with css and html on a
    webpage (obviously). When I test the pages in Internet Explorer,
    the display jumps around quite a bit when I navigate between web
    pages (looks fine when clicking through frames in the movies). This
    is the first time I've ever seen this (in the few times I've built
    flash-heavy sites) and this display issue doesn't happen in
    Firefox, Opera or even old Netscape. Unfortunately - most of the
    world is using IE, so I need a little help.
    I thought perhaps the Flash Satay solution might be the
    answer, but I'm not a handy programmer so before I go mucking
    around with it, I thought I'd get some thoughts from other flash
    users...
    Here's the link: mustardseedwoodworking.com/testing The pages
    in question (and the only ones that are working, really) are the
    home page, the about page, and then galleries one and two.
    (Oh finally, I'm viewing these pages both locally, on my
    computer and online after being uploaded. I have cable internet
    access. I realize Gallery 2 loads a bit more slowly than Gallery 1,
    but the primary reason I'm using flash to display the tables is
    because I want large, high rez photos. )
    Thanks in advance!
    Michelle

    Did you upload the Scripts folder that DW places in the root
    of your site?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Dunk11" <[email protected]> wrote in
    message
    news:eavmev$olm$[email protected]..
    >I need some help getting Internet Explorer to show my
    flash movie.
    >Everything
    > looks fine in FireFox, but when I test it in IE my
    movies will not load.
    > I can
    > however go directly to the .swf file in IE and it will
    load. But when I
    > try to
    > view in on the actual webpage it will not. Here is the
    link
    >
    http://www.duncanandthompson.com/test/test.htm
    > Thanks
    >

  • IE7 & Flash Movie not displaying FF works fine

    Hi,
    I have an issue with IE7 and my Flash video movies. When I
    use IE7 (7.0.5730.13) the 6 videos (flash movies) on the page do
    not display all 6 BUT in FF they all display and my navigation menu
    works fine. The video boxes/placeholders change when I refresh the
    page in IE7, but again, not all 6 show like in FF and the menus
    won't work properly.
    Any help! Please use common/dummy talk so I can fix it. The
    page is:
    http://www.ferndalehistoricalsociety.org/history_video.html

    The movies are MASSIVE. I Think you are just not waiting long
    enough. It
    took >15 minutes for FF to show all of the video frames.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "DL48220" <[email protected]> wrote in
    message
    news:ga6b2t$iu3$[email protected]..
    > Hi,
    >
    > I have an issue with IE7 and my Flash video movies. When
    I use IE7
    > (7.0.5730.13) the 6 videos (flash movies) on the page do
    not display all 6
    > BUT
    > in FF they all display and my navigation menu works
    fine. The video
    > boxes/placeholders change when I refresh the page in
    IE7, but again, not
    > all 6
    > show like in FF and the menus won't work properly.
    >
    > Any help! Please use common/dummy talk so I can fix it.
    The page is:
    >
    >
    http://www.ferndalehistoricalsociety.org/history_video.html
    >
    >
    >

  • How do I tell my flash movie which frames to display depending on the page?

    Hi,
    I'm creating a php website with a flash movie that
    incorporates the navigation. The movie shows an image for each
    section and this image doubles as the navigation. The website uses
    the same php template throughout the site for each page.
    Here's the thing: I would like each page within the site to
    display the rollover / active state of the section that the page is
    in, rather than the movie playing fully each time the visitors
    visits a different page.
    The .fla file and .swf can be viewed here:
    http://preview.hosts.co.uk/~swinsidelodge-hotel.co.uk/templates/swinside/img/header.fla
    http://preview.hosts.co.uk/~swinsidelodge-hotel.co.uk/templates/swinside/img/header.swf
    So when a visitor is on a page in the hotel section, I want
    the flash movie to play frames 201 to 205 and when in the booking
    section frames 221 to 225 rather than the whole movie.
    Is there any way of doing this?
    Thanks,
    Konrad

    Thanks Gorka,
    I looked it up and found this useful summary:
    http://probertson.com/articles/2006/12/14/deep-linking-flash-application-states/
    However, I'm now trying to figure out how write the flahs
    vars so it can see what section / folder the page is in so that the
    swf knows to play the same frames for both
    swinsidelodge-hotel.co.uk/pages/hotel/awards.php and
    swinsidelodge-hotel.co.uk/pages/hotel/guest-comments.php. So
    basically it doesn't look at the last bit of the url but the first
    bit... I would like the flash vars to be dynamic so that when the
    client adds a new subpage in one of the sections the swf will still
    know which frames to play.
    Any suggestions?
    Thanks,
    Konrad

  • Drop down list created by fireworks MX disappears behind Flash movie.  Is there a way to have the menu list display front of Flash movie?

    Drop down list created by fireworks MX disappears behind Flash movie.  Is there a way to have the menu list displays in front of Flash movie, pls. let me know what I should do to have the drop down menue not disappear behind the Flash movie.
    Thanks,
    [email address removed by host]

    Wrong forum... this is to discuss the operation of the forums, not products
    You need a forum for Fireworks or Flash or maybe Dreamweaver
    Go to the index at http://forums.adobe.com/index.jspa to find the correct forum for your question

Maybe you are looking for