package com.guru.facebook.feed 
{
	import com.guru.conn.ConnPath;
	import com.guru.facebook.feed.base.FeedBase;
	/**
	 * ...
	 * @author Eddy Lee
	 */
	public class FeedWithAttachment extends FeedBase
	{
		
		public function FeedWithAttachment() 
		{
			var link_str:String = ConnPath.getHostingPrefix() + "redirect.php?sid=" + FlashVars.SID + "&target=http://www.facebook.com/langhamplacemall?sk=app_201471246534745";
			
			mId_num = 0;
			mMessage_str = "This is testing message";
			mName_str = "This is tester name";
			mNameHref_str = "http://www.facebook.com/";
			mCaption_str = "This is testing caption";
			mDescription_str = "This is testing description";
			mImage_str = "http://www.oceanempiregame.com/iframe/swf/image/face.jpg";
			mImageHref_str = "http://www.facebook.com/";
			
			this.addProperties("name", "content 2");
			this.addProperties("rating", "6 stars");
			this.addProperties("others", "yahoo", "http://www.yahoo.com.hk");
		}
	}

}