ColdFusion
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Tutorialized ForumsWeb Design & DevelopmentColdFusion

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Tutorialized Forums Sponsor:
  #1  
Old December 6th, 2004, 06:47 AM
Snap0n Snap0n is offline
Junior Member
Tutorialized Newbie (0 - 499 posts)
 
Join Date: Dec 2004
Posts: 1 Snap0n New User: is a brand new recruit and a unknown entity at this point. 
Time spent in forums: < 1 sec
Reputation Power: 0
Coldfusion & Flash variables.

Hello,

using coldfusion to control a flash movie that plays music, trick is i'm havin difficulty stopping the music when a session variable is set.

So heres the code from my music.cfm

Code:
<cfif not isdefined("session.music")>
<cfset session.music = true>
<cfelse>
<cfset session.music = false>
</cfif>
<object type="application/x-shockwave-flash" data="musictest1.swf" width="124" height="36">
              <param name="movie" value="musictest1.swf">
              <param name="flashvars" value="i=#session.music#">
              <param name="quality" VALUE="high">
 <EMBED src="musictest1.swf" quality=high bgcolor="#FFFFFF" WIDTH="100" HEIGHT="40" Name="Music"
			  PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>
</object>


now in the flash movie i have a layer called "actions" which has the following snippet:

Code:

if(i eq false)
{
stopAllSounds();
}


Am i missing something?

anyhelp much appreciated

Reply With Quote
Reply

Viewing: Tutorialized ForumsWeb Design & DevelopmentColdFusion > Coldfusion & Flash variables.


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway