Publish in Flash Player or Browser or Full Screen?

I plan on making a presentation that wil be accessible as a
web application as well as a stand-alone on disc. Most users will
be viewing as a 1024 x 728 but do realize that some folks still use
800 x 600. Could someone with publishing experience please provide
practical tips on what is my best format for initially developing
the captivate movie itself so that I do not have to resize the
movie when putting on web or disk?. My purpose is to prevent any
scrolling in viewing the movie and to provide the best viewing
experience for the user.........and do I need to set a rule that
viewing is for 1024 x 728 minimum to make it work?

You will need four things: index.html, sitebottom.html,
sitetop.html and site.js
This will make your movie liquid. It will automatically
adjust itself to the whole screen; whether it's a 15" monitor or
50" plasma.
Kindly find below the code for each page:
Important Note:
a- wherever you see the word "site", be it stanalone or as
part of another word, change it to the name of "your movie".
b- keep everything in the same folder/directory
Hope this helps
Thank you
Seth
Index.html
<html>
<head>
<title>
Your Site Title here</title>
<meta name='keywords' content=' keywords here (seperated
by commas)'>
<meta name='description' content='Your site description
here '>
</head>
<frameset rows='100%,*' border='0' framespacing='0'
frameborder='NO'>
<frame src='sitetop.html' name='sitetop' scrolling='yes'
noresize>
<frame src='sitebottom.html' name='sitebottom'
scrolling='yes' noresize> </frameset>
<noframes>This page requires frames. Please upgrade
your browser to the latest version.
<body bgcolor=#000000>
</body>
</noframes>
</html>
sitebottom.html
<html>
<body bgcolor="#000000">
</body>
</html>
sitetop.html
<html>
<HEAD>
<SCRIPT LANGUAGE="JavaScript"> var javascript_version =
1.0;</SCRIPT>
<SCRIPT LANGUAGE="JavaScript1.1"> javascript_version =
1.1;</SCRIPT>
<SCRIPT LANGUAGE="JavaScript">
var windownew;
function launchwin(winurl,winname,winfeatures)
windownew = window.open(winurl,winname,winfeatures);
if(javascript_version > 1.0)
setTimeout('windownew.focus();',250);
</SCRIPT>
</HEAD>
<body bgcolor="#000000" TOPMARGIN="0" LEFTMARGIN="0"
MARGINWIDTH="0" MARGINHEIGHT="0">
<script src="site.js"></script>
</body>
</html>
site.js
var sitewidth ="100%" ; // Width of template
var siteheight = "100%"; // Height of template
embedstring = '<EMBED src=site.swf quality=high
scale="exactfit" bgcolor=#000000 WIDTH=' + sitewidth + '
HEIGHT='+siteheight +' NAME="SITE" ALIGN=""
TYPE="application/x-shockwave-flash" PLUGINSPAGE="
http://www.macromedia.com/go/getflashplayer"></EMBED>'
document.write('<OBJECT
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
id="SITE" width=' + sitewidth+ ' height=' + siteheight + '>
\n');
document.write('<PARAM NAME=movie VALUE=site.swf> \n');
document.write('<param name="SCALE"
value="exactfit">\n');
document.write('<PARAM name=quality value=high> \n');
document.write('<PARAM name=menu value="false"> \n');
document.write(embedstring + '\n');
document.write('</OBJECT> \n');
document.write('</DIV> \n');

Similar Messages

  • How do i get flash player to play in full screen mode

    how do i get flash player to play in full screen mode
    barry

    how do i get flash player to play in full screen mode
    barry

  • Flash player skipping audio when full screening

    Hi, whenever I full screen or go out of fullscreen using flash player, youtube or twitch.tv, the audio stops for like 1 second, and then resumes. This is extremely irritating and has caused me to use Chrome for the last few years, even though I like Firefox better. Is this something that is fixable?

    This problem is not with firefox, problem can be with some extension.
    Press Ctrl+Shift+ A and disable flash player plugin , restart Firefox, then check youtube, if audio still lags.
    Firefox had got cisco video codec which is enabled by default. it is HTML 5.
    if problem still exist. follow these steps.
    Start Firefox in Safe Mode to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem.
    * Switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance
    * Do NOT click the Reset button on the Safe Mode start window
    * https://support.mozilla.org/kb/Safe+Mode
    * https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Why flash player is lagging in full screen on Samsung 52" smart TV?

    Hello I have a Samsung Smart TV and I try to watch online stream football. All is fine until I press the full screen button. Going in full screen the quality of the picture changes and also starts lagging the stream. Latest version of flash player + latest version of chrome. Tried IE11 as well same thing. Internet connection is vie wi-fi = 150Mbps+ Any ideas?

    Would you mind opening a new bug on this at bugbase.adobe.com?  Please include your dxdiag report, a specific URL and a link to this forum thread.
    In the meantime, you might want to try our 11.3 beta or rollback to a previous version of the player to see if that resolves the problem.
    Thanks,
    Chris

  • Flash Player does not launch full screen upon Windows restart

    We have a Flash application file (flash.exe file) saved on the Desktop of our client's 46" touchscreen. We've created a shortcut to the application in the Windows Start/All Programs/Startup menu as we have 4 reboots scheduled during the day for this application. Upon reboot, the application does not launch full screen but if I cancel out of the application through the Task Manager and go to the Startup menu and double click the shortcut to the exe file, the application launches full screen. The size of the screen and application is 1920x1080.
    Other information:
    Windows XP SP3
    Flash Player 10
    (Please note I have fixed the Window System Error that you see in this screen shot)
    Thank you for your help!

    Do you have set it to Maximized ?

  • Publish for Flash Player 11, video events not working

    I have a Flash project that I'm publishing in Flash Player 11 in hopes having better animation results with Flash Player 11's better rendering capabilites.
    However, my AS3 Video Events are now throwing errors. These two Event listeners throw the error.
    "Access of possibly undefined property COMPLETE through a reference with static type Class"
    "Access of possibly undefined property PLAYING_STATE_ENTERED through a reference with static type Class."
    videoOverlay_mc.video_mc.addEventListener(VideoEvent.COMPLETE, fnc_endOfVideo)
    videoOverlay_mc.video_mc.addEventListener(VideoEvent.PLAYING_STATE_ENTERED, fnc_videoStart);
    If I publish as Flash Player 10.x the events & listeners work fine.
    I've been trying to find documentation on Flash Player 11 and what video events to use. Does anyone know where I can find this?
    The API's still shows the videoEvents, http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/fl/video/VideoEvent.htm l
    Thanks in advance for your reply,
    Zak

    Kglad,
    My apologies. I rushed my reply.
    This worked:
    videoOverlay_mc.video_mc.addEventListener(fl.video.VideoEvent.COMPLETE, fnc_endOfVideo);
    videoOverlay_mc.video_mc.addEventListener(fl.video.VideoEvent.PLAYING_STATE_ENTERED, fnc_videoStart);
    function fnc_videoStart(evt:fl.video.VideoEvent):void {
    function fnc_endOfVideo(evt:fl.video.VideoEvent):void {
    I had to put the full event path in the function parameter as well otherwise I got a "Ambiguous reference to VideoEvent compile error".
    Thanks a lot for your help.
    Zak

  • Publishing for flash player 9

    How do I publish for flash player 9? using macromedia mx
    2004

    you simply cant until flash 9 (authoring tool) comes out. MX
    2004 was developed in 2004 - we are
    almost in 2007 and flash 9 player has been released - but for
    now it is to penetrate the market and
    insure backward compatability - none of us can author any
    flash 9 content until the flash 9 tool is
    released - what are you wanting to do in flash 9 that cant be
    done in flash 8? nobody is developing
    for flash 9 right now because it doesnt exist as a tool yet.
    --> **Adobe Certified Expert**
    --> www.mudbubble.com
    --> www.keyframer.com
    Z33 wrote:
    > Ok, then how do I become able to publish for flash
    player 9?
    >
    >
    > -> is it possible to do with flash mx 2004 by
    installing something?
    > ->How can i do it?

  • HELP: Flash CS5, can't publish for flash player 4

    Hello!
    I want to create a flash ad for google AdWords using Flash CS5.
    according to the guidelines (http://adwords.google.com/support/aw/bin/static.py?hl=en&page=guide.cs&guide=1308145&topic =1310862&answer=176108&rd=2) I am required to publish for flash player 4:
    Flash versions: All Flash ads must be published for Flash Player version 4-10.
    Flash CS5 doesn't offer me to target flash player 4 in the publish settings!
    how to resolve that issue?
    Thanks!

    I googled it! A funny thing is:
    http://www.google.com/support/forum/p/AdWords/thread?tid=262eb148dc312b92&hl=en
    Flash versions: All Flash ads must be published for Flash Player version 4-10.
    It include the version 10 too right? then why do you go for flash 4?
    Anyway, I will reply you if I come across a solution.

  • Can Flash Pro CC publish to flash player 9??

    Hi
    It is possible to publish to flash player 9 in Flash CC. Most of the flash ads still require flash player 9 as the highest version to publish for.
    thanks
    Andrew

    Sorry to harp on the same problem. Just upgraded to CC and finding this problem also. I've read thru everything and I am having the error too. It seems like I need to put the file into this path
    /Applications/Adobe Flash CC/Adobe Flash CC.app/Contents/Common/Configuration/ActionScript 3.0/FP9/playerglobal.swc
    But the problem is, I don't have this path!! Even when I view all of my hidden folders. I get to Adobe Flash CC.app and its not there.
    The error I'm getting in Flash is
    Warning: 5004: The file '/Applications/Adobe Flash CC/Adobe Flash CC.app/Contents/Common/Configuration/ActionScript 3.0/FP9/playerglobal.swc', which is required for typechecking ActionScript 3.0, could not be found. You may need to reinstall Flash.
    Do I really need to reinstall??

  • How to Publish to Flash Player 11 with Flash Professional CS 5.5?

    How can I publish a Flash Player 11 swf using Flash Professional CS 5.5? Is this currently supported? If not, when will it be supported?

    Look here http://blogs.adobe.com/rgalvan/2011/11/adding-fp11-support-to-flash-pr o-cs5-and-cs5-5.html he said answering his own question.

  • Have reset Firefox & completed all of steps in "Flash video won't play full screen on YouTube, Facebook and other websites", but video still won't work. Help!

    I have reset Firefox, completed all the steps in "flash video won't play full screen on YouTube, Facebook and other websites". And the video still won't play in full screen. It will play, but frequently stops or sound continues and picture freezes. I have noticed that if I continually move my mouse, it plays fine. All these videos play fine in IE and Chrome.

    Some problems with Flash video playback can be resolved by disabling hardware acceleration in your Flash Player settings. (See [[Flash Plugin - Keep it up to date and troubleshoot problems|this article]] for more information on using the Flash plugin in Firefox).
    To disable hardware acceleration in Flash Player:
    #Go to this [http://helpx.adobe.com/flash-player/kb/video-playback-issues.html#main_Solve_video_playback_issues Adobe Flash Player Help page].
    #Right-click on the Flash Player logo on that page.
    #Click on '''Settings''' in the context menu. The Adobe Flash Player Settings screen will open.
    # Click on the icon at the bottom-left of the Adobe Flash Player Settings window to open the Display panel. <br/> <br/>[[Image:fpSettings1.PNG]] <br/>
    # Remove the check mark from '''Enable hardware acceleration'''.
    # Click '''Close''' to close the Adobe Flash Player Settings Window.
    # Restart Firefox.
    This [http://www.macromedia.com/support/documentation/en/flashplayer/help/help01.html Flash Player Help - Display Settings page] has more information on Flash Player hardware acceleration, if you're interested.
    Does this solve the problem? Let us know.

  • Flash freezes when expending to full screen

    Hi, I am using Windows 7 Pro 64 bit, IE9. (I have also tried reverting back to IE8 but the issue persisted)
    The problem is this:
    When I expend the flash player on YouTube and many other websites to full screen there is a 2 - 3 seconds freeze before the player eventually goes to full screen. The voice keeps playing in
    those couple of seconds while the player sort of freezes.
    It is super annoying and I have no idea how to fix it - I tried uninstalling and reinstalling flash several times with no avail. The Issue happens only in IE and Firefox (I just installed it to try) - I have Chrome installed and the player expends to full screen without an issue. Maybe it doesn't happen in Chrome because it has a built in Flash Player that's not dependent on what is installed on the PC.
    I have created a new partition and installed Windows 7 there and the issue doesn’t occur so the hardware is fine and it’s not a widespread issue or a bug with flash in general or YouTube player in particular. I have also tried to replicate all the Registry tweaks and some other things that I thought could cause the issue but the issue still doesn't occur in the new OS (I can't just switch to that OS because it would take weeks to reinstall everything from my current OS there).
    The issue doesn't occur with the Silverlight either.
    Examples to sites that the flash player used in them that work bad: YouTube, Engadget (with videos embedded from YouTube and the built in player (for example here),
    And then - there are other websites that I don't remember them all that IE has no problem expanding flash players to full screen – LIKE THIS IN ENGADGET USING THEIR BUILT IN PLAYER – unlike with most other places in Engadget that their built in player doesn’t expand without a freeze. And here is an example of a YouTube player that expends fine.
    Please help me - I don't know what to try and I don't remember what I installed or did to cause this - what can be the possible cause.
    Thanks

    Hi Nong,
    What the heck is VDO???
    Open Console in Applications>Utilities, check the system log for the date/time of the last problem  & next startup for clues.

  • RTMPT causes Flash player and browser to freeze

    I'm having a problem with outgoing RTMPT connections.
    Whenever I connect to "rtmpt://server/app/file" (or when specifying
    rtmp:// which falls back onto rtmpt:// due to firewall
    restrictions), the Flash player plugin causes the browser to freeze
    for 5-15 seconds and then proceeds with the playback normally. This
    affects all browsers on Windows with Flash plugin versions 9.0.115
    or 9.0.124 only. MacOSX is working perfectly fine. I'm using Flash
    Media Server version 3.0.2.
    I discovered that when activating an HTTP proxy server (I'm
    using Squid Cache 2.6.STABLE14) in Internet Explorer, the RTMPT
    traffic gets redirected through it smoothly and the issue as
    described above does not occur.
    A related bug report has been issued here:
    https://bugs.adobe.com/jira/browse/FP-150

    hmmm my friend had this problem

  • Flash Player and Browser Communication

    According to this article:
    http://blog.dannypatterson.com/?p=133
    Compressed data (gzip files) being sent from the server are
    unzipped by the browser before being passed to Flash Player -
    therefore there is no need to write separate action script classes
    to deal with the data.
    I am getting conflicting reports from other developers saying
    that the Flash player communicates directly with data coming from
    the server with no stop at the browser level. According to them,
    you must write actionscript classes to decompress the data.
    Who is right?

    If you want to report Flash Player bug, right location is here. If you report ActionScrit bug, JIRA is right place though.
    By the way I belive this is not bug but expected behavior. I'll follow up more info in Flash Player forum: http://forums.adobe.com/thread/920682?tstart=0
    thanks,
    Hitomi

  • Flash player and browser shortcut keys issue

    I've an issue to run the browser hot keys when the flash player is running, the player is kinda stoping the propagation of the events to the browser, is there a way for the player to bubble the events to the browser? .
    My application covers the whole browsing area.(flex). I've tried usign empty application without any events, still it is an issue(thought i'm stopping it from propagating to the browser )
    Tested on : Windows 7, Chrome 15, Firefox 7.01, (Works on IE)

    I am looking into this right now. Please stay tuned for more info.
    thanks,
    Hitomi

Maybe you are looking for

  • Printing with referenced images

    I have a print component in my Flex application which works fine if I embed the header image to be printed.  But if I merely link it as an external file, it appears to load, but somehow the print code creates the page too rapidly and the header does

  • Plant Maintenance Reorganisation

    Is it possible to reorganise a plant maintenance structure after it has been used in production? I would like to consolidate 5 maintenance plants into 1 maintenance plant. Or alternatively, assign the 5 maintenance plants to one planning plant (right

  • IPhone won't sync after Windows 7 operating system upgrade

    I have upgraded my operating system of Windows 7. I reinstalled Itunes and now I can't get it sync with my IPhone 3G. I can manually drag files to my IPhone but when I sync it appears to sync but now music or video files are copied over to it. Howeve

  • LR5 corrupt files on import

    When importing some JPG files into Lightroom 5, it is claiming it cannot generate a preview, and then on import claiming they are corrupt. However, these files import with LR3, and open with Photoshop, Picasa, OSX Preview. The images and metadata all

  • When I use write, it pops up many old addresses, some of which are defunct, and I don't know how to erase them.

    When one starts to write t a new letter, Thunderbird asks for the recipient. Typing in a name, e.g. "jones", automatically creates a list of all previously used "jones" in that version of Mozilla. However, some of those addresses are obsolete and no