Jump to content


* * * * * 2 votes

TIP:SWFAddress v2.0/SWFObject v1.5 with Express Install/SwishMax2


53 replies to this topic

#46 FranklinFerreira

    Advanced Member

  • Members
  • PipPipPip
  • 7705 posts
  • Gender:Male
  • Location:Arouca - Portugal
  • Interests:My home, my son, my wife, my family, my work, my friends... my life!

Posted 18 April 2008 - 09:20 AM

Hi Larry, talking about SEO

I really don't wanna sound rude or discourage you about this project but i found this very strange.
How long are you using SWFAddress in your site?
Judging from when you started this thread, at least since November 2007.
Don't you thing weird that if you search in Google for SWFAddress specifically in your site, Google throws you with nothing about it? Is there any valid reason? Is there something else going on in your site that blokes Google?
Posted Image

#47 FlawlessDog

    Advanced Member

  • Members
  • PipPipPip
  • 515 posts
  • Gender:Male
  • Location:We're not in Wisconsin anymore, Toto.
  • Interests:Doin' 3D in Swish

Posted 18 April 2008 - 09:34 AM

I do not have an answer for that question.
I'm sure it is something I am doing wrong with my htaccess files on my root directory.
Beyond that, I just don't know. I am learning this stuff as I go, right now.
FlawlessDog.com - 'previously eggs-in-Wisconsin'
My top threads to watch: | (Check for multiple/updated attachments in each thread)
Bringing it all together | MC_Tween2 for SM2 | experimental xml gallery | 3d Spiral Stair Case
Component Pack | SWFAddress v2.0/SWFObject v1.5 | Practice script - (chat app) | 3D

#48 FlawlessDog

    Advanced Member

  • Members
  • PipPipPip
  • 515 posts
  • Gender:Male
  • Location:We're not in Wisconsin anymore, Toto.
  • Interests:Doin' 3D in Swish

Posted 20 April 2008 - 06:42 AM

Well, after beating my head against the keyboard for about a week, I got it all to work,
including the passing of those parameters from the url string.
This will be the file that is included in the next swfAddress update.

Check it out, and all AS1

http://www.flawlessdog.com/000000SEO/

http://www.flawlessdog.com/000000SEO/#/por...e&year=2001

Cool beans, huh? :)

Thanks for all the help, Rostislav.

Attached Files


FlawlessDog.com - 'previously eggs-in-Wisconsin'
My top threads to watch: | (Check for multiple/updated attachments in each thread)
Bringing it all together | MC_Tween2 for SM2 | experimental xml gallery | 3d Spiral Stair Case
Component Pack | SWFAddress v2.0/SWFObject v1.5 | Practice script - (chat app) | 3D

#49 Bojko

    Advanced Member

  • Members
  • PipPipPip
  • 344 posts
  • Gender:Male
  • Location:Croatia

Posted 20 April 2008 - 06:52 AM


Good work as always Larry, will try this ASAP.

Bojan Mesar, CEO @ "Kreativa Studio - Izrada Flash Stranica"
Posted Image
LATEST: Flash - Potrčko Zagreb • HTML - Mikrofonija • Layout - Tony Robbins || SOCIAL: on Twitteron Facebookon Kontain

#50 Ambassador7

    Advanced Member

  • Members
  • PipPipPip
  • 47 posts
  • Gender:Male
  • Location:Chicago

Posted 10 September 2009 - 03:26 PM

This really is amazing and it is exactly what I have been searching for for a while. I bought that Sothink Decompiler and have been taking apart flash files to try to learn from various sites I saw using swfaddress...I just didn't know what it was. I have my roots in swishmax and I kept running into walls.

Thanks so much for this! It really can give a head start to anyone hoping to design professional and SEO friendly swish sites.

I do have a question. I managed to get the scrollbars to work on the version included with swfaddress by using swffit.js and simply changing the height. I really like this version with the php code much better though, and I can't seem to get the scrollbars to work properly with it no matter what I try. After discovering the flash_resize.js in one of your posts, I was hoping to be able to integrate them together.

Could you please advise me on how to go about doing this?

Thanks again for this amazing work!

Edited by Ambassador7, 11 September 2009 - 02:24 AM.

God is Love.

#51 pedromau

    Advanced Member

  • Members
  • PipPipPip
  • 411 posts

Posted 11 September 2009 - 01:01 AM

Eggz... did you followed some steps in some tut?
Can we take a look at it?
I'd like to know how to make it more dynamic.... like using XML.

Thanks =) (and awsome work, as always!)

#52 Ambassador7

    Advanced Member

  • Members
  • PipPipPip
  • 47 posts
  • Gender:Male
  • Location:Chicago

Posted 14 September 2009 - 12:14 AM

Attached is the flash resize I was hoping to integrate with this. I know this is a simple thing, but I am just not quite sure how to get my html set up to get this to work with the swfobject & swfaddress.

Working.html (using swfobject.js, swfaddress.js, swfmacmousewheel.js, swfforcesize.js)
<script type="text/javascript">
   		// <![CDATA[
			var so = new SWFObject('website.swf', 'website', '100%', '100%', '8', '#FFFFFF');
			so.useExpressInstall('js/expressinstall.swf');
			so.addParam('menu', 'false');
			so.addParam('scale', 'noscale');
			so.addParam('salign', 'lt');		   
			if( so.write('flashcontent') )
			{
			var forcesize = new SWFForceSize( so, 800, 1100 );
			}  

			var macmousewheel = new SWFMacMouseWheel( so );
   		// ]]>
</script>


Flash_Resize.js.html
<script type="text/javascript" language="JavaScript">
			e = canResizeFlash();
			document.write('<object data="flash_resize.swf" width="100%" height="100%" type="application/x-shockwave-flash">');
			document.write('<param name="movie" value="flash_resize.swf" />');
			document.write('<param name="FlashVars" value="allowResize='+e+'" />');
			document.write('Flash Movie With Resizing Content');
			document.write('</object>');
</script>

(forum tags: dynamically resize swf content height - change swf size to fit content)

Attached Files


God is Love.

#53 pedromau

    Advanced Member

  • Members
  • PipPipPip
  • 411 posts

Posted 19 January 2010 - 08:24 AM

I'm trying to make this work is php and Sql...
I've been searching the web for some tutorial, but all I find is something simple, like gotoAndPlay to certain labels.

I've grabbed the example from Eggz, and I'm trying to use it with some preloaded data...
I get the data into arrays using loadVars... ok, no problem here, but when I try to make something like:
http: / / localhost/site/#/noticias/?id=2

I can't get it to work!
I've tried the example from PLUR, but I can't figure how to apply it to this method.

Can someone send a link or tutorial, or show me a way to make this work with php and get/post vars?


Maybe, use something in datasource.php like:
case '/noticias/':
$idNoticia = $_GET['id'];
echo"&Status=ok&theId=$idNoticia";
}
break;

and then use Loadvars??? I really confused with this!

Edited by pedromau, 19 January 2010 - 08:25 AM.


#54 Funnyhaha

    New Member

  • New Members
  • Pip
  • 7 posts

Posted 23 June 2011 - 05:16 AM

I have a question.

I have applied the settings form the example for Swishmax found in SFW Address 2.4.
The addresses of the deeplinks show up in the browser, but the deeplinks are still inactive when navigating with the browser.

My file has three scenes, one of which an intro and one main scene with a lot of sprites. I put the script of the example which was in the main scene of the example in the sprites containing the menus and altered the names of the (set)labels and put the same scripts as on the buttons of the example on the buttons in the menus, of course with new names.

What should I do now to activate the links?

If anyone could point me in the right direction, that would be great.

Funnyhaha





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users