• Resolved bjmcmaugh

    (@bjmcmaugh)


    Below is generic code to embed a flash file into html, i used this inside one of the gallery pages to replace the picture with a flash (swf);

    my flash (swf) flash file works interdependently example:
    “www.mysite.com/wp-content/themes/mytheme/myflashmovie.swf” with no problems showing my requested information from a php script thats located next to this swf in the folder on my server.

    The swf will not run the php script if i was to access this flash movie(swf) through my wordpress site when clicking on my galllery..
    The movie is loaded and displayed but the php script which is called from the flash movie will not execute .. im lost to what to do???

    <object classid="clsid:166B1BCA-3F9C-11CF-8075-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=8,5,0,0" width="320" height="240">
      <param name="src" value="www.mysite.com/wp-content/themes/mytheme/myflashmovie.swf" /><param name="PLAY" value="false" />
      <embed src="www.mysite.com/wp-content/themes/mytheme/myflashmovie.swf" width="550" height="400" pluginspage="www.mysite.com/wp-content/themes/mytheme/myflashmovie.swf" play="true"></embed>
     </object>

    Trouble shooting:
    I have set all permissions to 777 for testing , i have added cross domains.xml file, my scripts and flash file are %100 working to my knowledge…check countless forums but cant seem to find something in the same nature… im sure its probably a safety feature of wordpress and i may be restricted to only fire off php scripts in certain locations.. currently i cant give out url but i hope i explained was thorough .

    Please any thoughts will be appreciated,

    [Per the Forum welcome we ask you not bump posts. We use the ‘no replies’ search on these forums regularly to find people who still need help. By bumping, you remove yourself from that list and make it harder for us to find you!

    If the issue is urgent, consider hiring someone at http:jobs.wordpress.net ]

  • The topic ‘My Flash File loads but will not run php script in wordpress theme’ is closed to new replies.