IPad seems to ignore Quicktime parameters

I'm developing a html page that embeds a quicktime movie, and uses buttons to swap out other movies inside that same player.
Issue is, it works fine on any browser, but once loaded on an ipad, it ignores the autoplay line, and the setURL line for the swap.
Also, how can I assign the qtnext parameter in the href call so that the movies I load with the buttons automatically reload the initial movie once they finish playing?
Thanks a ton in advance.

I'm developing a html page that embeds a quicktime movie, and uses buttons to swap out other movies inside that same player.
Issue is, it works fine on any browser, but once loaded on an ipad, it ignores the autoplay line, and the setURL line for the swap.
Also, how can I assign the qtnext parameter in the href call so that the movies I load with the buttons automatically reload the initial movie once they finish playing?
Thanks a ton in advance.

Similar Messages

  • J2EE Agent seems to ignore scenario parameters

    Hi all,
    I'd appreciate if anybody can give me some hints on how to diagnose/solve this problem. I am running a scenario for a package with interfaces, procedures, etc.
    When the scenario is run from the Linux command line, it works ok. If the same scenario is called via the OdiInvoke web service, it seems to be ignoring the parameters passed in the call. For example, when called like this:
    /oracle/app/product/midtier/OraODI/oracledi/agent/bin/startscen.sh "SENDDATATOTARGET" 006 TESTING 5 \
    -NAME="OracleDIAgent" \
    -SESSION_NAME="Inbound" \
    "AMRINBOUND1.TransferNoReads=F"
    ... it works correctly (The AMRINBOUND1.TransferNoReads=F parameter is interpreted correctly). But if the same scenario is called via a service call like:
    <InvokeODIScenario_invokeStartScen_InputVariable>
    <part name="part1">
    <ns0:OdiStartScenRequest>
    <Credentials>
    <OdiUser>supervisorusername</OdiUser>
    <OdiPassword>supervisorpwd</OdiPassword>
    <WorkRepository>WL_WORKREP1</WorkRepository>
    </Credentials>
    <Request>
    <ScenarioName>SENDDATATOTARGET</ScenarioName>
    <ScenarioVersion>006</ScenarioVersion>
    <Context>TESTING</Context>
    <Synchronous>true()</Synchronous>
    <SessionName>Inbound</SessionName>
    <Variables>
    <Name>AMRINBOUND1.TransferNoReads</Name>
    <Value>F</Value>
    </Variables>
    <LogLevel>5</LogLevel>
    </Request>
    </ns0:OdiStartScenRequest>
    </part>
    </InvokeODIScenario_invokeStartScen_InputVariable>
    ...the parameter AMRINBOUND1.TransferNoReads is ignored and its default value is used. Please note that it's the same scenario being executed by the same agent, the only change is in the way the scenario is started (command line vs. web service call); so the problem must be in the web service call.
    This is running on ODI 11.1.1.5.1 and Oracle Weblogic 11.1.1.5.0 for Linux x64.
    Thanks for your replies!
    Jose
    Edited by: JR on Jan 10, 2012 6:01 PM
    Edited by: JR on Jan 10, 2012 6:04 PM

    Here's a solution:
    Instead of assigning the ODI parameters individually through BPEL assign operations, put the whole input to the startSCenRequest service call in an XML fragment. Different values for the ODI input parameters would require different XML fragments. Assigning the <Variables><Name></Name><Value></Value></Variables> elements through assign operations does not work.
    for example:
    <switch name="Switch1">
    <case condition="bpws:getVariableData('inputVariable','payload','/client:process/client:input') = *'F'* ">
    <assign name="prepareInputParams">
    <copy>
    <from><ns0:OdiStartScenRequest xmlns:ns0="xmlns.oracle.com/odi/OdiInvoke/">
    <Credentials xmlns="">
    <OdiUser>SUPERVISOR</OdiUser>
    <OdiPassword>#####</OdiPassword>
    <WorkRepository>WL_WORKREP1</WorkRepository>
    </Credentials>
    <Request xmlns="">
    <ScenarioName>PARAMETERTEST</ScenarioName>
    <ScenarioVersion>001</ScenarioVersion>
    <Context>DEVELOPMENT</Context>
    <Synchronous>true</Synchronous>
    <SessionName>Parameter Test</SessionName>
    <Keywords>WebService</Keywords>
    <Variables>
    <Name>AMRINBOUND1.RunStatus</Name>
    <Value>0</Value>
    </Variables>
    <Variables>
    <Name>AMRINBOUND1.AMRInbound2TransferNoReads</Name>
    *<Value>F</Value>*
    </Variables>
    <LogLevel>5</LogLevel>
    </Request>
    </ns0:OdiStartScenRequest></from>
    <to variable="InvokeODIScenario_invokeStartScen_InputVariable"
    part="part1"/>
    </copy>
    </assign>
    </case>
    <otherwise>
    <assign name="prepareInput2">
    <copy>
    <from><ns0:OdiStartScenRequest xmlns:ns0="xmlns.oracle.com/odi/OdiInvoke/">
    <Credentials xmlns="">
    <OdiUser>SUPERVISOR</OdiUser>
    <OdiPassword>#####</OdiPassword>
    <WorkRepository>WL_WORKREP1</WorkRepository>
    </Credentials>
    <Request xmlns="">
    <ScenarioName>PARAMETERTEST</ScenarioName>
    <ScenarioVersion>001</ScenarioVersion>
    <Context>DEVELOPMENT</Context>
    <Synchronous>true</Synchronous>
    <SessionName>Parameter Test</SessionName>
    <Keywords>WebService</Keywords>
    <Variables>
    <Name>AMRINBOUND1.RunStatus</Name>
    <Value>0</Value>
    </Variables>
    <Variables>
    <Name>AMRINBOUND1.AMRInbound2TransferNoReads</Name>
    *<Value>T</Value>*
    </Variables>
    <LogLevel>5</LogLevel>
    </Request>
    </ns0:OdiStartScenRequest></from>
    <to variable="InvokeODIScenario_invokeStartScen_InputVariable"
    part="part1"/>
    </copy>
    </assign>
    </otherwise>
    </switch>

  • [SOLVED] Grub seems to ignore kernel parameters

    Hi,
    I have the impression that grub ignores all kernel parameters that I added after installing arch.
    The relevant lines in /etc/default/grub look like:
    GRUB_CMDLINE_LINUX_DEFAULT="cryptdevice=/dev/sda2:LvmOnLuks root=/dev/mapper/LvmOnLuks-root resume=/dev/LvmOnLuks/swap"
    GRUB_CMDLINE_LINUX="acpi_osi= add_efi_memmap i915.i915_enable_rc6=1 pcie_aspm=force drm.vblankoffdelay=1 i915.semaphores=1"
    After generation the kernel line /boot/grub/grub.cfg looks like:
    linux /boot/vmlinuz-linux root=UUID=1c05593f-4bfc-4b1f-a0ab-c9ef8f6e97fa rw acpi_osi= add_efi_memmap i915.i915_enable_rc6=1 pcie_aspm=force drm.vblankoffdelay=1 i915.semaphores=1 cryptdevice=/dev/sda2:LvmOnLuks root=/dev/mapper/LvmOnLuks-root resume=/dev/LvmOnLuks/swap
    Until this point everything is ok.
    But /proc/cmdline give me:
    BOOT_IMAGE=/vmlinuz-linux root=UUID=1c05593f-4bfc-4b1f-a0ab-c9ef8f6e97fa rw quiet cryptdevice=/dev/sda2:LvmOnLuks root=/dev/mapper/LvmOnLuks-root
    I get the same output from the kernel line in the grubmenu at boottime. But these are the parameters I set at arch installation, not the current ones.
    Softwareversions:
    linux 3.15.7-1
    grub 1:2.02.beta2-4
    efibootmgr 0.7.0-1
    efivar 0.10-1
    I have no idea what the problem could be and I hope I can get help here.
    Last edited by don_philipe (2014-08-10 21:57:21)

    According to https://wiki.archlinux.org/index.php/AS … _backlight no value is needed for this parameter. The other parameters are also taken from this wiki page https://wiki.archlinux.org/index.php/AS … Parameters.
    Edit:
    I just tried it without the acpi_osi= parameter, but nothing changed.
    Last edited by don_philipe (2014-08-04 16:53:39)

  • HT6058 I have updated my I pad dut I'm still having problems my iPad seems to freeze and when I go to put in my pin it take a few seconds before the numbers go in and my games stop and start and stop and start for a bit before they run properly

    I have updated my I pad dut I'm still having problems my iPad seems to freeze and when I go to put in my pin it take a few seconds before the numbers go in and my games stop and start and stop and start for a bit before they run properly

    Try this  - Reset the iPad by holding down on the Sleep and Home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons. (This is equivalent to rebooting your computer.) No data/files will be erased.
     Cheers, Tom

  • The clock on my ipad seems to be stuck? Could this have anything to do with my not being able to connect with FaceTime ?

    The clock on my iPad seems to be stuck ? Could this have anything to do with me not being able to connect with FaceTime ?

    In order to backup to iCloud the iPad must be plugged into a power source, connected to WiFi and locked - meaning that it must be asleep - or with the lock screen only visible. This is for automatic backups.
    If the iPad is not responding at all to any user input, try restarting it or resetting it and see if you can take the steps necessary to back up. You can initiate the backup manually as well.
    Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.
    Reset the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons.

  • Just tried to sync my ipad with my macbook and the ipad seems to have frozen and i can't switch it off or open any app

    just tried to sync my ipad with my macbook and the ipad seems to have frozen and i can't switch it off or open any app

    Hold down the Sleep/Wake button and the home button together until the apple logo appears (ignore the ON/OFF slider) then let both buttons go and wait for device to restart (no data will be lost).

  • I write both JPG and DNG files in the camera.   Camera is a Leica Monochrom.   Photo, unlike iPhoto, seems to ignore DNG files and only imports JPG files.   What am I missing here?

    I write both JPG and DNG files in the camera.   Camera is a Leica Monochrom.   Photo, unlike iPhoto, seems to ignore DNG files and only imports JPG files when both are present on the SD card.  JPGs are used for quick proofing on an iPad.    DNG RAW files are edited on a Mac Pro (2013).    Other than deleting the JPGs before importing images from the SD card,  is there any way to force Photo to select and import only the DNG images?

    Thanks Larry,
    I did see the J stacked in the lower left of the thumbnails but couldn't figure out how to get to whatever is below it.   How do you select R?  
    I use an iPad to do quick proofs of my images.   A JPG is good enough for a proof ( dust on the lens,  composition, blown out image, etc. ).   The iPad is JPG friendly and can load the images quickly.    Serious editing takes place on my Mac Pro with the DNG files.   I use the same workflow with the the Leica M 240.   iPhoto has been a quick and easy importer to the Mac capturing all of the metadata in the EXIF sidecar file ( location, date, time,  camera settings, lens type).  A quick scan in iPhoto for the "keepers" let's me export those worth editing to Lightroom/Bridge/Photoshop.  I typically shoot 50 images from three locations in a normal day.  If I'm lucky I'll get 1 worth real work to add to the portfolio.  

  • Having just bought an iMac and set every thing up I have found that my IPad seems to run very slow. I have also just updated the IPad to OS 5.1 .Are these two things connected or is there a problem with the IPad

    Having just bought an iMac and set every thing up I have found that my IPad seems to run very slow. I have also just updated the IPad to OS 5.1 .Are these two things connected or is there a problem with the IPad

    Using the Mac with your iPad has nothing to do with the fact that the iPad is running slow. There could be any number of reasons why the iPad is now running slow.
    Have you tried a reset on the iPad?
    Reset the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons.

  • HT201269 Was downloading new software os 6.1.3 and the iPad seems to have frozen. Have tried the off button but nothing happens. Any suggestions?

    Was downloading the os 6.1.3 software and the iPad seems to have frozen. Have tried the off button but nothing happens. Doesn't indicate that the power is on.

    Then try this now.
    Reboot the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider if it appears on the screen - let go of the buttons. Let the iPad start up.

  • Is anyone else having problems with syncing photos  on ipad - seems to be fragmenting the events

    Is anyone else having problems with syncing photos  on ipad - seems to be fragmenting the events

    Here's the problems I'm having with iPad 2 and iOS 5.1:
    Okay ... so, because I had less than a 1 Gig left (as reported by iTunes) on my 64Gig iPad, and the majority of the space was being used by "Photos" ... I decided to not keep my PC photos directory in sync with my iPad (Windows 7). So, in iTunes, I unchecked the option to sync computer photos to the iPad. I got the standard popup warning message that my iPad would not contain those albums after the next sync. I clicked OK and proceeded to sync expecting to have lots of space freed up.
    But weird things happened after syncing.
    (1) I still have all my photos on my iPad .... nothing disappeared at all. (And performed multiple syncs to try to force the change ... still nothing has been removed from my iPad.)
    (2) Somehow, I gained 20 Gigs of free space, as reported by both iTunes and my iPad as well.
    Anyone know what's going on here?
    I do have iMovie and another movie making app, Avid. Both of these contain projects that refer to photos in albums that were supposed to be removed after the sync ... but I can't imagine that would keep them there. Anyone have any ideas?
    I also installed the iPad app, iPhoto. I noticed that it build a directory listing and continuously want to update that listing from time to time.
    Would any of these things cause the iTunes photo sync changes to be ignored? And, how did I get free space to report back with an additional 19Gig or so, when there's no change at all.
    Unsure what's going on ...

  • HT2357 So how does this work on Mountain Lion? I cannot seem to ignore the iTunes 11 updates, which now seem to appear every 5 minutes!!

    So how does this work on Mountain Lion? I cannot seem to ignore the iTunes 11 updates, which now seem to appear every 5 minutes!!

    Fantastic!  Didn't work at first so restarted App store and tried again.  This time it asked 'ignore update'.  All gone!

  • Some emails I receive on my ipad seem to disappear when I want to look at them again.  Also I forwarded an email to several people with attachment.  WhenI went back into the email to print off the attachment it wasn't there.

    Some emails I receive on my iPad seem to have disappeared when I try to go back into them.  Also I sent an email with attachment to several people.  When I went back into my email the attachment had disappeared.  I phoned one of the recipients to see if the attachment had been delivered and it had.  She tried forwarding the email and attachment back to me.  I received the email but not the attachment.  I checked my iphone fior the original email and the attachment wasn't included.  I have IOS7 on the ipad but IOS6 on the iphone.  Can anyone advise please?

    http://www.apple.com/uk/support/ipad/mail/
    You can switch of delete mail on Server through settings>Mail Contacts Calenders>
    pick the relevant mail service and under advanced

  • Apple, what have you done? 8.01 makes my ipad seems like it is back on dial up. Don't fix what ain't broken, or is your policy break it so we have to fix it?

    Apple, what have you done? 8.01 makes my ipad seems like it is back on dial up. Don't fix what ain't broken, or is your policy break it so we have to fix it?

    Hi The best option is to do a factory Reset this will get rid of any bugs And set up iPad as new. Just use same Apple ID you will get all your Apps & Data back. Do this over Wifi Cheers Brian

  • TS4009 I am getting a dialog bx saying "Not enough storage: this Ipad cannot be backed up....manage storage in settings" When I click settings nothing happens. The Ipad seems to be locked. How can I upgrade storage to unfreeze my I pad?

    I am getting a dialog bx saying "Not enough storage: this Ipad cannot be backed up....manage storage in settings" When I click settings nothing happens. The Ipad seems to be locked. How can I upgrade storage to unfreeze my I pad?

    Hi karlos16,
    For the error message you are seeing, I found this article:
    iCloud: Troubleshooting creating backups
    http://support.apple.com/kb/TS3992
    "This iPhone cannot be backed up because there is not enough iCloud storage available."
    This message is displayed when there is not enough storage space available in your iCloud Storage to complete your backup. You can either reduce the amount of data you are backing up under Backup Options, or you can buy more storage.
    For the issue with the iPhone appearing to be unresponsive, I recommend this article for troubleshooting:
    iPhone, iPad or iPod touch: Not responding or does not turn on
    http://support.apple.com/kb/TS3281
    Cheers!
    - Ari

  • Since the IOS 5 update my iPad seems to run a lot slower connecting to websites and general use? Can anyone help?

    Since the IOS 5 update my iPad seems to run a lot slower connecting to websites and general use? Can anyone help?

    Digging a little deeper on here, and I've Cleared the Safari cache, and rebooted , so i'll see if it is any better!!!!!

Maybe you are looking for