JW player 5 in GL CS2

Hi there,
I'm updating an old website made in GoLive CS2 to the new 5.1 version of JW player (coming from 4). The player now has to play mp4's instead of flv's in v4. Since it's been a while now I'm a bit puzzled where to put what, as v4 uses a different set up. My set up looks like this:
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<meta name="generator" content="Adobe GoLive" />
<title>Untitled Page</title>
<link href="file:///Users/sutherland/Documents/Langenberg/web-content/css/basic.css" type="text/css" rel="stylesheet" media="all" />
<script type="text/javascript" src="swfobject.js"></script>
</head>
<body leftmargin="0" marginheight="0" marginwidth="0" topmargin="0">
<p><object classid="mediaspace" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" height="212" width="340">
<param name="movie" value="file:///Users/sutherland/Documents/Langenberg/web-content/secure/player1.swf">
<param name="quality" value="best">
<param name="play" value="false">
<embed height="192" pluginspage="http://www.macromedia.com/go/getflashplayer" src="file:///Users/sutherland/Documents/Langenberg/web-content/secure/player1.swf" type="application/x-shockwave-flash" width="340" quality="best" play="false">
</object>
</p>
<script type="text/javascript">
var so = new SWFObject('player1.swf','mpl','340','192','9');
so.addParam('allowscriptaccess','always');
so.addParam('wmode','opaque');
so.addParam('flashvars','&file=lang01.mp4');
so.write('mediaspace');
</script>
</body>
</html>
Now I can see the player but the path to the mp4 is not working. I don't use xml playlists, jus 1 clip per player. The Longtail site is of course not very informative as it comes to handling their player in GL. I'm testing local just as I did with the old version. TIA!

New problems have occured. The idea was that the client should be able with ftp to swap new clips for the old with the same naming convention. A very simple form of cms. However, it's not working. Someone told me that the reason for this not to work had something to do with the variations in clip length i.e. that you could only swap clips with the exact length for it work. But there's nothing in the script indicating this is true. Can someone tell me how tho fix this? Here's the code:
<div style=' color: black; font-size: medium; font-family: "Lucida Grande", Arial, sans-serif; visibility: visible; display: block; position: absolute; top: 0; left: 0; width: 340px; height: 212px;' name="mediaspace" id="mediaspace">
<object classid="mediaspace" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0, 0,0" height="192" width="340">
<param name="movie" value="../suite01/player1.swf">
<param name="quality" value="best">
<param name="play" value="false">
<embed height="192" pluginspage="http://www.macromedia.com/go/getflashplayer" src="../suite01/player1.swf" type="application/x-shockwave-flash" width="340" quality="best" play="false">
</div>
</p>
<script type="text/javascript">
var so = new SWFObject('player1.swf','mpl','340','212','9');
so.addParam('allowscriptaccess','always');
so.addParam('wmode','opaque');
so.addParam('flashvars','&file=../suite01/media/suite01-01.mp4');
so.write('mediaspace');
</script>
Now how do I make this thing work? Thanks in advance!

Similar Messages

  • Can't re-install CS3 Design Premium on Windows 7

    The product is Adobe Creative Suite 3 Design Premium. It is volume licensed and I can't get support for it through Adobe Support - they told me to post here. The computer is only a couple of years old and has Windows 7 32bit on it. We have Flash Player, Adobe Reader, CS2 installed.
    The issue started out with the user getting this error message when trying to open InDesign:
    So, we did at is said and uninstalled CS3 then rebooted. Then we put the disc in and tried installing it back on. This is what we get when we try to install it:
    Points of interest and findings:
    In the event logs (eventvwr) it gives off error code 1603 at the same time of the installation which is mentioned here: http://helpx.adobe.com/creative-suite/kb/component-install-failed.html
           On that webpage, I clicked on Solution 6 and can say the laptop does not have Google Desktop installed.
    There is more than enough disk space available for the installation (system requirements).
    No prerelease software has been used.
    CD is fine and I even have a copy of the disc contents which also does the same thing.
    Installation is done by an administrator account
    I tried some things that came up in searches for solutions:
    Turned off anti-virus TrendMicro OfficeScan for duration of installation
    Turned off Adobe Cue CS2 for duration of installation
    Ran the CS5 Cleaner Tool then tried isntallation again a few times
    Removed Flash Player for duration of installation
    Anyone have any ideas? Have you experienced this issue yourself?

    I've encountered almost the exact same issue. Sadly, this is the state of Adobe technical support these days. I spent countless hours chattting with support staff who are mostly ineffective, and then they condemned me to the forums. I've been using Adobe products since the mid to late 80s (pretty much since they've been in business) and it's a disappointment to see that we're left to own devices to troubleshoot these problems. If you have any insight on how to remedy the installation problem since you originally posted, please let me know.

  • JW player 5.1 in DW CS4/GL CS2 in a very basic cms setting

    Hi there, I've set up a very very simple form of cms. I've created a secured directory with 1 page in it containg a few JW Players (vers 5.1). The script that points the clips (mp4's) to the players has a very strict naming convention. So clip01 points at player 01, clip02 at player02, etc. The idea is that the client is able with ftp to swap new clips for the old ones with the same naming convention. However, it's not working. Someone told me that the reason for this not to work had something to do with the variations in clip length i.e. that you could only swap clips with the exact length for it work. But there's nothing in the script indicating this is true. Can someone tell me how tho fix this? Here's the code:
    <div style=' color: black; font-size: medium; font-family: "Lucida Grande", Arial, sans-serif; visibility: visible; display: block; position: absolute; top: 0; left: 0; width: 340px; height: 212px;' name="mediaspace" id="mediaspace">
    <object classid="mediaspace" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0, 0,0" height="192" width="340">
    <param name="movie" value="../suite01/player1.swf">
    <param name="quality" value="best">
    <param name="play" value="false">
    <embed height="192" pluginspage="http://www.macromedia.com/go/getflashplayer" src="../suite01/player1.swf" type="application/x-shockwave-flash" width="340" quality="best" play="false">
    </div>
    </p>
    <script type="text/javascript">
    var so = new SWFObject('player1.swf','mpl','340','212','9');
    so.addParam('allowscriptaccess','always');
    so.addParam('wmode','opaque');
    so.addParam('flashvars','&file=../suite01/media/suite01-01.mp4');
    so.write('mediaspace');
    </script>
    Now how do I make this thing work? Or do I need another script? Thanks in advance!

    Anyone?

  • Photoshop CS2 not working after 10.6.7 update? program error!

    Could not complete your request because of a program error. I opened an image RGB and wanted to save it as a CMYK.
    Save as and entered new name... thats it! Then the error popped up. The only thing that has changed is the update!
    Please help.

    If you updated to 10.6.7 then you should (go to your Apple menu at the far left and) check for updates.
    There was a problem with some types of Fonts that has been fixed by the Snow Leopard Font update:
    http://support.apple.com/kb/DL1377
    However, always wait after an OS update (true of Windows too) and see if it causes any problems with 3rd-party software, etc. - PRIOR to updating your system   And always, always have a full, known-good backup before you update. Especially for any computer that is used for business purposes !
    Last but definitely not least, you should know that Adobe CS2 is a Power-PC only application (circa G4 and G5 processors, before Apple moved to Intel processors), and requires Rosetta (PowerPC emulation).
    So you should consider any CS2 application running at all, as fairly miraculous.
    CS3 was released four years ago, and provided the first Intel-native ("Universal Binary") versions of the CS-suite applications.
    Mac OS 10.6 only runs on Intel-based Macs (ie: Intel processor required).
    If you are using Photoshop CS2 for any revenue-generating purposes, then it is (and was) incumbent upon you to properly allocate and budget for
    upgrades and you should - nay, must - be running a more current version of the software. If your budget does not allow for newer Adobe CS, then you should have kept a legacy system that can run an older Mac OS, and understand that your workflow is living on borrowed time - and you had best keep several old Macs that can still run an older Mac OS and run your CS2 natively.
    In no way shape or form is CS2 supported under Mac OS X 10.6 - certainly not in any official way by Adobe !
    You could also be irate about not being able to use your 8-track tape player in your brand new car. I'm exaggerating but not too much.
    Please read Adobe's response regarding CS3 (not CS2) and 10.6/Snow Leopard:
    http://blogs.adobe.com/jnack/2009/08/adobe_snow_leopard_faq.html
    With all of this in mind, you should know that your frustrations with Apple and the unsupported and not-recommended interaction of CS2 and 10.6 are misguided. Best of luck to you !

  • Flash player not working in Safari 3.1.1

    I just installed the Safari 3.1.1 (5525.18) update and I no longer have a working Flash player.
    I tried reinstalling the latest Adobe Flash player (9 UB), to no avail. I even tried rebooting (out of habit from my Windows days) with unsurprisingly little luck.
    Flash used to work in Safari before 3.1.1. It still works in Firefox 2.0.0.14.
    Any ideas? Is this a permissions issue?

    Welcome to Apple Discussions
    Thanks.
    No problems with Flash 9.0.124 here.
    Do you have Case-sensitive Journaled Mac OS Extended filesystem? I do.
    Because my friend's MB has Case-insensitive Journaled Mac OS Extended filesystem and Flash is working fine with 3.1.1 on 10.5.2. Also Adobe Creative suite CS2 programs work fine in her MB, but don't even start up on my MBP.
    Just a thought.
    Possibly. Did you repair permissions? If not, do so as any Flash install requires this step.
    I have now. First I ran repair permissions with Disk utility, got some promising repair stuff like
    18.4.2008 14.52.55 Disk Utility[282] User differs on "Library/Internet Plug-Ins/Flash Player.plugin/Contents/Resources/Flash Player.rsrc", should be 0, user is 501.
    Repair finished fine and Flash still didn't work. So I did un unistall with the Adobe Flash uninstall tool, a reboot (again, out of habit), a reinstall and a further repair permissions, again with a couple of User differs messages.
    Yet, Flash still does not work.
    Any further ideas? Or tips on how I could try debugging this? Console gives me squat.

  • Trouble installing cs2 upgrade in Windows 7 64 bit

    I have recently bought a new computer and I am transferring programs.  I have deactivated cs2 on my old computer.  I am trying to install it on my new computer with OS windows 7 64 bit.  The CS2 is an upgrade from adobe Photoshop 5.02.  When I try to install the cs2 upgrade it asks for validation of ownership of Photoshop 5.02.  It does not recognize the cd when I put it in the cd player.  I have not been able to install Photoshop 5.02 onto my new computer using the cd (even when I use the compatibility trouble shooter and change settings to xp service pack 2. I have transfered the 5.02 over to my new computer via USB and can even run it.  However, CS2 upgrade will not recognize 5.02 even when I browse to the program folder.  Any other thoughts or suggestions would be very appreciated.

    Find the registry keys for the program on your old machine, export them to a file, import them on the new system. regedit is your friend. Should be in HKEY_LOCAL_MACHINE\Software\Adobe somewhere...
    Mylenium

  • How to stop Leopard corrupting CS2/CS3 Photoshop files?

    Ever since upgrading to Leopard 10.5.3 (including updates since then)--the DAY AFTER I installed 10.5.3--I have had intermittent corruption of Photoshop files (.psd, .tif, .jpeg). The only constant from the dozens of times this has happened is that it happens when I am saving in Photoshop; Photoshop freezes up, won't shut down; I have to manually reboot; and then the file I was saving AND files that had been saved in the last several hours (and were okay) have been corrupted into Mexican rugs. I repeat, files that were saved and opened and previously found to be okay ARE THEN RETROACTIVELY CORRUPTED along with the file I'm currently trying to save. Also, when Photoshop froze, before shutting down, I've tried opening recent files with Preview and they look okay, and I take captures of the images before I shut down, and after reboot these are corrupted as well. This has been going on for six months, unpredictably. It has happened with lots of things running (iTunes, DVD player, podcasts) and little running; with a full desktop and a clean desktop; saving to desktop, Lacie drives, and different internal drives on my G5. Apple Store says nothing wrong with my machine, I've wiped my drive and run Disk Warrior--no problems. The only constant is that I never had this problem prior to Leopard 10.5.3 and have had it ever since the day after I did that upgrade, and subsequent upgrades. It started with CS2, so I upgraded to CS3. It still happens, however unpredictably. I also noted tonight when it froze that after reboot, I couldn't use Spotlight for ten minutes because the OS was "indexing". Error messages include "Could not complete your request because an unexpected end-of-file was encountered", "Could not complete your request because the file is not a TIFF file (it is)", "Could not complete your request because of a problem parsing the TIFF file", " Cannot open file because it was created with different version of Photoshop (not true)". No other file formats or files are corrupted, only Photoshop-created files.
    Please note that Apple’s release of 10.5.3 caused corruption of PS CS2 files when saved over networks, instigating upgrade 10.5.4 days later. I never had any problem like this with Panther or Tiger; indeed, I wish I’d never upgraded to Leopard due to the lost hours and income this corruption problem has created. But I did, and now I’m stuck. Any solutions out there?

    If you're seeing issues with files from multiple applications, I'd suspect corrupt sectors on your hard drive. Do you have an external/another drive you could install OS X and your applications on and see if the symptoms persist?
    Otherwise, here's another suggestion:
    If I was dealing with your issue, here's what I'd do.
    1) Backup my data--not a clone of the drive, since you're having issues.
    2) Erase the drive and reinstall OS X. Do not bring in any applications yet.
    3) Apply all OS updates.
    4) Reinstall one 3rd-party (non-Apple) software application. Test this for a few hours or a day and see if any issues pop up.
    5) If things are still error-free after a day, make a clone of the drive to an external. This way, if any changes you make cause problems, you can erase the internal and then restore your copy of the clone to the internal.
    6) Install another application, and repeat the steps.
    Best of luck to you!
    ~Lyssa

  • Can't open raw images in CS2 after install, can't see thumbnails in Bridge

    I hope you guys can help.
    We just purchased an Acer laptop computer, picked it up yesterday. Hubby is going to use this strictly for working on his pictures when out of town. He didn't even plan to hook it up to the internet. It has Windows Vista Home Premium, 2G of RAM, 120G of hard drive and a CD/DVD player/recorder. I installed Photoshop CS2, Nik Sharpener, Neatimage noise remover and Huey Pro Calibrater onto the computer last night.
    When I opened Photoshop & Bridge, opened a DVD of some RAW images, Bridge would not show the thumbnails and I couldn't open any in Photoshop. In Bridge all that showed was a light blue box with CR2 over it and the file name below for each image. When I tried to open one I got a "Can not complete process due to a program error" message. I did open a jpeg image into Photoshop from the ones included in my documents and had no trouble with that. I didn't acutally try to do anything with it so I'm not sure that any of the options in Photoshop actually work, although they were all active with the jpeg image.
    Does anyone have any idea what I can do to correct these two problems?
    Thanks for any help I can get, Linda

    Thanks John,
    I actually went into Photoshop and ran the update. This gave me the current Camera Raw file 3.7 and an update for Bridge. I downloaded it and it is installed in Photoshop. This gave me thumbnails for the images taken on our Canon Rebel XTI, but not the Canon 30D. I went to the Camera Raw Update page on adobe.com. Found the 30D back in update 3.4. Shouldn't the latest update have all the previous updates included. As I understand the instructions, you are just supposed to replace the older version of Camera Raw with the newer. Will I have to install each update in order to get the support for my camera?
    This leads me to another question, I downloaded the 3.4 and was following the instructions for installing it. It says to go to My Computer, open C, or disk with files installed, then navigate to Program Files\Common Files\Adobe\Plug-Ins\CS-2\File Formats. My computer wasn't exactly like this, but I did get to the plug-in for Photoshop CS-2. After getting there, move existing Camera Raw.8bi to another location. Copy the Camera Raw Plug-in from the download into the same folder. See why is seems that the current version should have all previous updates?
    Anyway, got to the Plug-in file and there is no Camera Raw file in it. I went through all the files in Adobe Program Files that looked like it might have it in it; bridge, ImageReady, and shared files. No Camera Raw to be found. I did open Photoshop up and double checked that it was showing up in the Plug-in list. Yep, it was there. Why can't I find it in the Program Files?
    Sorry this is so long, I wanted to check everything I could before replying. Sure hope I can get this straightened out. Linda

  • How will Adobe CS2 run on my imac G5 2.0 GHz?

    On ebay I recently won a imac G5 (ALS) 2.0 GHz with 1GB of RAM and a 128 MB ATI Radeon 9600 Video Card etc. you guys probably already know the specs.
    anyways despite the optimistic opinions of the guys at my local independent mac store I'd like to know really how well this machine will run the Adobe CS2 Suite (Illustrator, Photoshop & InDesign).
    now I don't work on HUGE files... probably 20 megs max, but I like to switch back and forth between Photoshop and Illustrator a lot, dragging and dropping graphics etc. and one of my biggest peeves is lag of any kind while I'm doing this. screws up my "flow" or whatever when I'm in the groove and I'm feeling inspired.
    what I have at my 9-5 office job is a Mac Pro G5 w/ dual 1.8 GHz processors and 3GB of RAM. this is basically where I'm coming from (wish it was mine but it belongs to the company) so how will my imac hold up when I'm doing my graphic design at home? do I need more RAM? thanks for your help
    imac G5 (ALS)   Mac OS X (10.4)   Graphic Design

    cool... next I'll have to get an ipod nano (black ofcourse) and build my music library up again. I'm coming from a PC and the really clunky Sony Connect music software so as soon as my Mac arrives my Sony mp3 player is gonna go up on ebay and I'm going to have to look around for a nano. I like itunes so much better anyways... a lot easier to use so the switch is actually fine with me.
    and because my imac isn't an isight one with FrontRow I'll have to get a universal base and remote... I'll probably just end up getting the A/V kit cuz lord knows I don't want to have to get off the couch the change tunes while I'm chillin at home listening to music on my sound system.
    my imac has the optical audio-out port that I could plug into my Pioneer receiver but without the FrontRow remote I'd have to be in front of the computer when I wanted to change songs... unless the remote that controls the universal base and ipod can also control itunes thats on the mac thus controlling the music thats being ported out over the optical line but thats a different thread entirely and probably belongs on the ipod forum....
    and besides, the optical audio line is really only beneficial for DTS Surround Sound signals and I'd just be sending junky compressed mp3 audio to my receiver anyways so a composite line is probably fine (like the one that comes with the A/V kit).
    imac G5 (ALS)   Mac OS X (10.4.1)   Graphic Design

  • Adobe Products CS, CS2 & CS3

    Can anyone confirm that these products install and work properly. I really want to upgrade but it's not an option if these programs don't work.

    Adobe just released a paper on this topic, it discusses their latest releases...
    "Adobe Photoshop CS3, Flash CS3 Professional, Contribute CS3, Dreamweaver CS3, Fireworks CS3, Flash Player 9, GoLive 9, Illustrator CS3, InCopy CS3, InDesign CS3, Bridge CS3, Version Cue CS3, Device Central CS3 and Acrobat Connect (Start Meeting) are all compatible with Leopard.
    Older versions of Adobe and Macromedia may work with Leopard, but the company warns there could be “installation, stability, and reliability issues for which there is no resolution.” Adobe said these products would not be updated for Leopard."
    *Sure would like info on CS & CS2 Photoshop/Illustrator*

  • Flash gallery made in Photoshop CS2 problem

    I have had an existing website at www.theartguys.net for over
    a year with no problem. If you go to
    http://theartguys.net/portfolio.html.
    and hit any of the links, the browser Safari and Firefox both
    display this message "Please upgrade your Flash Player.
    Already have Flash Player? Click here if you have Flash
    Player 6 installed."
    This has just occurred recently.
    Explorer on a PC laptop is ok, but Firefox is not.
    On my mac both Safari and Firefox are updated and display
    this message.
    If you click on Flash player 6 then it proceeds to the page
    without a problem but
    I NEED TO GET RID OF THAT MESSAGE!
    The flash swf files were created in Photoshop CS2 in their
    galery templates. (although there was never a problem before.
    Please any help would be greatly appreciated.

    Hi ryan101;
    Since Photoshop is one of Adobe's products, you would probably have much greater chances of success if you were to go over to the Adobe forum.
    Allan

  • CS2 Version Cue: lost work space. (???)

    Safari was crashing and error was wrong flash player plug in. SO...
    I reinstalled flash player, then doing some things with the software apps and did a hard disk test, I did 'something' wrong. My computer crashed and when I restarted it, I had a totally different screen configuration. It was like starting from scratch. Lost a lot of stuff.
    Safari browser bookmarks and bookmarks bar was gone, all folders in Mac Mail gone, even messages. It's like everything was wiped clean. I do have the information on my hard drive and trying to restore things, BUT... Now...
    Safari crashes and gives me error message about needing Version Cue CS2 work space to run. I don't know what this means.
    I must have thrown something out that had the work space with it? I was being so careful what unneeded excess stuff I tossed.
    Went to Version Cue console.log this morning and this is what it says:
    Mac OS X Version 10.4.11 (Build 8S165)
    2013-11-16 11:01:10 -0800
    Nov 16 11:01:11 Macintosh mDNSResponder: Adding browse domain local.
    2013-11-16 11:01:11.797 SystemUIServer[86] lang is:en
    2013-11-16 11:02:14 : VCStatus can not run without an installed Version Cue CS2 workspace.
    2013-11-16 11:09:37.818 Adobe Installer[236]: DebugAssert: AdobeInstaller: removedLockFile == YES  [:0]
    2013-11-16 11:09:37.823 Adobe Installer[236] bootstrap
    2013-11-16 11:10:03.006 Adobe Installer[236] copyApp status 0
    2013-11-16 11:26:04 : VCStatus can not run without an installed Version Cue CS2 workspace.
    I can't reinstall just Version Cue, but I can uninstall it.
    From what I understand, and that's not much being I'm not computer literate, CS2 needs Version Cue? Even though I had it turned off? (me thinks)
    Can I uninstall Version Cue and still use all my other software?
    I've had CS3 on my bookshelf for years. Never installed it because I wasn't sure how without messing other things up. Not sure what I would need to back up, etc.
    Does CS3 have Version Cue? Would uninstalling CS2 and installing CS3 fix things?
    My Processor is PowerPC, not Intel.
    I am so frustrated and don't know what to do. Can anyone help me out here as to what I can do to make Safari happy?
    Thanks!
    PJ

    No bites yet. Okay.
    Simply put...
    Can the rest of CS2 and Safari run without Version Cue if I uninstall it? Yes or No.
    Does CS3 have Version Cue? Yes or No.
    If I uninstall CS2 and install CS3, will Safari be happy?
    I'm getting myself into a mess here without help cause I'm frustrated. Really need some help.

  • PS CS2 Flash galleries now broken

    I'm still using PS from CS2. After updating Flash plugins and probably javascipt for Mac, all my old Galleries created with PS CS2 are broken: they give a "need flash plugin" error. And I have the latest, or at least a very recent version, of the plugin. Both Safari and Firefox give the error. I'm not competent enough in javascript to puzzle out the routine for checking the flash version. According to the Adobe test page, I have flash version 10.0.something successfully installed.
    Is there a way to update my galleries? Is there a wy to update the template my Photoshop is using to create galleries? Any advice would be appreciated.

    OK, some googling did the trick. The old flashobject.js template's script doesn't parse version numbers comprising two digits. See http://thesaj.wordpress.com/2009/01/06/old-photoshop-galleries-breaking-with-flash-player- 10/ for a new flashobject.js template. Replace the old template in Adobe Photoshop CS2 > Presets > Web Photo Gallery > Flash - Gallery 1 and Flash - Gallery 2. also replace the flashobject.js in any web galleries online. Should then work as expected.

  • How to load jpg if no flash player is installed

    Hi,
    Not sure if I'm posting this in the right program forum or
    category...
    I'm trying to learn how to load a jpg instead of the flash
    movie if the user doesn't have flash player on his computer. Is
    there a tutorial somewhere?
    Would this be code I put in Flash or the web program? I'm
    currently using GoLive CS2...
    Thanks,
    Kim

    Hi Kim,
    Try this:
    http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_14526&sliceId=1
    Thanks,
    Mark

  • Buttons don't show up in a DVD player...

    I have a strange problem,
    I made a menu with 3 buttons and an overlay, everything works well when I simulate the menu, the highlights shows up but then, when i built the disc, the buttons highlights won't appear. I can't even use the remote of a DVD player to navigate because no highlights are here !!!!
    on the other menus I have no problems, the problematic menu is the first one and it comes after an intro track. I also add a music track to it.
    What's happening with the highlights ???
    G5 2x2.7ghz   Mac OS X (10.4.6)   DSP 4

    actually i'm working on a ntsc project,
    the files are all .m2v
    the project start with a simple menu (photoshop file with background image and highlights). I really feel like there is a bug on this one because only the first menu has the problem : the highlight doesn't show up except when I select the button, then I have the selected color which appear for a second.
    It could be enough if this dvd had to be read on a computer but it's a real problem when you need to play it on a dvd player.
    I used PS CS2 to make the menu
    my highlights are 3 crowns draw with red and blue, I used the advanced color mode in DVD SP, the buttons appear in DVD SP as white when selected and yellow when activated...it works fine in the simulation and then no white selected state works on the built DVD...
    I thought that i messed up with the loop point so i checked and it should really work.
    to answer your question, i can activate the buttons but i don't see which one i activate as the highlights doesn't show up.
    I need to deliver asap and i'm in big trouble.
    thanx Hal for your help.

Maybe you are looking for

  • Using External Library in Web Dynpro - Error

    Hello, I want to use an external library in a web dynpro. I use WAS 6.40 SP12. 1. I have created an dc web dynpro app 2. I have created an dc external library app 3. I have importet the jar to the external library 4. I have published the jar as publi

  • Nokia e71 menu key not working

    i recently updated the firmware of my phone, connecting to the computer using ovi. Now the problem is, when the menu key (left selection and home button) is pressed the menu doesnt open. This doesnt happen in the begining, but after some time it happ

  • Problem viewing error messages

    Is there a way of capturing the entire error message when a runtime error occurs and the message spreads on to another screen in the DOS window? I know that this is not theoretically a java question but if anyone has a solution I would appreciate it.

  • INCLUDE CONFIGURATION FILE

    in case of SAPGUI for java when we go to SAPGUI Preferences what is to be given in "Include Configuration File." plese reply me ASAP at [email protected]

  • Access Control Exception

    Hi i have an applet which prints an image file to printer. When i clicked on print i am getting the following exception ...i set grant all permissions also..but getting the same error .... can anybody suggest me java.security.AccessControlException: