Closed Thread
Results 1 to 5 of 5

Thread: :( internet explorer

  1. #1
    shibbythestoner's Avatar
    shibbythestoner is offline Programmer
    Join Date
    Jun 2007
    Location
    Scotland
    Posts
    136
    Rep Power
    0

    Thumbs down :( internet explorer

    Hi guys, I was wondering if you could help me with a problem I'm experiencing with cross-browser compatibility.
    It recently occured to me to test something I've been working on in Internet Explorer, and, to my dismay, despite working fine in Opera and Firefox, Internet Explorer simply failed.
    My problem is passing variables via HTML into a Flash movie. Originally I'd been using:
    Code:
    src=moviename.swf?varname=stuff
    and this worked great for both Opera and Firefox. But as aforementioned Internet Explorer simply fails to load the movie.
    I've since fiddled about with various methods, from trying some Javascript found on the Adobe knowledge base to trying to use a FlashVars parameter:
    Code:
    <param name='FlashVars' value='varname=stuff'>
    These gave me mixed results; ranging from simply not indicating that there was a movie at all, to playing the movie but not loading th variables in.
    If anyone has a method that actually works on Internet Explorer and Firefox I would greatly appreciate their help.

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

     
  3. #2
    shibbythestoner's Avatar
    shibbythestoner is offline Programmer
    Join Date
    Jun 2007
    Location
    Scotland
    Posts
    136
    Rep Power
    0
    Thanks anyway, but I just found a solution.
    The problem wasn't so much that Internet Explorer wasn't accepting this method of passing variables; it was that it refused to display the swf without this code in the <object> tag:
    Code:
    classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0'
    Guess it was pretty stupid of me to jump to the conclusion that Internet Explorer was not accepting the movie/variables.
    Apologies for the useless thread, please feel free to delete it.

  4. #3
    twalters84 is offline Learning Programmer
    Join Date
    Oct 2007
    Posts
    57
    Rep Power
    0
    Hey there,

    For embedding flash files in HTML, I recommend using some JavaScript called swfObject.

    deconcept › SWFObject: Javascript Flash Player detection and embed script

    It will automatically enable activeX controls so users do not have to click the flash files in order to active them.

    Sincerely,
    Travis Walters
    spammy sig deleted

  5. #4
    DevilsCharm's Avatar
    DevilsCharm is offline Programming God
    Join Date
    Jul 2006
    Posts
    884
    Rep Power
    0
    That suggestion of Walters seems like it would work. One time I had a major problem with my site where it worked fine in Firefox but not at all in Internet Explorer. Interesting, aye?

  6. #5
    Join Date
    Aug 2006
    Posts
    11,209
    Blog Entries
    6
    Rep Power
    101
    Quote Originally Posted by DevilsCharm View Post
    That suggestion of Walters seems like it would work. One time I had a major problem with my site where it worked fine in Firefox but not at all in Internet Explorer. Interesting, aye?
    Yeah.. at school we use IE, so when I'm making HW I view it in FF, but then I have to edit it to work on IE.. and it sux!

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Internet Explorer 8
    By snowman in forum Computer Software/OS
    Replies: 47
    Last Post: 02-25-2009, 01:16 PM
  2. Stay away from the new Internet Explorer 7
    By kseine in forum Technology Ramble
    Replies: 9
    Last Post: 10-23-2007, 03:29 PM
  3. Internet Explorer Vs Firefox
    By mona in forum Technology Ramble
    Replies: 15
    Last Post: 10-20-2007, 08:53 AM
  4. I don't like Internet Explorer 7!
    By mysticalone in forum Computer Software/OS
    Replies: 21
    Last Post: 02-03-2007, 04:12 PM
  5. Internet Explorer 7.
    By PC101 in forum Technology Ramble
    Replies: 12
    Last Post: 11-20-2006, 11:47 AM

Tags for this Thread

Bookmarks

Posting Permissions

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