ok I fixed, but it still doesn't work.



var video1 = "nbc6";
var video = "URL";
if (video1 == video){
      tellTarget(this.videoLoader){
                  gotoAndPlay(2);}
   }


my link is fullpage.html?video=nbc6

my swfObject said:


var so = new SWFObject("container.swf", "sotester", "100%", "100%", "8", "#FF6600");
        
                so.addParam("scale", "noscale");
                so.addParam("video", 
"fullPage.html?<%=Request.QueryString()%>");
        
                so.addVariable("video", getQueryParamValue("video"));
                so.write("flashcontent");


I need some help here.




On Jan 25, 2007, at 9:39 AM, Odie Bracy wrote:

If you are not already locked into the SitePal characters you might consider using the www.mediasemantics.com characters instead. With MediaSemantics you purchase the character, serve it yourself and you have total programming control of the character. The output can be a .swf file that is easily incorporated into your own flash project. Take a look at our home page at www.challenging-our-minds.com

Odie
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Gustavo Duenas
Creative Director
LEFT AND RIGHT SOLUTIONS LLC
1225 w. Beaver St. suite 119
Jacksonville, FL 32204
904 . 2650330
www.leftandrightsolutions.com


_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to