Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

flashVars in actionscript3

Name: Anonymous 2012-08-28 18:19

/* hey /prog/ I come to you in desperation. I have searched everywhere on the Internet for information on flashvars It is the last barrier before it is feasible for me to start hosting my website. I cant seem to find my mistake. I hope that just another set of eyes on this can point out my stupid mistake(s). Many internets for the first to solve this quandary. I am in my linux partition so I cant show the as3 end, but I feel like it is my php.
*/

<?php

$id = $imArray[2];

$id2= $imArray[4];
$id3 = $imArray[5];
?>



<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>project</title>
<script language="javascript">AC_FL_RunContent = 0;</script>
<script src="AC_RunActiveContent.js" language="javascript"></script>
</head>
<body bgcolor="#5f7a70">
<!--url's used in the movie-->
<!--text used in the movie-->
<!-- saved from url=(0013)about:internet -->
<script language="javascript">
    if (AC_FL_RunContent == 0) {
        alert("This page requires AC_RunActiveContent.js.");
    } else {
        AC_FL_RunContent(
            'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0',
            'width', '1000',
            'height', '600',
            'src', 'memesInAFlash2',
            'FlashVars', 'itemID=<?php print "$id"; ?>&itemCode=<?php print "$code"; ?>',
            'quality', 'high',
            'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
            'align', 'middle',
            'play', 'true',
            'loop', 'true',
            'scale', 'showall',
            'wmode', 'window',
            'devicefont', 'false',
            'id', 'project',
            'bgcolor', '#5f7a70',
           
            'name', 'project',
            'menu', 'true',
            'allowFullScreen', 'false',
            'allowScriptAccess','sameDomain',
            'movie', 'memesInAFlash2',
            'salign', ''
            ); //end AC code
    }
</script>
<noscript>
    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="1000" height="600" id="memesInAFlash2" align="middle">
    <param NAME="allowScriptAccess" value="sameDomain" />
    <param NAME="allowFullScreen" value="false" />

    <param NAME="FlashVars" value="itemID=<?php  echo($id); ?>&itemID2=<?php  echo($id2); ?>&itemID3=<?php  echo($id3);?> &itemCode=<?php echo($code); ?>">

    <embed src="project.swf" FlashVars="itemID=<?php echo($id); ?>&itemID2=<?php echo($id2); ?>itemID3=<?php echo($id3); ?>&itemCode=<?php echo $code; ?>"quality="high" bgcolor="#5f7a70" width="1000" height="600" name="project" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
    <param name="movie" value="project.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#5f7a70" />    
    </object>
</noscript>
</body>
</html>

Name: Anonymous 2012-08-28 18:52

>>4
No, figure out what you're doing wrong with each of them. I'll give you a couple hints to get you started:
http://4-ch.net/code/kareha.pl/1120533289
http://harmful.cat-v.org/software/xml/

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List