Flash Projector and Html together

Hello, what I want to do is to create a CD with a Website
that I have already done using html and flash. The problem is that
I want this CD to work in computers without Flash Player installed.
What if I create a flash projector movie that runs getUrl( )
and that html file contains flash animations, will people be able
to see them even if they do not have flash player installed?
Any ideas?
Thanks!
Raf

_RAF wrote:
> Hello, what I want to do is to create a CD with a
Website that I have already
> done using html and flash. The problem is that I want
this CD to work in
> computers without Flash Player installed.
> What if I create a flash projector movie that runs
getUrl( ) and that html
> file contains flash animations, will people be able to
see them even if they do
> not have flash player installed?
> Any ideas?
you can include the exe installer for the user.
Have the exe projector start, than ask whether they have or
not the player and
if they don't you could use fscommand exec to call it from cd
and install.
Macromedia allow downloads if the players for cd
distribution, you just need
to fill up a form to get the licensing which is an instant
process.
you could also have HTML with detection to check for the
player if they were
not sure whether is it or not install.
I have been doing the very same for years, flash projector as
splash screen
with all kind of add ons required for the CD, from flash
players to adobe reader
installer.
Regards
Urami
Happy New Year guys - all the best there is in the 2006 :)
<urami>
http://www.Flashfugitive.com
</urami>
<web junk free>
http://www.firefox.com
</web junk free>

Similar Messages

  • Linking between Flash, pdf and html

    How to link from Flash to certain page in pdf document
    displaying in web browser?
    this is not working:
    on (release) {
    getURL("interfaces.pdf#example", "_self");
    neither: #nameddest=example, #page=2
    This works though from html, but only first time. If you surf
    beck and then go to the same link it doesnt navigate to that page!
    Any idea very appreciated!
    Thanx

    Hi Raymond,
    To respond to your question:
    Would I have to create two regions with each region the same chart one in Flash and one in HTML and Hide/Show the region depending on the platform I am running eg iPAD or Desktop?
    No, this isn't necessary at all. One chart region with a "Chart Rendering" setting of "Flash Chart" on the Chart Attributes page will do the trick. With APEX 4.2, we introduced HTML5 chart support using AnyChart, our existing supplier of Flash charts in APEX. One of the great features of their new HTML5 charting support is how they handle the rendering of a chart. If you take a look at AnyChart's documentation on the rendering options available as part of their HTML5 support, http://www.anychart.com/products/anychart/docs/users-guide/migration-guide.html#from-5.1.x-to-6.x-rendering-types, there are 4 possible rendering options available. We declaratively support two of those options in APEX:
    AnyChart Rendering Option       Associated APEX "Chart Rendering" setting
    FLASH_PREFERRED                 Flash Chart
    SVG_ONLY                        HTML5 ChartSo if you choose to generate a "Flash Chart" in APEX 4.2, AnyChart will handle the rendering of that chart for you, depending upon whether Flash is found on the device or not. Where Flash is detected, a Flash chart is rendered, however if Flash isn't detected (e.g. on devices such as an iPad), then a HTML5 chart will be rendered. So there's nothing additional for you to do - no need for two regions on your page with two different charts. If you choose to generate a "HTML5 Chart", then a HTML5 chart will always be rendered - this is no fallback to Flash with this option.
    I hope this helps to clarify things for you.
    Regards,
    Hilary

  • Flash Player and HTML

    Client is looking to display some videos and information
    within a flash
    player. Since flash files cannot be read well by search
    engines, it is
    possible to have the flash player generate either an
    html/text or RSS file
    along with the video file? Thus I would anticipate that when
    a video and
    information about say an Inn is created/published that an
    html/text/rss file
    is also generated that describes what is in the video file?
    Is this possible? If it is, can someone please point me to
    some
    documentation?
    Thanx
    David

    No. Flash Player cannot render or generate a file. To create
    files you
    would need the assistance of a serverside script such as cfm,
    php, asp, cgi
    or perl.
    You can manually input into the html code the text and any
    other information
    you like that is used in the swf just before the object tag.
    <!--url's used in the movie-->
    <!--text used in the movie-->
    <object ...
    Dan Mode
    --> Adobe Community Expert
    *Flash Helps*
    http://www.smithmediafusion.com/blog/?cat=11
    *THE online Radio*
    http://www.tornadostream.com
    *Must Read*
    http://www.smithmediafusion.com/blog
    "David Wilson" <[email protected]> wrote in message
    news:eccnsp$qeo$[email protected]..
    > Client is looking to display some videos and information
    within a flash
    > player. Since flash files cannot be read well by search
    engines, it is
    > possible to have the flash player generate either an
    html/text or RSS file
    > along with the video file? Thus I would anticipate that
    when a video and
    > information about say an Inn is created/published that
    an html/text/rss
    > file
    > is also generated that describes what is in the video
    file?
    >
    > Is this possible? If it is, can someone please point me
    to some
    > documentation?
    >
    > Thanx
    >
    > David
    >
    >
    >

  • Flash navigation and html files

    I have a Flash navigation banner. The navigation banner
    contains seven buttons. Each button when clicked goes to different
    frames in the Flash movie. So, the first interaction is to make the
    movie to go to a particular frame, which I was able to do easily.
    On those frames, I also would like to load or link to HTML page.
    Like frame 10 will be page1.htm, frame 18 will be page2.htm so on
    and so forth. How do I link .htm files and the single navigation
    bar where each button would go to a specific frame and play the
    frame? I don’t want to use frames in my html docs. Is there
    any other solution? Please help!!
    Thank you in advance.
    FA

    Thank you for reply. I appreciate it. So, if I understand
    correctly:
    I would embed the navbar.swf in all my html files. Then Each
    button would go to each html pages (Like page1.htm page2.htm
    etc...) Then I use your code in my html file right? Like each html
    file will have the following code:
    <param name="movie" value="nav.swf?frame=page2">
    Is that how it works. Sorry for not being able to your
    answer.
    Thank you very much again

  • Flash navigation and HTML forms

    Wondering if any one can help. Whenever I use an html form on
    an html page, my flash navigation will not show up. The area where
    it should be is blank and my browser status bar says that there are
    two items remaining (my flash navs). The browser stays like this
    indefinately, not completely loading the page.
    Any suggestions ?
    Thanks,
    Elise

    Thank you for reply. I appreciate it. So, if I understand
    correctly:
    I would embed the navbar.swf in all my html files. Then Each
    button would go to each html pages (Like page1.htm page2.htm
    etc...) Then I use your code in my html file right? Like each html
    file will have the following code:
    <param name="movie" value="nav.swf?frame=page2">
    Is that how it works. Sorry for not being able to your
    answer.
    Thank you very much again

  • Flash menus and html

    Hi. I have a question that I hope won't be too complicated. I
    have two Flash objects (A Top horizontal bar and a Flash menu)
    inside a number of html web pages: <
    http://www.mikelrouse.com/>
    What I'd like is that the Flash objects not reload every time
    you selct a new page. I think there are two ways to do this: 1.
    Have the whole site as a Flash document (probably to difficult for
    me right now) or
    2. I've seen sites where a new html page is loaded but the
    menus and/or Flash opjects seem to "stay in place", meaning they're
    not reloading each time.
    Can anyone tell me if there is a way to do this in
    Dreamweaver?
    I would oh so grateful. Thanks in advance!

    Go to the Flash forum for this.
    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
    ==================
    "beliy333" <[email protected]> wrote in
    message
    news:enfj4p$fqs$[email protected]..
    >i know this isnt a flash forum, but how do you make a
    music player like
    >that on that page? Im building a band website and realy
    need a music
    >player. how could I make one?

  • Flash image and html pages

    I do have an SWF sequence of images in the main html page. In
    the second page I do have sections. Each section has a title of an
    image of the SWF file. The role of this section is to describe the
    image.
    I trying to whenever I click on each image of the SWF in the
    main page, I should be directed to its description in the second
    page, meaning, that the second page should be loaded and its scroll
    down bar should go down and stop where the specific section
    (describing the image I’ve just clicked on) starts.

    I do have an SWF sequence of images in the main html page. In
    the second page I do have sections. Each section has a title of an
    image of the SWF file. The role of this section is to describe the
    image.
    I trying to whenever I click on each image of the SWF in the
    main page, I should be directed to its description in the second
    page, meaning, that the second page should be loaded and its scroll
    down bar should go down and stop where the specific section
    (describing the image I’ve just clicked on) starts.

  • Flash anchors and html links

    forgive my ignorance, i am new to all this...
    i have made a flash movie that i want to be able to link to
    from an external html file. i managed to get this to work by using
    flash anchors - not as hard as i would have thought, hurrah! but
    when i use the links, while it jumps to the correct spot in my
    movie, the rest of the buttons in my flash movie stop working so i
    can't navigate within it any longer.
    i don't understand why this happens because the movie works
    fine when i don't access it via the html links..
    help!!!

    Thanks for response.
    Yea you all are right I have the stand alone version. Looking through the different versions link -> http://store.businessobjects.com/store/bobjamer/en_US/DisplayCategoryProductListPage&CategoryID=55985400
    What version would I need to enable flash compiling. At this point I can live with PPT compiling, but would like to know how much I would need to spend if I need the option.
    Thanks,
    Arun

  • CS4 Flash Projector in Mac OS X Lion

    I sell products which run using Flash Projector that were created with the CS4 Flash Projector and am getting complaints that they no longer work on Mac OS X Lion.  I've read the Adobe Knowledge Base article about known issues (http://kb2.adobe.com/cps/905/cpsid_90508.html) but Flash Projector is not mentioned.  I cannot upgrade my Mac to Lion yet for various reasons, so I cannot test the problem.  Can anyone shed some light on this issue?

    Cor-el - - Thanks! this looks like it has some good clues, BUT, in following up, my Library doesn't show me any .plist with .mozilla. in the filename. Am running Mac OS X Lion (10.7.2). FYI - The Library is one of only four (4) folders in the root level on the system partition; the system partition being labeled, Mac Mini HD. These four folders are, Applications, Library, System, Users. Library folder has a subfolder named Preferences. None of the files therein has "mozilla" anywhere in the filename. Looking further, the System folder has its own subfolder labeled, Library! It has no subfolder, Preferences. Running a Finder Search on the Mac, and again on the Mac Mini HD (root folder), I get Zero (0) results with "org.mozilla.firefox.plist." Also, with Contains ".mozilla" and with Contains ".firefox.".
    Will greatly appreciate a bit more hand-holding from you, if OK with you.
    .

  • Flash Projector & Microphone Class

    Salutations Everyone,
    I am developing an application that accesses captured video
    & audio by the Camera and Microphone classes. The camera works
    fine, but the projector disables the microphone from the
    application. The device is still in the Settings window, but when
    selected, it gives -1 as the activity level and has no volume.
    When the movie is tested inside Flash (ctrl+enter), the mic
    comes up without a hitch, but if the SWF or EXE published is run, I
    have to start and quit the tuner software to re-initialize the
    drivers.
    Anyone run into similar circumstances with Flash projectors
    and have any possible solutions (Maybe get something like SWF
    Studio)?
    Thanks for the help,
    Matt Holcombe

    I'm pretty sure I understand what you after. And I'm saying I don't think it's possible.
    you are playing some background music
    you are recording something via the mic
    you want to mix the 2 sounds together
    but you are getting the background music through the mic as well as the voice
    when you mix the mic with the background music you are basically getting 2 copies of the background music (1 from the playback and 1 from the mic)
    to solve your problem you would have to find a way to split the mic sample and I really don't think you are going to be able to do this.
    You could try and play around with the noiseSuppression level but I don't think you'll see any good results

  • Package Flash and HTML based extensions together

    Hi All,
    I'm wondering if there is a way we can package a single zxp with two extensions- a flash-based and a HTML-5 based.
    Is there a way, we can tell our extension to install (say) extension1 with InDesign version < 9.1 and install extension2 with InDesign version > 9.1 ?
    Since our old extension was in flash and the new extension in HTML, we should be able to bundle both the extensions together and let the Extension Manager manage that in version which extension should be installed; else for any updates we need to upload separate extensions everytime. Is it possible?

    Hi,
    please see HTML Panels Tips: #10 Packaging / ZXP Installers
    Regards
    Davide Barranca
    www.davidebarranca.com
    www.cs-extensions.com

  • How to insert a shoutbox and a counter in a flash file with html code?

    How to insert a shoutbox and a counter in a flash file with
    html code?
    Code shout box
    <!-- BEGIN MYSHOUTBOX.COM CODE -->
    <iframe src="
    http://489676.myshoutbox.com/"
    width="152" height="300" frameborder="0"
    allowTransparency="true"></iframe>
    <!-- END MYSHOUTBOX.COM CODE-->
    Code compteur
    <script type="text/javascript" src="
    http://www.123compteur.com/counterskinable01.php?votre_id=268303"></script><noscript><a
    href="
    http://www.123compteur.com"
    target="_blank">compteur</a></noscript>

    thx =D

  • CS4 Flash Projector File and Authenticode (Code Signing)

    I have a flash projector file (.exe) that I need to add Code Signing to it so it does not say 'Unknown Publisher' in Vista. I read that for CS3 there is no authenticode signing. Was this added in CS4? I just want to check before I go ahead and purchase a 3rd party app like Juggler. Does anyone else have a suggestion for software to add authenticode signature to a CS4 flash projector file? Jugglor is pretty old (2007) and I would like to know if there are more recent apps to package and sign projector files.
    Thanks for any info.
    Doug

    You can use a tool from Miscsoft to sign your projector. Here's how:
    1) Buy a code signing certificate from someone like COMODO, Entrust Thawte, or VeriSign
    2) Download the command line code signing tool from Microsoft - SignTool.exe
    http://msdn.microsoft.com/en-us/library/8s9b9yaz(VS.80).aspx
    2) Follow these instructions
    http://www.entrust.net/ssl-resources/pdf/ECS_AuthCode_Signing_Guide.pdf
    Good Luck
    Brian

  • Please help flash and html mix

    dear Sirs,
    I appreciate really your responses and help.
    i am trying to make a website that uses flash and html at the
    same time i mean only the menu is flash and the rest is html, the
    menu and all other parts are well put in table and rows, and cols
    but the problem is that i need the button in the menu(flash) to
    load dynamicly the content into the page and not reload the whole
    stuff(including the flash menu )
    thanks for your time

    > i am trying to make a website that uses flash and html
    at the same time i mean
    > only the menu is flash and the rest is html, the menu
    and all other parts are
    > well put in table and rows, and cols but the problem is
    that i need the button
    > in the menu(flash) to load dynamicly the content into
    the page and not reload
    > the whole stuff(including the flash menu )
    > thanks for your time
    Every time you open page, flash reload from scratch. That's
    how it works.
    You can use frames and keep the menu in frame, which would be
    easiest solution.
    Or you could use Shared Object, something like flash's form
    of cookies.
    Make a record every time you press button, read that record
    every time you
    open the page and based on result do something with the menu
    to indicate
    that this is the clicked location, tho take note, it still
    will be loading
    the file from zero, every single time you open new html page.
    Best Regards
    Urami
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

  • FLASH and HTML Layered

    Is it possible to put your Transparent flashmovie in a sort
    of seperate layer above your HTML and then make html pageswaps in
    the layer below. On top of that is it possible to put another layer
    of HTML above your Flash movie and have for instance pull-down
    menu's fall over the flashmovie?
    ---------- <- HTML with pulldowns etc.
    ---------------.................--- <- Flashmovie with
    Transparency
    <- HTML with your content etc.

    Here's a good help article that should help to explain the process: Adobe Flash Platform * External API example: Communicating between ActionScript and JavaScript in a web browser

Maybe you are looking for