Old 09-25-2008, 10:44 AM   #1 (permalink)
Junior Member
 
Join Date: Sep 2008
Posts: 3
Default doc menu V2

I have purchased the DocMenu V2 from flashden.net. Very cool! ;o)

Now, I have a problem with the integration in my website.
I want to use more than one docmenu in my index.html. So I store the files in different subdirectories like this:

index.html
-docmenu1
-docmenu2
-docmenu3

Heres my code:
PHP Code:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="590" height="100">
  <
param name="movie" value="docmenu1/menu.swf" />
  <
param name="quality" value="high" />
  <
param name="FlashVars" value="xmlFile=docmenu1/data.xml" />
  <
embed src="docmenu1/menu.swf" FlashVars="xmlFile=docmenu1/data.xml" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="590" height="100"></embed>
</
object>

Here comes any text................

<
object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="590" height="100">
  <
param name="movie" value="docmenu2/menu.swf" />
  <
param name="quality" value="high" />
  <
param name="FlashVars" value="xmlFile=docmenu2/data.xml" />
  <
embed src="docmenu2/menu.swf" FlashVars="xmlFile=docmenu2/data.xml" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="590" height="100"></embed>
</
object
But it doesn't work? Any solutions?
flashrookie is offline   Reply With Quote
Old 09-25-2008, 09:37 PM   #2 (permalink)
OXYLUS Staff
 
Razvan's Avatar
 
Join Date: May 2008
Posts: 1,266
Send a message via Skype™ to Razvan
Default

Hello, I'm really sorry but I cannot help you with that PHP code, you might do something similar with the .hml that comes with the menu, maybe you can tweak there to have three menu's opened... I really do not know, my area is Flash only.
Razvan is offline   Reply With Quote
Old 09-29-2008, 09:47 AM   #3 (permalink)
Junior Member
 
Join Date: Sep 2008
Posts: 3
Default

Hi Razvan,
this is no php code. Only pure HTML.
What I want is to store the index.html in another directory than the flash-files.
But it dont work. I have the flashvar "xmlFile=docmenu/data.xml" in my code, but without any positive effects. All files are stored in the directory called "docmenu". But my index.html is stored in the root directory....
flashrookie is offline   Reply With Quote
Old 09-29-2008, 01:01 PM   #4 (permalink)
Junior Member
 
Join Date: Sep 2008
Posts: 3
Default

Ok. Problem solved.
I added:
<param name="allowScriptAccess" value="sameDomain" />
flashrookie is offline   Reply With Quote
Old 10-11-2008, 09:36 AM   #5 (permalink)
OXYLUS Staff
 
Razvan's Avatar
 
Join Date: May 2008
Posts: 1,266
Send a message via Skype™ to Razvan
Default

Quote:
Originally Posted by flashrookie View Post
Ok. Problem solved.
I added:
<param name="allowScriptAccess" value="sameDomain" />
I'm glad you solved it
Razvan is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

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



All times are GMT. The time now is 08:25 PM.