|
|
Rank: Newbie Groups: Member
Joined: 2/24/2009 Posts: 3 Points: 9
|
Hi:
I was able to build a new application and make a mdf SQL database and run it with the DataBoundSlideShowDatabaseDemo.swf file using my own photos. But if I can't use my own field names of my database. I noticed unless I use id and ImageURL as field names, it will not run. My website's database has different field names so I can't use it.
Is there a way to choose the field names you want to use for your database or does this have something to do with the DataBoundSlideShowDatabaseDemo.swf file. ??
Rachel (I'm sorry for posting this twice - I posted in wrong section first time and didn't see how to delete the post)
|
|
Rank: Administration Groups: Administration
Joined: 7/26/2007 Posts: 676 Points: 1,728 Location: USA
|
Yeah - you will need to modify the slideshow. It was not designed to be used - as is - but as an example. http://www.aspnetmedia.com
|
|
Rank: Newbie Groups: Member
Joined: 2/22/2010 Posts: 1 Points: 3 Location: Toronto
|
Hi Admin,
I am very interested in the aspnetflash component but from the SDK, I dont knnow how to customize my swf and fit into my SQL database field. Thus i am hesitated and unless you point me some resources about this.
Thanks Ben
|
|
Rank: Administration Groups: Administration
Joined: 7/26/2007 Posts: 676 Points: 1,728 Location: USA
|
Yes - you can choose any field names you like. You must understand that the Sideshow is an Example. Look at the Flash ActionScript source-code and you will be able to modify it and do as you please. Please do read the ActionSpeak documentation: http://www.aspnetflash.com/ASPNetFlash/documentation/?help=ActionSpeak_Object_Reference_ActionScript_APIIf you only want a slideshow - and dont want to do ANY flash coding: in SQL you can SELECT MYFIELD AS ANYOTHERNAME to alias fieldnames http://www.aspnetmedia.com
|
|
|
Guest |