Results 1 to 2 of 2

Thread: Flash, Apple mobile, and Ineptitude

  1. #1
    GroundHog is offline New Member: Posts Will Be Moderated
    Join Date
    Apr 2011
    Posts
    1

    Flash, Apple mobile, and Ineptitude

    Hello all.

    I'm trying to play an swf unless the OS is unable (eg iphone, ipod, ipad) in which case I'd want a mp4 to play. I thought I had it working with this:

    Code:
    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="366" height="275" id="Project1" align="middle">
      <param name="allowScriptAccess" value="sameDomain" />
      <param name="movie" value="video/Project1.swf" />
      <param name="quality" value="high" />
      <param name="bgcolor" value="#d6dbef" />
        <embed src="video/Project1.swf" quality="high" bgcolor="#d6dbef" width="366" height="275" name="Project1" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
          <video width="366" height="275">
            <source src="video/Project1.swf" type="video/swf">
            <source src="video/Project1.mp4" type="video/mp4">
          </video>
        </embed>
    <PARAM NAME="autoplay" VALUE="true" >
    </object>
    which seems to play the swf fine on my PCs and the mp4 fine on my iphone, but the person I'm doing this for insists that it is not working on his ipad and getting it to work on his ipad is the whole reason I'm messing with the mp4s in the first place.

    Here is the code implemented:

    http://propertysolutionskc.com/construction.html

    and here again without javascript:

    http://propertysolutionskc.com/listing017.html

    Any help would be very much appreciated.

  2. #2
    jennicasmith is offline New Member: Posts Will Be Moderated
    Join Date
    Jan 2012
    Posts
    10
    Are you creating an application or a software? well just curious since you had given a codes you had used.

    Professional Apple iPhone Repair Services

Similar Threads

  1. How do I get the apple.com video effect
    By Funkfish in forum General Questions
    Replies: 1
    Last Post: 03 Dec 2007, 01:16 AM
  2. Replies: 0
    Last Post: 13 Apr 2007, 12:40 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •