Moock Detection Script Problem

This is a discussion on "Moock Detection Script Problem" within the Flash & Multimedia Forum section. This forum, and the thread "Moock Detection Script Problem are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Flash & Multimedia Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jan 18th, 2006, 19:50
New Member
Join Date: Jan 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Moock Detection Script Problem

Hello this is my first post so Hello All.

I am trying to use the Moock Flash Detection script and I am having a problem. It works perfectly if I use the script to redirect the user to pages but if I want to embed my flash movie in the same page it does not work.

I have copied and pasted my flash object into the designated space, that didnt work. All I can think of is that the object code has to be broken up like Moock sets out, it this right?

Moocks object code uses + and ' ' tags that Flash does not write:

Code: Select all
   var oeTags = '<OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'
    + 'WIDTH="550" HEIGHT="400"'
    + 'CODEBASE="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">'
    + '<PARAM NAME="MOVIE" VALUE="movie.swf">'
    + '<PARAM NAME="PLAY" VALUE="true">'
    + '<PARAM NAME="LOOP" VALUE="false">'
    + '<PARAM NAME="QUALITY" VALUE="high">'
    + '<PARAM NAME="MENU" VALUE="false">'
    + '<EMBED SRC="movie.swf"'
    + 'WIDTH="550" HEIGHT="400"'
    + 'PLAY="true"'
    + 'LOOP="false"'
    + 'QUALITY="high"'
    + 'MENU="false"'
    + 'TYPE="application/x-shockwave-flash"'
    + 'PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">'
    + '<\/EMBED>'
    + '<\/OBJECT>';
Reply With Quote

Reply

Tags
moock, detection, script, problem

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
problem with my form script? GeekyBabe PHP Forum 4 Jan 30th, 2008 23:10
Problem with script structure ??? DavidinLondon PHP Forum 1 Jun 9th, 2006 08:52
Slight end of script problem a.jenery Classic ASP 5 Apr 22nd, 2006 00:50
Pop-up Window Script Problem James Lake JavaScript Forum 4 Mar 24th, 2006 16:36
Problem with DTHML Browser detection/redirection mjance Web Page Design 3 Oct 15th, 2003 19:02


All times are GMT. The time now is 07:35.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43