Jump to content

Flash and PHP


kevincro

Recommended Posts

My vagueness is really more ignorance than anything else.  In the program I'm using I have to enter the url associated with each button.  Then the program outputs an swf file and an html file. 

 

The HTML contains the following code:

 

<object 
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" 
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0" 

width="126"
height="207">
<param name="BGCOLOR" value="#61678">
<param name=movie value="usermenua.swf">
<param name=quality value=high>

<embed src="usermenua.swf"
quality=high
pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" 
type="application/x-shockwave-flash"
width="126"
height="207"
bgcolor="#61678">
</embed>
</object>

 

I assume this code points the browser to the swf file.  I don't see any way of including the php variable into the links in the flash menu.

Link to comment
Share on other sites

 

 

Yes, you can call a dynamic link from within a flash movie... but not without using some actionscript to "catch" the variable inside the swf... The html page you uploaded is merely a holder for the swf file.

Okay, thanks I just wanted to know if it were possible before I started looking through Flash manuals. 

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.