• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Flash/WebObjects
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Flash/WebObjects


  • Subject: Re: Flash/WebObjects
  • From: Chuck Hill <email@hidden>
  • Date: Tue, 14 Nov 2006 10:51:16 -0800


On Nov 14, 2006, at 10:46 AM, James Cicenia wrote:

That is exactly what I am doing. So...

Is there a simple switch to turn on cookies... all of my six apps so far never needed cookies.


Add this to the Session constructor

setStoresIDsInCookies(true);
setStoresIDsInURLs(false);


Chuck



- Jammes


On Nov 14, 2006, at 10:33 AM, Chuck Hill wrote:


On Nov 13, 2006, at 10:16 PM, James Cicenia wrote:

Ok I am in the same boat and very confused...

1) I have a flash front end menu. They click on a link and it takes them to a normal html/css webobjects page.
2) Next, if they hit home on the html/css page to go to an almost static flash page.


I need to:

1) What URL can I use in the flash? I can't seem to make a relative reference work to a direct action from flash. Do they have to be full URLs?

AFAIK, yes.


2) How do I let flash know the sessionid and then pass it back?

The easiest answer is to use cookies to store the session ID and woinst number. That is what I did. However, this was mostly due to the need to bounce between purely static and WO generated pages. Otherwise, you need to pass it into the Flash as a parameter. One you get into Flash-land, you need to be asking someone else. :-)



Chuck


On Nov 9, 2006, at 10:43 PM, Anthony Martello wrote:

I need to integrate a user interface built in Flash with WebObjects so that the Flash interface is associated with the current user (through the session). I see that in a recent post Chuck Hill mentioned that he has done this before. Can Chuck or someone else explain how this is done? How do I pass data from and to the Flash interface using WebObjects? What are the main steps? Code examples of any Java, JavaScript, HTML, ActionScript, etc. would be very helpful. :)

Thanks,

Anthony Martello
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40jimijon.com


This email sent to email@hidden

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40global-village.net


This email sent to email@hidden


--

Practical WebObjects - for developers who want to increase their overall knowledge of WebObjects or who are trying to solve specific problems.
http://www.global-village.net/products/practical_webobjects









--

Practical WebObjects - for developers who want to increase their overall knowledge of WebObjects or who are trying to solve specific problems.
http://www.global-village.net/products/practical_webobjects






_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >Flash/WebObjects (From: Anthony Martello <email@hidden>)
 >Re: Flash/WebObjects (From: James Cicenia <email@hidden>)
 >Re: Flash/WebObjects (From: Chuck Hill <email@hidden>)
 >Re: Flash/WebObjects (From: James Cicenia <email@hidden>)

  • Prev by Date: Re: Flash/WebObjects
  • Next by Date: Re: Using a formatter to validate a wotextfield
  • Previous by thread: Re: Flash/WebObjects
  • Next by thread: The Clean Way to Embed WebObjects within the Tag?
  • Index(es):
    • Date
    • Thread